Change date range text on filter editor
smartgwt: 4.1-p20140908 Hello, I am trying to change the date shown in a filter editor from a list grid. Actually, filter editor shows a "smart" date range. For example if I want to filter the range...
View ArticleTab indices are same for form items
I have got one outer dynamic form which contains two canvas items. Each canvas item has got one dynamic form. When I tab through the entire dynamic form fields, it is not working fine. I just checked...
View ArticleRESTHandler creates session?
SmartClient Version: v9.1p_2014-06-25/PowerEdition Deployment (built 2014-06-25) SmartClient Version: v9.1p_2014-08-24/PowerEdition Deployment (built 2014-08-24) Hello, I've noticed that the every REST...
View Articleproblem with database and hibernate
I'm trying to save a field in the database. this field is an object and I'm doing all this using hibernate. My question is how can I pass the object if I select another data grid using the form shown...
View ArticleMultiple Google Maps on same page
I have a tabbed pane withing tabbed panes type of layout where several tabs basically simulated using VLayouts and HLayouts contain Google Map instances. Only one is ever visible at a time. None are...
View ArticleDate object translation DS vs RPC
I have a field in the datasource defined as a DATE and when it is fetched via the DS we return a java Date object and I see in the SmartClient Developer Console it gets translated to a LogicalDate via...
View ArticleFacetChart static properties
SmartClient Version: v9.1p_2014-08-31/Pro Deployment (built 2014-08-31) Quick question. We declare our properties for FacetCharts in a static way rather always creating a new properties objects. Just...
View Articledestroy vs markForDestroy
I've been reviewing our use of destroy and replacing it with markForDestroy in most cases as per the Javadoc for Canvas.markForDestroy(). However, I would like clarification on a couple scenarios as we...
View ArticleRecordList and destroy()
We see that a RecordList has a destroy() and are wondering under which scenarios one would need to call destroy() on a RecordList. The JavaDoc appears to come from the BaseClass with only "Destroy this...
View Articleassess control in smartclient for Add/ Delete record
Hi I do not want to tomcat user role. Instead, I want to develop my own user login. How can I check whether a user has access right to add/ delete record in datasource? Can you point out an example?...
View ArticleFixed position for a window.
We need to set the position of a window to be fixed (cannot be moved by dragging). We have set the following properties to the window: setIsModal(true); setShowModalMask(false); setCanDrag(false);...
View Articlemultiple tabs getting selected in a tabset which switching between tabs
When we have too many tabs opened in a tabset and while switching between tabs, at times 2 tabs are getting selected which should not happen. Can you advise on how this can be prevented.
View ArticleControlling sectionStackHeader height?
Hello, Can you show me how I can change this SectionStack to show the header text on multiple lines so all of the text is displayed? Or, is that not possible with Section Stack headers?...
View ArticleUse custom canvas inside menu
Hello, I'm using SmartClient_v91p_2014-05-04_PowerEdition and I want to add custom canvas to menu (see attached pictures). 1. I want to add a TreeGrid without any menu data 2. I want to add a...
View Articletimeline addEvent does not show event
Hello, SmartClient Version: v9.1p_2014-09-10/Pro Development Only Browser:Firefox 30.0 IE 8.0 The addEvent does only show the first event that is added. Subsequent addEvent() are not shown in the...
View Articlefilter criteria for date field getting changed to current date
Hi, looks like there is some problem with applying a greaterThan filter criteria to a ListGrid when applying to a date field. I've observed this problem in both Smartclient 9.1 and Smartclient 10.0....
View ArticleHow to reduce minimal hover width
I am using SmartGWT4.1 power edition. If I set myLabel.setTooltip("a"), there will be a lot of blank space in the tooltip. It seems to me the minimal width of a tooltip is set to 100px. Can I reduce it?
View ArticleSmartClient 10! Woohoo! Quick question.
Any chance we can get the Compass / SASS source for 1 or 2 of the more popular skins? I've asked before and I know it was mentioned for the next release as a possibility... just checking in. :)
View ArticleCustom window header controls not cleaned up
Hello Isomorphic, We have a window class that sets custom header controls, like follows. Code: refreshHeaderCtrl = new HeaderControl(HeaderControl.REFRESH, new ClickHandler() { @Override public...
View ArticleDataSource references to components and memory in IE?
I know when you call ds.updateCaches it "Causes any components using this DataSource to be notified of changes". Does this mean the DataSource has some kind of reference to the all the components...
View Article