Bug: CriteriaEditing broken?
Hi Isomorphic, as I couldn't get CriteriaEditing (using setCanEditCriterionPredicate, FormItemCanEditCriterionPredicate, setCriterionSetter, FormItemCriterionSetter, setCriterionGetter,...
View ArticleShowcase Date Chooser Grows and Grows?
The Date Chooser (http://www.smartclient.com/smartgwt/showcase/#controls_category_datechooser) in the showcase grows and grows as you flip between dates. Is this the intended behavior? I am on FireFox...
View ArticleAbout FacetChart creating
I want to show a facetchart in a window component with xml file.the file as follow: <FacetChart ID="simpleChart" autoDraw="false" dataSource="PssPurchaseCompare2">...
View ArticleRegression in 4.1d? ListGrid.setGroupByField() must be before...
Hi Isomorphic, I just changed from current 4.0p to current 4.1d. I noted that the following is not possible any more: Code: setSort(new SortSpecifier[] { new SortSpecifier("F2",...
View ArticleListGrid stuck in "Data Loading" when fetchData is called before the first...
SmartClient Version: v9.0p_2013-11-03/PowerEdition Browsers: IE 8-10, Chrome 32, probably others I have a ListGrid that fetches data from a DataSource based on user interaction with other components....
View ArticleDateItem 9.0p
Hi, Another issue we faced with 9.0p is with the DateItem popup calendar. Sometimes, for unknown reasons and in an intermittent way, the popup calendar displays in a stretched window and shows up...
View ArticleExceptions using BatchUploader on app engine data store
I'm trying to upload a large batch of items using the BatchUploader class but I'm running into issues with more than 5 lines in the CSV. Here is the exception I'm getting. Code:...
View ArticlesetValues ignoring values
I am still having problems loading a valuesManager. I am working with the guidance given under Canvas.dataPath: Code: isc.ValuesManager.create({ ID:'vm', values: { companyName:"Some...
View ArticleBatchUpload for CSV file
Hi all, As mentioned in previous post, I'm trying to upload data from a CSV file from our main grid to a CSV file, let the user make changes to it, and reupload the data. I'm trying with BatchUploader...
View ArticleHow to use validateData() method without changing field focus
SmartClient 9.1 pro. I've got a DynamicForm where I want to run validateData() periodically as the user is going through the form. The problem is that validateData() will change the focus to the first...
View ArticleLengthRange validator and TextItem
Hi, I've configured a range validator in my datasource: Code: <field name="NAME" type="text" title="$name" required="true"> <validators> <validator type="lengthRange" max="32"/>...
View ArticleSmartGWT EE on App Engine (GAE) - export issue
Hi there, I'm a Google App Engine developer and I'm evaluating SmartGWT EE for using it in my projects. I need in particular to use some ListGrid and the export feature: I need to export some data in...
View ArticleNeed help for Ribbon Bar
smartGwt version 3.1 I am creating a pilot project based on smartgwt and I want to have a menu bar similar to Ribbon Bar http://www.smartclient.com/smartgwt/showcase/#ribbonbar But I want to hide the...
View ArticleHow to use "DataSource.copyCriteria()"
Hi all, currently I'm trying to copy a Criteria and I found the static DataSource method copyCriteria() What does it exactly do ? I'm wondering why it does not take a Criteria as parameter :) Thanks a...
View ArticleCan't change Logging Preferences on Developer Console on 4.1 daily build
Hi, I'm current using a nighly build of SmartGwt 4.1 Here's the version from the developer console. SmartClient Version: SNAPSHOT_v9.1d_2014-01-13/LGPL Development Only (built 2014-01-13) I've noticed...
View Articlelocalhost and appspot diffrent appearance
SmartGWT 4.0p Eclipse 4.3 Kepler appengine-java-sdk-1.8.9 gwt-2.5.1 Browser - any Hi. Please help. I cannot understand why my application in localhost and after it's deployment on appspot looks diffrent.
View ArticleIt is possible to relate parent and child in TreeGrid both
Is possible to relate parent and child in TreeGrid both from one edition window. Our code for parent is: Code: @Override public void onSave(SaveEvent event) { Record act = event.getAct(); if...
View ArticleData retrieved from webservice
Well, we are calling a webservice which returns the correct xml as we hope. Now, how can I do to extract the values of webservice response? The biggest problem is that data in callback function is...
View ArticleComboBox value selected handler?
I have a ComboBox and I need to know when a value has been selected in it (some type of handler??). I looked at the ChangeHandler and ChangedHandler but they get called upon every keystroke the user...
View ArticleTooltips for MenuItem and use arrow key to navigate MenuButton
1. v83p_2014-01-17 2. Firefox 12. Question: Code: isc.Menu.create({ ID: "menu", autoDraw: false, showShadow: true, shadowDepth: 10, data: [ {title: "New", keyTitle:...
View Article