Using font icons in menus
Hello. I'm using SmartClient_v90p_2014-01-09. Visually menu item in isc.Menu component is separated on icon area and title area. I'd like to use font icons, and they are just text with specified font...
View ArticleFast way of sorting VLayout members
SmartClient Version: v8.3_2012-11-20/LGPL Development Only (built 2012-11-20) FF 25.0 I am trying to display a list of 100+ objects in a VLayout and sorting them on-the-fly afterwards. I have tried...
View Article"Auto Fit All Columns" in the Context menu hides my checkbox field in ListGrid
we are using Version v9.0p_2013-08-05 smart client I have a ListGrid which has many columns and one of the column has only check box in order to select and do delete action. After clicking Auto Fit All...
View ArticleGrouped grids with record.toMap
Using record.toMap() on a grouped map (or a tree) can crash the browser due to infinite recursion. After performing some operation it seems that the record itself contains a reference to the Tree and...
View ArticleHow to make Hover/Prompt text selectable, so that I can copy the hovering...
I'm using window.footer.setPrompt("prompt text") to display a tooltip when hovering on the window footer. Is there a way that I can make the hover pop up box stay focused so that I can copy the text in...
View ArticleTabset at the bottom of the application (II)
Hello guys: I already wrote you about this issue. http://forums.smartclient.com/showthread.php?t=28630 and you solved but I update my phonegap to 3.2.0 from 2.9.0 and the issue is happening again on...
View Articlegoogle maps v3 + smartgwt
How to integrate google maps v3 in smartgwt that would not use a simple gwt-panel(SimplePanel)?
View Articlegoogle maps v3 in smartgwt
How to integrate google maps v3 in smartgwt that would not use a simple gwt-panel(SimplePanel)? I would be very grateful for any help.
View ArticleButtonItem autosize no longer working as of 4.1-d20131124.
I updated my SmartGWT 4.1 library the most recent build. I discovered that autosizing for ButtonItem no longer works. Here is the code that demonstrates this: Code: DynamicForm form =...
View ArticleProblem with advanced criteria for join tables in Smartclient's grid
Hi, all I'm newbie in OpenBravo and Smartclient , so I'm sorry if I posted obvious question. I have created a custom MDI view in Openbravo ERP. Added some input field for filtering product's name in...
View ArticleRelogin - How to redirect current browser to login
Hi there Please help - I'm using SmartClient Power Edition version 9.0. I also subscribed to support. I'm struggling to get relogin working. I have a NON SmartClient HTML login page - login.jsp. I also...
View ArticleSortBy
When fetching the data in a listgrid I got this warning: === 2014-01-12 13:37:14,843 [l0-4] WARN DSRequest - [builtinApplication.schueler_fetch] getSortBy() called on dsRequest containing multiple...
View ArticleSC.ask
Why is the SC.ask window ignoring the given button titles? In an old version of smartgwt this code was working, and now not. The button titles should be "yes" and "no". But I always see "OK", and...
View ArticleHow to change labelColumnWidth property in Timeline
Smart GWT 4.1 Following philosophy regarding : http://forums.smartclient.com/showthread.php?t=29095, I tried to change the labelColumnWidth property of TimelineView. Though ListGrid is not expecting to...
View ArticleSelectItem multiple values problem after update to SmartGWT 4
I had an application running on SmartGWT 2.5. After the update to 4, SelectItem that should show multiple values started to behave strange. Mentioned SelectItem is placed in DynamicForm, and form is...
View ArticleDisable some values in drop down
Hi, I have created a multiple select drop down using the Code: SelectItem selectMultiple = new SelectItem(); selectMultiple.setWidth("*");...
View ArticleExtra Properties in DSRequest
I am looking for guidance on the best approach for passing extra properties from the client to the server through the DSRequest. I don't want to pass them through criteria because the properties don't...
View ArticleDrawPane warnings
Hi, I'm trying to evaluate how DrawPane works and with this very simple example (using SmartGWT 4.0p, dated 2013-12-14, on IE10, dev mode): Code: public class DrawTest extends DrawPane { public...
View ArticlesmartGWT 4.1d TextItem behavior, backspace
Smart GWT 4.1d, january 12th 2014 build Chrome MacOSX Win7 IE11, Chrome I have a simple TextItem in a DynamicForm. I can type text in it and hit enter (that triggers a search in my app). Now if I want...
View ArticleKeeping filter editor criteria over fetch
Hi all, I have a ListGrid with: g.setShowFilterEditor(true); g.setAllowFilterExpressions(true); Unfortunately, when I call a fetch(...) on the grid, the values within the filter-editor are removed. Is...
View Article