PortalLayout State
Hello, I want to persist the state of a PortalLayout, and all is good with respect to each Portlet's portal position, that is, I can persist each Portlet's column number, row number, and position...
View ArticleFormItem focus issues on iPad
We have an IntegerItem field with picker icons to increment and decrement the value in the field. When the picker icons are clicked, it calls setValue() on the field to increment/decrement the value....
View ArticleFacetChart Context Menu
Hello, How do you disable the default context menu provided for a FacetChart, specifically, I want to prevent the menu with "Chart Type", and "Fill", etc. from showing. Thanks SmartClient Version:...
View ArticleStyling tree grid error row
Hello, I'm using SmartClient_v91p_2014-05-04_PowerEdition. I have a tree grid with one field and hierarchy. I'm using Code: tree.setFieldError(0, 'name', 'error') to set an error indication on this row...
View ArticleSC10 Responsive Layout
I just wanted to confirm with you - this responsive layout on mobile devices - is it only with split planes? Meaning current forms that are designed to look this way via a vlayout/hlayout will need to...
View ArticleUncaught exception when picking color from ColorItem
SmartClient Version (ISC_Core.js' header) Version v9.1p_2014-06-04 (2014-06-04) Browser Windows Internet Explorer 8.0.6001.18702 Problem We've been facing the following JavaScript error in IE8 when...
View ArticleRichTextEditor using obsolete HTML font tag
Is there a way to get the RTE editor to generate CSS rather that obsolete FONT tag? This causes a problem when I want to allow the user to select any size font as the HTML produced is <font...
View ArticlesetExportCSS and Smargwt 4.1p
I've seen in latest build javadoc the setExportCss(String) method. But it's not in the latest build. The question is, will it be in the 4.x build or it's for 5.x version only?...
View ArticleProblem with internal Java representation of SimpleCriterion
Hi Isomorphic, I have a use case where I gather Criterion-Objects in a ArrayList<Criterion>. Until now, I fed only SetCriterion to it and converted with: Code: return new...
View Articlecom.isomorphic.criteria.Criterion classes convenience constructors missing
Hi Isomorphic, please see the classes implementing com.isomorphic.criteria.Criterion. While SimpleCriterion has these signatures Code: SimpleCriterion(java.lang.String fieldName, OperatorBase...
View ArticleListGrid problems when column freezing and rowSpanning are set simultanoeusly
Hi isomorphic, It seems like that ListGrid has some problems when column freezing and rowSpanning are set simultaneously. With the screen shot in the file attached, you can see that records are not...
View ArticleCapture List grid editor keypress handler
Hi Isomorphic I want to capture a key Press event when user type something in list grid editor. In my grid, two columns are editable, I want to capture any key press when user types something in any...
View ArticleError on Calendar when data retrieved is more than DataPageSize
SmartClient Version: v9.1p_2014-07-02/LGPL Development Only (built 2014-07-02) FireFox 25.0.1 for Linux Mint stack trace logged in the Developer Console: Code: 13:14:36.940:XRP1:WARN:Log:TypeError:...
View ArticlePortal Layout - Stack columns based on screen width?
I am creating a pretty straight-forward implementation of the Portal Layout for an application dashboard and have a question regarding how the layout can adjust the columns to different screen widths....
View ArticleSmartGWT on tablets?
Hello everybody! So I have a question concerning smartgwt on mobile devices. How is it possible to create a "program"/"webpage", which has the possibility of changing between layouts for mobile and...
View ArticleComposite FormItem validation.
SGWT: 4.1p FF: 26 I have this custom CanvasItem that I'd like to have validate when form.validate() is called. I tried overloading validate (see below), but it doesn't seem to be called. Any...
View ArticleProblem with AM/PM times
Hi, we are experiencing a problem with AM/PM times in Smartclient 10.0d You can reproduce it here: SmartClient_Explorer.html#timeItem In the top #1 element if you enter '4:00 a' the value is...
View ArticleTreeGrid - How to expand a folder using only parentId
SmartGWt Version 4.1-p20140627 Eval I have a TreeGrid that I initially populate from a database using Criteria that I pass to fetchData(). My nodes have a parentID field defined in the data source. I...
View ArticleBlurbItem overflow (does not work?)
Hi, I'm using: v9.0p_2014-01-14/Pro Deployment (built 2014-01-14). And I running into some problems: I have a field in the DB (mysql, TEXT type) containing some HTML code. And I'm trying to use...
View ArticleHow are prefixed dynamic DataSources pooled
Documentation referenced in this post: http://www.smartclient.com/docs/9.1/...Implementation and http://www.smartclient.com/docs/9.1/...a.lang.String) We would like to create a dynamic data source...
View Article