Correct way to dynamically set the form fields.
Hi, I wonder what is the best/correct way to dynamically set the fields of a form? I normally do the following: List<FormItem> items = new ArrayList<FormItem>(); items.add(formItem_1);...
View ArticleDetected loading of more than one skin in SGWT 5
Hello there, I upgraded my smartgwt from version 3 to version 5(SmartClient Version: v10.0p_2015-01-23/PowerEdition Deployment (built 2015-01-23)). and this is my module file but for some reason I get...
View ArticleHow to enable clear sort option on all fields of a ListGrid
Hi, Could you please let me know as to how I can enable clear sort option on all fields of list grid? Thank You.
View ArticleVisual Builder not responding to create Datasource file
Hello there, I am using Firefox version 26 along with SmartClient Version: v10.0p_2015-01-23/PowerEdition Deployment (built 2015-01-23). I am trying to tell Visual Builder to create a datasource file...
View ArticleVelocity expressions in customSelectStatement
I noticed with the 5.0p version that it is possible to write velocity expressions inside the customSelectStatements. If I remember correctly, this was not possible in 4.1p. Is this a new feature or was...
View ArticleListGrid.create(jso)... is the jso defined?
I've followed the 'Integrating with ASP.Net MVC' example and got it to work. It uses the isc.ListGrid.create() method passing in a jso to configure the grid. I cannot find, however, the documentation...
View ArticleSmartGWT 5.0p and Mobile skin problems
SmartClient Version: v10.0p_2015-02-09/LGPL Development Only (built 2015-02-09) Chromium Version 37.0.2062.120 Ubuntu 12.04 (281580) (64-bit) I'm having problems with the Mobile skin. If I call...
View ArticleMany-to-One relationship and combobox
Hi, all. For example, I have two entities linked in many-to-one way: Person(id@Long, firstname@String, surname@String) and Project(id@Long, name@String, managerId@Long, manager@Person). Here...
View Articlehow to enlarge the datechooser window
hi all browser:chrome 40.0 i am using SmartClient_v91p_2014-05-19_Evaluation to develop ipad web page, i found that the datechooser button was too small to be chosen on the ipad screen, is there anyway...
View ArticleUTF in 5.0p?
Did you change something in the UTF-8 encoding in the 5.0p version? I have code which works perfectly in 4.1p but in 5.0p not. I basically send a filename (which can contain the german ä ö ü...
View ArticleBug in Calendar
EntryPoint Code: public void onModuleLoad() { VLayout layout = new VLayout(); Calendar calendar = new Calendar();...
View ArticleCalendar question
My calendar has to contain only events of a fix length, e.g. 1 hour. How can I achieve this? I don't want users to be able to drag the lower line of the calendar events to make them longer/shorter, and...
View ArticleCalendar fetch question
When are the fetch-operations in the calendar called? Are they called when you change the week by pressing the "next week" button?
View ArticleInteractable Hover Canvas
Just wondering whether somebody has a nice little example of a hover canvas the user can interact with, ie. the mouse may enter the canvas and click a button or edit a form value?! It would also be a...
View Articlelistgrid with canExpandRecords scroll issue
Version: 10.0p Built: 2015-01-19 I was able to reproduce this issue on the SmartClient demo. Steps to reproduce: 1. Go to Grids -> Expanding Rows -> Details 2. Scroll down all the way on the...
View ArticleRecommended log configuration in production
What is your recommended log configuration in production, so that it doesn't get gigabyte-big file per day but it contains information when errors happen? I have the following, but today I got a sql...
View ArticleSQLServerException
I am getting a lot of these errors, although everything works and I can log in correctly. What may be the problem? Code: 10-Feb-2015 19:57:53.884 SEVERE [http-nio-8081-exec-4]...
View Articlecom.smartgwt.client.widgets.Button minimum width
SmartClient Version: v9.1p_2015-02-05/Pro Deployment (built 2015-02-05) Hi Isomorphic, Is there a way to utilize the autoFit=true property, and at the same time set a minimum width for...
View ArticleDataSource::updateData throws exception for grouped list grids only
I have following exception which is reproducible for grouped grids only (works just fine for not grouped lists): com.google.gwt.event.shared.UmbrellaException: Exception caught: Exception caught:...
View ArticleMenu.showContextMenu () throws exceptions when excluding ISC_Grids.js
Using: SmartGWT LGPL 5.0-2015-01-11 GWT 2.5 FF 19 I am trying to "shrink" down the SmartGWT distribution. For starters, I don't need grids, so I did this: Short version: I remove the include for...
View Article