Are Browser scrollbars generated by SmartGWT considered a bug?
Hi Isomorphic, I just got some browser (FF26) scrollbars for a SmartGWT-hover (containing much text) and remembered reading http://forums.smartclient.com/showth...ars#post116592. Are browser scrollbars...
View ArticleSupport for Internet explorer 11.0.9600
Hi, We are using 'SmartClient Version: 8.0/PowerEdition Deployment (built 2011-01-21)' for our application. Recently, we have been testing our application in ‘Internet Explorer 11.0.9600’. But the...
View ArticleHowTo question: Resize TabSet to current tab's pane size
Hi Isomorphic, I have the following use case:Window (setWidth(700); setHeight(600);) containingTabSet, withTab 1 (with just a DynamicForm inside) Tab 2 (with just another DynamicForm inside) Tab 3...
View ArticleValueIcon align
Hi, In new version of SmartGWT there is a change in displaying value icons. In 4.1 there is a span but in previous versions was img. Unfortunately with larger or different font than in showcase it...
View ArticleDatasource error Messages not loaded properly from the resource bundle
Hi All, The below code is the field definition in the datasource Code: Â Â Â Â Â Â Â Â <field name="RQ5_REQESTED_QUANTITY" type="integer" > Â Â Â Â Â Â Â Â Â Â Â Â <validators>...
View ArticleJapanese chars are not written correctly in textitem when using validate on...
SmartGWT version 3.0 Browser FF Hiragana characters in the Japanese language are not written correctly in the text item when its validated on change using a custom validator....
View ArticleDS.XML & IN operator in the WHERE clause & Criteria
Good day! Can i use Criteria() for create list of values in "WHERE value IN (value1,value2,...)" ? I tried to use an array, but it did not give the desired effect Code: <whereClause>...
View ArticleListGrid Column Misalignment Issue
Hi, We observe an misalignment between the ListGrid headers and list grid records in IE 9 with the html5 doctype declaration "<!DOCTYPE html>". We are using...
View ArticleTreeGrid styling on drag and drop to change baseStyle
Hello All, I am experience some strange behavior when attempting to style a row in a tree grid when a user is attempting to drop a record. I am on the newest nightly build using a slightly outdated...
View ArticleIssue with 'dateIsWorkday' function
Issue with 'dateIsWorkday' function. It happens in all browser with v10.0d 2014-03-16 (in February versions at least it happens too) Steps to reproduce: 1) Unrar the following file:...
View ArticleSTATUS_MAX_POST_SIZE_EXCEEDED warning
SmartClient Version: SNAPSHOT_v9.1d_2014-01-24/Enterprise Deployment (built 2014-01-24) FireFox 26 One of our testers received the following warning message when clicking on a tab as part of test case...
View ArticleHow to create, retrieve, update and delete data from MySql database table...
I am a newbie in Smart Client Forum. I need a full working example codes for the following functionalities : Could anyone please guide me how to display data from a mysql database table using Java GUI...
View Articledoes it work in asp.net?
Hi... First "SMART CLIENT" is very good. So we are trying to buy "SMART CLIENT". First I want to say I'm sorry. Because my English is not great. So I'm sorry about that. Before that I want to make sure...
View ArticleSmartGWT 4.1 - issue with rotated Draw Items inside DrawPane
Hi all, I'm new to the forums as well as quite new to development, but here we go. A short summary of my issue is that onClick (and not only) handler isn't working correctly on a shape if this has a...
View ArticleClear cache with new versions
Every time I deploy a new version of my code, I have to let the users clear their browsers cache. But is this really necessary? Would not something like the following work? Code: <script...
View ArticleAttempt to convert instance of class java.lang.Integer to a JavaScript object...
Bizarre error being thrown by the latest 4.1p build available via maven plugin Code: 08:56:19,109 WARNING [GSUIEntryPoint] (default task-5) Uncaught Client Exception:...
View ArticleSmartGwt 4.1 and setAllowFilterExpressions
Hello, I experience some difficulties filtering on the grid using regular expression (using setAllowFilterExpressions). I was perfectly working with smartgwt 3.x. I managed to reproduce the bug using...
View ArticleListGrid.getField('length') returns the number of fields instead of 'length'...
ListGrid.getField returns a field definition based on a column number of field name. The problem is that if the field is name 'length' it does not return the field definition for the 'length' field,...
View ArticleDifferent behaviour listGrid in IExplorer
We have a ListGrid, and have two behaviours in the same navigator IExplorer depending on which option is selected. With document mode standard selected, we get the row grid aspect showed in...
View ArticleShow/Hide a column while loading a listGrid based on a condition
I want hide a column of a listgrid if a record column value doesn't meet a condition. Columns: A, B, C If C record value is not "1" for at least one of the last records loaded, I want hide the C column...
View Article