Navigation among tabs when closing tab
Hi. I have created a tabSet with several closeable tabs, and I need to change default behavior of closing a tab. When I close the current selected tab, the next selected tab is tab0, which is ok. But...
View ArticleSmartGWT Mobile DynamicForm focus
Is there a way to set a TextItem (or other element) to have the focus (and have the keyboard automatically appear) inside a DynamicForm? In SmartGWT this can be done using the DynamicForm.focusInItem...
View ArticleContext menu for ListGrid overlapping on header menu
Isomorphic SmartClient/SmartGWT Framework (v9.1p_2014-03-26/PowerEdition Deployment 2014-03-26) When a listgrid has a context menu associated, it is also displayed with right-clicking on a column...
View ArticleUI Problems in grid in edition mode
UI Problems in grid in edition mode in all browsers in the latest 10.0d version (and also at least in 13-Feb). With the following html:...
View ArticleTreeGrid.setData(Tree) question
SmartClient Version: v9.1p_2014-03-20/PowerEdition Deployment (built 2014-03-20) GWT 2.5.1 IE-11 I followed the example on the Isomorphic Wiki on doing refreshes with a ListGrid using the DataSource to...
View ArticleFilterEditor disappears when the delete button column is clicked.
- SmartClient Version: v9.1p_2014-03-06/LGPL Development Only (built 2014-03-06) - Tested on Firefox 24, Chromium 32 For grids that display the filter editor and allow the removal of records, there...
View Articlesmartgwt mobile social component
hi : <p> <strong>examp</strong> <button id="delTokenBtn">quit</button> <div id="delTokenInfo"></div> </p> <pre><code>...
View ArticleComponent Id For YES and NO Buttons on Confirmation Dialog
Hi, I am using SmartGwt-4.0p. I wants to set an unique component id for YES and NO Buttons on Confirmation Dialog. Dialog : SC.ask(resourceString.getLocalizedString("Please Confirm...!", new...
View ArticleIssue after using SmartGWT 3.1 eval version
Hi, I am getting below exception while calling draw on some of the VLayouts. Code: com.google.gwt.core.client.impl.SerializableThrowable$ThrowableWithClassName: (TypeError)...
View ArticleI can not select text in a ListGrid with Chrome
Hi, I am using SmartGwt-4.0p. Code: listTextos = new ListGrid(); listTextos.setSelectionType(SelectionStyle.SINGLE); listTextos.setSelectionAppearance(SelectionAppearance.ROW_STYLE);...
View ArticleBuilding SmartGWT Mobile app with Maven
I'm trying to build my SmartGWT Mobile web application using Maven but I'm getting errors. I've done this previously using SmartGWT and didn't have any issues. This web application builds properly from...
View ArticlePersisting visibility property in use of EditContext & EditNode
Hi SmartClient v9.1p_2014-03-25/Enterprise Deployment (2014-03-25) Chrome Version 33.0.1750.154 m Chromium 18.0.1004.0 (Developer Build 117091 Windows) I am trying to build up what will eventually...
View ArticleSynchronize several DMI calls
Assuming there is no way to do this nesting callbacks of DMI: What should be the way to achieve a sequential and ordered DMI calls? I mean, if you have three independent dmi calls, how can I get that...
View Articlesmartclient server separate host from smartclient client html/js
Looking at a possible 3 host setup: host 1. Apache webserver for html and the client side isomorphic js libraries, skins etc. host 2. Tomcat server for the smartclient server side java stuff host 3....
View ArticleDebugMode - finding fieles problem
version: SNAPSHOT_v9.1d_2013-12-30/PowerEdition Deployment (built 2013-12-30) Firefox 25 Hi, having some issues with debugmode Code: === 2014-03-28 18:53:03,923 [l0-6] INFO RequestContext - URL:...
View ArticleListGrid select with more than 10000 rows (without progressive loading)
We have a ListGrid that loads data of around 20k records. Each row a checkbox on the first column of the row. We also have a checkbox item on top of the grid which is named Select All. Now when i...
View Articleduplicate entries in my select distinct SelectItem
Hi, I'm using SmartClient Version: v8.3p_2014-03-06/PowerEdition Deployment (built 2014-03-06) (SmartGWT 3.1p) with PostgreSQL 9.2.2, Firefox 26.0, and Tomcat 7.0.33. I have a SQL dataSource with a...
View ArticleDatabase security?
Smartclient's reference manual page about the server.properties file only describes how to access the database server with a single username/password. Is there a way to allow multiple database users...
View ArticleButtonClickEvent.getButton(ButtonClickEvent.java) doesn't return a Button
sgwt: 4.1p.0.0 sc: v9.1p_2014-03-06 ff:26.0 Code: @Override public void onModuleLoad() { new Dialog(){{ setButtons(Dialog.YES, Dialog.NO, Dialog.CANCEL);...
View ArticlePage.setUnloadMessage
Hi, I just wanted to point out, that Page.setUnloadMessage(message) is not included in docs, but may be quite useful for some of us. Kind regards
View Article