Maximize size of Zoomable DrawPane inside Canvas without flickering
SmartGwt Pro 4.1 FireFox 25.0.1 If screen is maximized after browser, opens, canvas (colored red) is visible behind drawpane (blue). In method, initDrawPane, if width and height are set to 100 instead...
View ArticleHovers on grids with expansion grids sometimes apply to parent record
Using SmartClient Pro 9.0 - 12/5/2013 nightly build Testing in Firefox 25.0.1 I've got a case where I have a grid, and that grid has an expansion grid that you can open up under each row of the main...
View ArticleCross-site scripting and http status 403 error
We are currently using DynamicDSGenerator to create dynamic data sources. Somehow, the requests to get data sources get blocked by a software called SiteMinder that our customers have. The error...
View Articleusing treegrid, horizontal scroll appears whenever vertical scroll is needed
v91d_10-08-13 Chrome and IE 9 When the screen is shrunk vertically and the vertical scroll bar appears, the horizontal bar also appears, even if its not needed. I've attached a standalone sample that...
View ArticleDrag operation does not work
SmartGWT pro version 4.1.d Firefox 25.0.1 Click handler fires and move by moves everything in group. However, Left clicking on DrawRect and dragging does not work. public void onModuleLoad() { new...
View ArticleHow to always show opener in TreeGrid
I'm trying to build a dynamic tree with TreeGrid. I use setData(Tree) on the TreeGrid, and then call add(TreeNode, parentPath) on the Tree to populate the nodes. When a node is first added to the Tree,...
View ArticleLoading a DataSource twice
Hello, I tried to load a DS twice for two DynamicForms with different permissions (which were set by Declarative Security). The permissions of the fields are depending on the database record status. In...
View ArticlesetOverflow(Overflow.HIDDEN) and text-align:center
In SmartGWT 4.0p (Chrome 31), when using a Button, setOverflow(Overflow.HIDDEN) sets the inline CSS as: style="overflow:hidden;text-overflow:ellipsis;text-align:left" for example. This overrides what...
View ArticleHiddenItem not included in form POST (Mobile SmartGWT)
I am using Mobile Smart GWT (2013-12-04 build) and when I use HiddenItems within a form they are never included in the POST sent to the server. TextItem and other FormItem elements are sent in the...
View Articleissue with simple criteria with latest nightly build
I've just downloaded the 12/09 and 12/10 nightly builds of 4.1d and I'm seeing odd behavior in my application. Did something change with the way Criteria objects are handled? My application issues a...
View ArticleListGrid -- endEditing callback
Hi, As listGrid.endEditing() is an Asynchronous call, We are unable to do some business logic after completion of endEditing(). So, Is there any possibility to have a callback after completion of...
View ArticleSyntax question: Which grid rows are expanded?
SmartClient 9.0: In a ListGrid where canExpandRecords = true, is there a quick way to gather an array of all records that are currently expanded? At the moment, I'm trying to loop through...
View ArticleDrawItem grouping and ungrouping breaks DrawItem.canDrag
Code: @Override public void onModuleLoad() { final DrawPane pane = new DrawPane(); final DrawOval circle = new DrawOval();...
View ArticleCan we use 'Selenium' with smartgwt 4.0 ?
v9.0_2013-11-24/AllModules Deployment (built 2013-11-24) FireFox, Crome, IE We are using smartgwt 4.0 for our project. We want to use "Selenium" for test automation. Is that possible to use "Selenium"...
View ArticleClass Cast Exception when using dsresponse.setData()
I have attached ds.xml file and java file SmartGWT.java which is called on module load and LoginDMI.In which I am Writing own code for fetching. When I do response.getData() in SmartGwt.java then i get...
View ArticleInitially Filter Condition-2 Is Disabled
Hi, I created one filter builder, which contains three columns (other than top level logical operators) such as Filed Names, Operators, and Value String. When I am opening filter window at first time,...
View ArticlePreventing the backspace key from navigating back
SmartClient v9.0 Power edition: 2013-10-18 IE.8 How can I prevent the backspace key from navigating back? Thancks in advance,
View Articleui.xml and ToolstripSeparator
Hello, I use screen.ui.xml files. ToolstripSeparator not like it expected. This is a part of ui.xml file Code: <ToolStrip ID="toolStrip" layoutMargin="0" layoutLeftMargin="5" layoutRightMargin="5"...
View Articleui.xml and ToolstripMenuButton
Hello, I would like to use ToolstripMenuButton in ui.xml. My ui.xml is this: Code: <ToolStripMenuButton ID="btn_other_options" title="Other options" > <MenuItemButton ID="revertButton"...
View ArticleDynamically changing Smart GWT log level
I am trying to change the Smart GWT log level dynmically but to no avail. If the user changes the Loggging level in my form, on the server side I am doing the following: Logger smartGwtLogger =...
View Article