Nested SelectItem
SmartGWT 4.1p Is there a nested SelectItem widget? Such that hovering over a certain entry will display another set of entries in another SelectItem?
View ArticleHow do I use SmartClient in an existing site?
The SmartClient manual says that I can use SmartClient to add components to individual pages in an existing application. I have an existing WordPress site which has its own stylesheets. I want to...
View ArticleHow to use defineInterface
I see defineInterface in the core code , but is undocumented. I need a common interface for 2 classes , how can i do this with the smarclient (javascript)
View ArticleOne-To-Many setup
I have a field that is a list of foreign keys and is defined in my ds.xml as: Code: <field name="groupName" includeFrom="genericGroup.name" hidden="true"/> <field name="genericGroups"...
View ArticleMinor typo docs.JavaModuleDependencies
Hi Isomorphic, in http://www.smartclient.com/smartgwte...endencies.html there are some small typos/errors:It should read "renderer" twice where it is "render" (regarding "core-renderer") "jakarta-oro"...
View ArticleButton with setCanHover(true); setHoverDelay(0); does not show hover
Hi Isomorphic, I have this Button (v9.1p_2014-05-11, deployed, FF26.0 and Chrome 34.0): Code: import com.smartgwt.client.widgets.Button; import com.smartgwt.client.widgets.events.ClickEvent; import...
View ArticleRight click on ListGrid header throws java.lang.IllegalArgumentException
SGWT: 4.1p.0.0 04/15/2014 12:56 FF: 26 Code: @Override public void onModuleLoad() { Â Â Â Â new ListGrid() {{ Â Â Â Â Â Â Â Â setFields(new ListGridField("id", "ID"), new ListGridField("name",...
View ArticleServerCustom validator: lookupStyle="factory"
Hi, I am trying to implement a validator with lookupStyle="factory" to minimize object creation using "new". Am able to call factory class and struck up with passing value to it to identify which...
View ArticleProblem with DOM interagtion
I am following an example in http://forums.smartclient.com/showthread.php?t=19748. Here is the canvas that I'd like to embedded into my SmartGWT application. But I get an exception to change the...
View ArticleDateTimeItem PickerTimeItem 12:## AM Problem
SNAPSHOT_v9.1d_2013-07-12/PowerEdition Chrome 34.0.1847.131 FireFox 26.0 Client Side Problem No Error Reported by System Reproduce: DateTimeItem item = new DateTimeItem(); item.setUse24HourTime(false);...
View ArticleValidator called on the wrong field
Hi, We're currently running SmartGWT Power edition 4.1 (v9.1p_2014-03-16/PowerEdition Deployment 2014-03-16). One of our test site is suffering a problem that we're not able to reproduce on all other...
View ArticleforeignKey and includeFrom - refetch of displayField
I have a ds.xml with the following: Code: <field name="taskName" includeFrom="task.name" /> <field name="taskId" foreignKey="task.id" displayField="taskName" type="text" > In my...
View ArticleAdd custom values to dsRequest
SmartClient Version: v9.0p_2014-02-24/LGPL Development Only (built 2014-02-24) I can use the ListGrid with RestDataSource and with Http POST+JSON. But how can I add some extra JSON values to the POSTed...
View ArticleVisible invisible of context menu
Hi Isomorphic I am in a problem when try to show hide context menu in right click on a listgrid. My aim is : When grid contain at least one row, on right mouse click on row, context menu will be...
View ArticleBug in loadScreen
v9.1p_2014-04-17/PowerEdition Deployment 2014-04-17 Chrome Hi, There is problem of collision of ID when creating an XML component. Following the example below, you can reproduce the problem and the...
View ArticleKeyboard focus within DrawPane
I'd like to implement some focusing features within a DrawPane. In particular I'd like to elect a subset of its draw items as focusable and support traversing that set with usual focus control...
View ArticleBest practice needed: Two Hovers or different delays
Hi Isomorphic, please see the code from this thread. I want to achieve the following:On hover, directly change the icon of a button (Button.setHoverDelay(1)) Still have a "Tooltip" / Hover after some...
View ArticleSQLDataSource Exception Warning
SmartClient Version: v9.0p_2014-01-05/PowerEdition Deployment (built 2014-01-05) I've got a recurrent warning in some DMI methods: Code: 2014-05-15 11:30:54,064 WARN SQLDataSource Exception while...
View ArticlefilterEditor MiniDateRangeItem error
SmartClient Version: v9.1p_2014-05-13/PowerEdition Deployment (built 2014-05-13) and SmartClient Version: v9.1p_2014-05-15/PowerEdition Deployment (built 2014-05-15) this build works: SmartClient...
View ArticleViewState persistence
We noticed there has been a change in the ViewState format. Previous: Code:...
View Article