Deprecated code in Showcase examples
Hi, Just wanted to ask if possible to remove the deprecated source code from Showcase. I usually get the source code from there and tweak it. Code: /** * Synonym for {@link...
View ArticleWrong record high-lighted when new records added to PickList
If the records in a PickList are updated (e.g. by forcing a server fetch) each time when it is launched and new record(s) is added in index(es) above the current selection, multiple highlights are...
View ArticleCan I disable the build for tools/visualBuilder?
I have been using SmartGWT for quite a while. I don't use anything related to tools/visualBuilder (yet) Today I upgraded my Eclipse from an older version (3.7 Indigo) to the latest (4.4.1 Luna). Then I...
View ArticleXSRF token putting in Http Header rather actionURL
Per suggestion from forum <http://forums.smartclient.com/showthread.php?t=22484> and <http://www.gwtproject.org/doc/latest/DevGuideSecurityRpcXsrf.html> We can generate XSRF token based on...
View ArticleSmartGwt 5.0 is compatible with which GWT Version
SmartGwt 5.0 is compatible with which GWT Version(2.7.0 or 2.6.1 or 2.6.0 or anything else)? Please reply .
View ArticleRPC ExportContent for Google maps is not working
Hi Isomorphic, We have wrapped a Google map(Google Maps V3 API) widget into a smartgwt canvas and placed it in a Window. We want to have the map exported as an image/ PDF. But when we try...
View Articleautomatic fetch after add or update
<gwtVersion>2.4.0</gwtVersion> <smartgwtVersion>3.1p20140602</smartgwtVersio> Hi, after a datasource operation "add" or "update" has been executed the framework performs an...
View ArticleOnMouseOver
When I have a mouseOver over one listgrid header (no.png), it looks different (no smooth color change) than all other headers (ok.png). What may be happening? Using smartgwt 5.0p eval 27.01 Attached...
View ArticleAfter upgrade to SmartGWT 5.0 TileGrid will keep flashing after dragging
I recently upgraded to SmartGWT 5.0. After that, I noticed that the "drag and drop" behavior has changed. Specifically, I noticed that a tileRecord will keep flashing once it is dragged from a source...
View ArticleorderClause in Datasource overridden by ROW_NUMBER() OVER(PK) paging clause
SmartClient Version: v9.1p_2014-09-17/PowerEdition Deployment (built 2014-09-17) I have seen several similar posts in the Forum but this sure seems like a bug. I have a DataSource with this fetch...
View ArticleFormItem deleteValidators
When you call formItem.setValidators(..) what happens with the validators previously set? Are they removed? And, if not (after some tests I think they are not removed), how to remove them? I cannot...
View ArticleHover for DynamicForm?
I want to show a hover, similar to the hover of the left treeGrid in the showcase (the white hover!), for each formField, showing a description of the field when the user places the mouse pointer...
View ArticleMinor issue setting tabbar height
SmartClient_v100p_2014-12-13_Pro I increased the tabbar height for an application that will be used on a tablet. It was straightforward, I just added: Code: <tabBarProperties>...
View ArticleIE converts CR+LF to LF in TextAreaItem
Hi, IE seems to convert CR+LF to just LF in TextAreaItems. It also fires the forms ItemChangedHandler when editing such record on valuesManager.editRecord. Affected environment * 5.0p latest nightlies...
View Articlecheckbox selection issue
Hi, We are using Smart Gwt-4.1p (1st Jan 2015) Browser: IE10, 11, Google Chrome:37.0.2062.124 m Please refer attached files: 1. ListGridSampleApp.java and CountrySampleData.java. 2. CheckBox_issue.png....
View ArticleCalendar start/end hour
How to set the start hour and end hour of the day in the calendar? I tried with Code: calendar.setWorkdayStart("8:00am"); calendar.setWorkdayEnd("8:00pm");...
View ArticleListGrid Selection CheckBox Appearance
Hi, <gwtVersion>2.5.1</gwtVersion> <smartGwtVersion>4.0p-2013-12-23</smartGwtVersion> In our project we using recordcanselectproperty of listgrid to enable/disable selection on...
View ArticleError when Fetching data using Hibernate's ResultTransformer and SmartGWT
Be sure your post includes: I am using version v10.0p_2015-01-23/PowerEdition Deployment (built 2015-01-23) and testing on FF 26. I am trying to get some data from the mssql 2008 database. For some...
View ArticleDisplay ListGrid Record values by fetching it from previous tab
GWT version: gwt-2.5.1 Hi, I have two tabs horizontally oriented. First tab consists of various stack sections as dynamic forms with required fields. One stack section in the first tab has a listgrid...
View ArticleSmartclient LGPL Restdatasource - Map data from an SQL query
Hi, We are planning to use Smartclient LGPL in our project ie. the client-side data integration approach and Model and Controller layer is already handled with in our project. Understanding is to use...
View Article