Making FlowLayout align its tiles RIGHT
I have an application with a set of single row DynamicForms (they contain fields that allow the user to set 'options' ... like SelectItem and other type fields). Depending on client resolution, I'd...
View Articletest of smartgwtee offline
Hi everybody I work on a project wich choises SmartGwt client and we are prospecting to use SmartGwtEE to acces more features. I download the trial version 4.0p of smartgwt to test it in our project...
View ArticleSmartGWT.mobile TableView setFetchOperation setDataPageSize
Configuring a TableView with a fetchOperation (operationId) and dataPageSize correctly fetches first batch of data but fails to include the operationId upon requesting "Load more records..." Based on...
View ArticleHow to remove default Margin inside Window
I'm trying to create a SmartGWT Window that has the entire left side up to the border occupied by one canvas(with a grey background) and a different canvas on the right(with a different color). The...
View ArticleListGrid trigger an unexpected on delete/post error
Hi, We experience a problem with ISC 9.0p. I can reproduce it on Chrome, FF and IE10. The scenario is as follows : 1 - List is populated with an initial fetch 2 - I select one item to remove, and call...
View ArticleTile getChildren Is not returning Immediate Child
Hi, I have override getTile() method. In getTile() method I am taking Tile as CANVAS, and in canvas I have added VLayout as Child. In VLayout I am adding DynamicForm with couple of Controls. As per my...
View ArticleDatabase interaction in smartgwt
Hi I am new to use smartGwt. I want to know that whether I can use oracle or mysql database with smartgwt. Thanks
View ArticleTypo in FormItemType.java / Question about manual Enum-value lookup
Hi Isomorphic, http://code.google.com/p/smartgwt/so...mItemType.java has Code: RADIOGROUP_ITEM("radioGroup"), which most likely should be Code: RADIOGROUP_ITEM("RadioGroupItem"), with respect to the...
View ArticleFormatting various parts of a Calendar event in a Cal widget
For a Calendar widget, is it possible to have custom formatters for the description and name of the events? As in; I would like to concatenate two datasource fields for the description. Possible?
View Articlesome images of the treeFrog in the RTL
Hello All, In treeFrog skin in RTL some images like Tab header and comboBox selection Icon are not prepared to be working with the RTL, they are showing as they in the LTR. Have a look at the attached...
View ArticlePrinting on IE and FF prints a blank page
We have a customized print preview page from which the user can print what's shown on the preview page. This works fine till showing what we want on the preview page. When the printer icon in clicked...
View ArticleTree Grid Pagination Support with Smart Gwt-4.0p
Hi, We are using SmartGWT 4.0 Library - Licensed Version. As we required "pagination" for Tree Grid. I have enabled the following properties for my Tree Grid,...
View ArticleDifference between SmartGWT4.0d and 4.0p
Hi, We have purchased smartGWT4.0 recently and have doubt in builds versions. We want to know the difference between SmartGWT4.0d and 4.0p. we are using 4.0 pro edition in our project ,we observed that...
View ArticleJavaScriptException when upgrading SmartGWT
Hey Isomorphic, I'm in the process of attempting to upgrade from SmartGWT 3.1 to SmartGWT 4.0 and receive the following Error (characterized by the following stack trace) below: ERROR: Uncaught...
View ArticleHidden Components of Visual Builder
I am evaluating the Visual Builder, hoping to draft some UI layouts rapidly for further development, or for non-developers to design prototype layouts. Yet I found some of your fancy controls including...
View ArticlefilterEditorType ComboBoxItem is not working as Expected
Hi, I am using Quick search on ListGrid (displaying top of the Grid) and below are the field definition : <field> <name>facilityCode</name> <title>Facility</title>...
View ArticleDialogs components problem
Hello Isomorphic team: I'm using your showcase from 2013-12-26 and ran into a problem with the dialog components. Steps to reproduce. 1. go to your showcase from 2013-12-26 2. tap on Dialogs 3. tap on...
View ArticleSelectItem.getValue() works only for specific values
Hey Isomorphic, I've recently (almost, obviously) successfully upgraded SmartGWT from 3.1 to 4.0, but encountered a strange occurrence that seems strange enough to be a bug. I am using a SelectItem...
View ArticleDuplicate rows in ListGrid (Nested Windows)
I have a window which contains master detail data. In this window there is some master data (omitted from sample) , and then a list grid with child items. From this window there is button to open a...
View ArticleSmartGWT Mobile -- SwitchItem Bug? iPhone Safari iOS7 or Win7 Chrome
SwitchItem seems to provide different values on iPhone Safari iOS7 vs Win7 Chrome (Version 31.0.1650.63 m). Sample code below: Code: import com.google.gwt.core.client.EntryPoint; import...
View Article