Bug: Serverside dsRequest.addToCriteria creating inner NULL-criteria
Hi Isomorphic, I found the following bug in serverside dsRequest.addToCriteria for the current 4.1d nightly (SNAPSHOT_v9.1d_2014-01-22/EVAL Deployment). I'm using Oracle 11g XE and Java 1.7.0_45 if...
View ArticleHelper method for debugging purposes
Does SC have a built-in library that I can call which will give me a list of all elements on a page?
View ArticleHow To: Multi-group summary
SmartClient Eval 9.0p 01-19-2014 Looking for suggestions on how to tackle a kind of specific scenario. We have several rows of data where 3 columns tend to be mostly similar. To avoid data overload,...
View ArticleComboBox ListGrid filter Editor Problem
We have a implementation where we use ListGrid filtereditor for search and drop down fields are comboBox so that the user can type as well as select a single value. Our users are using this field more...
View ArticleDSRequest showPrompt not working properly
Hi, We're running with SmartGWT 4.0p. We've discovered a problem when a selection changed handler and a double click handler are attached to a grid, if the 1st one triggers RPC requests. As I've seen...
View ArticleBug: fieldtype of RPCs in Developer Console seems to be text instead of integer
Hi Isomorphic, please the the following screenshot of the RPC-tab in the Developer Console in current 4.1d (SNAPSHOT_v9.1d_2014-01-22/EVAL Deployment). It is sorted by RPC-number, which seems to result...
View ArticleHow to stop users picking weekend dates from a DateItem's DateChooser?
Can you help with the following query please? I have a DateItem on a form which will be used to input non-working days, e.g. Christmas Day, Easter Day, Bank Holidays. It's assumed that Saturday and...
View ArticleLayout Bug with VLayout, SectionStack, VLayout and ListGrid
Hi Isomorphic, please see this minimal testcase (replace BuiltInDS.java), that does not render the upper of the two ListGrids correctly (screenshot included). If you remove the ListGrid from the inner...
View ArticleGenerate subset of FormItems in DynamicForm with ValuesManager.
When you have a DynamicForm with DataSource, you can use setUseAllDataSourceFields to generate the items. When the form is bound to ValuesManager and you only need to display some of the values (divide...
View ArticleListGrid backgroundComponent bug
I am trying to set up background components on certain list grid records in SmartGWT 4.0, and think I have found a bug in the code. My test case starts with the showcase example ColumnOrderSample. I...
View ArticleError trying to use zoomable charts
I've SmartGWT Pro version 4.0-010514 and I'm trying to use zoomable charts. I already have existing chart which I want to make it zoomable. When I add chart.setCanZoom(true); I get the following error....
View ArticleIssue with flash widgets displaying across all tabs
I'm finding an issue with embedding flash videos into a tab and switching out of that tab. The video persists over the second tab, although the user cannot interact with it. I found this thread from...
View ArticleBad Values when multiple="true" is set on DataSource Field...
I'm using: SmartClient Version: v8.3p_2014-01-22/PowerEdition Development Only (built 2014-01-22), Chrome Browser the newest version, or Firefox newest version. When i set multiple="true" in my...
View ArticlePrompts issue
Hello Isomorphic team: I'm using your library from 2014-01-23 and I noticed an issue with the Prompts components. Some times, the prompt component appear and disappear so fast that don't I even have...
View ArticleTabSet - buttons stacked rather than getting a more button
When I have many tabs, I want the buttons for the tabs to wrap and make multiple rows instead of only being one row with a "more" button. I can't find the attribute that sets this. It would also be...
View ArticleListGrid filter issue
Hi I have a serious issue. I'm using SmartClient Power 9.0. I have a list grid that I initialize with an exact criteria when it opens: Code: isc.ListGrid.create({ ID: "lgdVenueManage",...
View ArticleStrange order of numeric options in SelectItem
If I amend the example at http://www.smartclient.com/#selectItem to have the following numeric options then they display in the order 10-16,00-09 when I "Try It"... Code: isc.DynamicForm.create({...
View ArticleDataTools.findAll behaviour with different types
I frequently use the DataTools.findAll(java.util.List rows, java.lang.Object propertyName, java.lang.Object value) method. When the property in a Map has a different type from the passed value, which...
View ArticleUpgrading smartGWT
We're using smartGWT LGPL 3.1 and am having lots of troubles with IE11. We suspected -- and posts in this forum confirmed -- that this new version of IE introduced changes that were not supported in...
View ArticleZoomable charts data color issue
Hi, I'm using SmartGWTPro version 4.0-010514. I want to use custom data colors so we're calling chart.setDataColors(Palette.getColors()); FacetChart zcp = new FacetChart();...
View Article