HTMLPane iframe title - Section 508 compliance
1. SmartGWT 4.1p LGPL 2. All browsers We are trying to make our site fully Section 508 Accessiblility compliant. One of the things that came out of the formal review we had done of our site was that...
View ArticleHow can I prevent duplicates in local ListGrid when data is filtered?
Not sure how common this request might be, but we're trying to use a ListGrid as a local record store. That is, this ListGrid is populated manually using data from other ListGrids. And this data is...
View ArticleStartEditingNew missing actionField.
I have a list grid that customizes my fields using the createRecordComponent. The method adds a HLayout with a deleteIconImage and works perfectly for existing records when a fetch is performed. When I...
View ArticleHide/unhide columns in ListGrid internal error with FIX
#################################################################################################### SmartClient Version: v8.3p_2013-02-14/LGPL Development Only (built 2013-02-14) OS: Windows 7,...
View ArticleSelect control - mouse click selects wrong value
There is a select box on this page http://focusrite.elephantpm.com/ When you click it and then try to select a value it selects the value two rows below the value you clicked. The select box is being...
View ArticleIs possible to know when saving process is finished ?
Hello, I need to know when saving process is done to be able to write a summary message to user, something like this : 2 records were saved, 3 record were not saved. How is this possible? Thank you....
View ArticleError integrating third-party GWT widget
Hello, I am trying to integrate a non-SmartGWT widget in a VLayout without success. This widget is a JS editor (https://github.com/daveho/AceGWT) and works fine in a plain-GWT aplication: Code: public...
View ArticleUsing calendar other then gregorian calendar
Hello there, I have a licence copy of SmartGWT Power edtion. In my application I want to use the date/calendar widgets provided by smartgwt and want to know is it possible to use calendar other then...
View ArticleTree error while dragging nodes
SmartClient Version: v9.1p_2014-06-14/PowerEdition Development Only (built 2014-06-14) browser Chrome, Safari, Firefox on Mac OSX IE11 on Win7 please open a '_Trees_Dragging' sample from the showcase,...
View ArticleUnable to find 'com/smartgwt/SmartGwt.gwt.xml' on your classpath
I have this error [ERROR] Unable to find 'com/smartgwt/SmartGwt.gwt.xml' on your classpath; could be a typo, or maybe you forgot to include a classpath entry for source? Im using Eclipse Keppler,...
View ArticleConfigure print preview in ListGrid
Hello, I have extended a ListGrid and I have added a ToolStript at the end of the table: Code: public class AppGrid extends ListGrid{ // Constructor public AppGrid(){ // Creating toolstrip...
View ArticleProblem with ViewFileItem from 4.0 to 4.1
Hi, I am migrating my application from 4.0 to 4.1 (20140616). I have multiple forms with a ViewFileItem that shows image on the form (image is stored as BLOB in the DB and displayed inline). The...
View ArticlefocusInRow( row ) calling non-existent function ( ISC_Grids.js )
SmartClient LGPL 9.1 Latest version of Chrome ( as of 6/17/2014 ) ( appears in other browsers as well ) If we call ListGrid.focusInRow( row ), an error always gets thrown. Apparently, focusInRow is...
View ArticleUsing SmarClient with Google Earth Enterprise
SmartClient Version: v9.1p_2014-03-18/Pro Deployment (built 2014-03-18) We want to use the SmartClient google map APIs to access our local instance of Google Earth Enterprise V3.2.3. We are on a closed...
View ArticleChange to ListGrid 12th to 13th June 2014 that breaks setSort() in Dev Mode only
Hi Isomorphic, I noted that my code does not work any more with today's (v9.1p_2014-06-17/EVAL Deployment) version and tried to create a simple standalone Testcase, but did not succeed. I tried then to...
View ArticleDrawGroup.moveBy has no effect
SGWT: 4.1p 06/13/2014 07:39 FF:26 Code: @Override public void onModuleLoad() { new DrawPane(){{ setBackgroundImage("grid.png");...
View Articlehow to retrieve the ID of a line when inserting
how to retrieve the ID of a line when inserting, knowing that the ID is auto-incremented? Indeed, to add a command line in my database I have to add a car and then add the command line that contains...
View ArticleScatter chart - How to show colored solid filled markers on chart
I am using Smart GWT version -> v9.0p_2013-07-29/PowerEdition Deployment (built 2013-07-29) Problem statement: Need to show solid filled markers having same shape/ legends in Scatter chart....
View ArticleTreeGridField method mix up
v9.1p_2014-05-18/PowerEdition Deployment (built 2014-05-18) Friendly info: The TreeGridField class has 2 methods : Code: public void setWrap(boolean wrap) and Code: public void setWrap(Boolean wrap)...
View Articleinclude all fields from a related datasource: is it possible?
I've got two datasources A and B with a foreign key relationship between them, say that dataSource B contains: Code: <field name="fk" foreignKey="A.id" joinType="outer"/> So in dataSource B I can...
View Article