Unable to see scrollbar in TextAreaItem control
GWT 2.4.0, Browser ie8, sample code{ TextArea txt=new TextArea() TextAreaItem item = new TextAreaItem(name, label); item.setWrapTitle(true); item.setRequired(true); item.setWidth(600);...
View ArticleSmart Gwt does not show on Hover Values for stacked Graph
I had a test case where the data Values for stacked Graph are("Cost1", 160303),("Cost2", 234234),("Cost3",0.1) chart.setShowValueOnHover(true). These values are for single stack in graph. In the Graph...
View ArticleEditing a field in a listgrid failed
Hello, i've created a listgrid with an editable field. When i'm trying to change it, the row disappear. In the GWT console i've got this warn : Code: WARN:ResultSet:isc_ResultSet_0 (created by:...
View ArticleProblem with editable ListGrids in 4.1?
Hi, Version 4.1 Build 2014-04-05. I have editable ListGrids that we add data to using grid.editNewRecord(Record initialValues). After upgrading to 4.1 the newly added record disappears immediately...
View ArticleTreeGrid: selectRecord without firing an event
Hi, As suggested in the title, I would like to programmatically select/unselect tree nodes (checkbox mode enabled) without any event fired? Is it possible in the current 4.1 API ? Thanks for your help,...
View Article9.1 Regression (04/07): Javascript error when hovering over form elements
This problem occurs in the latest drop, 9.1p 04/07, but does not occur on 9.1p 04/03. - Load the test case - open console (I used firebug) - Click filter to open dialog - Add a new filter clause - Move...
View Article9.1 Regression: resizing Hilite Editor not working properly
Working in 9.0p 08/05/2013 (our current production release) Not working in 9.1p 04/07/2014 (latest nightly) Reproduction steps: - load test case - resize window so its not maximized (full screen) and...
View ArticleIE9 Fails using SmartGWTPro with child DrawPanes.
Here is a sample code snippet that works fine in other browsers but fails in IE9. Using SmartGWTPro 4.0p, GWT 2.5.1 and Java 1.7. Code: package com.testApp.client; import...
View ArticleHow to make cheked some items on SelectItem multiple
Hello, I have a select item in my dinamicform with a listgrid into with data, I already solved to saving multiple items to my database, but now what I want is to recover this multiple items checked in...
View Articleimages missing from enterprise/enterpriseblue
Hello, since upgrading to 4.1, i have some HTTP 401's in my productionlog: /images/ListGrid/sort_descending_Disabled.png images/ListGrid/header_menu_Disabled.png It obviously happens when i have a...
View ArticleManually creating new result set is invalidating the current cache
Be sure your post includes: SmartClient Version: SC_SNAPSHOT-2011-12-05/LGPL Development Only (built 2011-12-05) FireFox 25.0 Following is my usecase, I am trying to manually set the data as recordList...
View ArticleSelectItem does not update its options after DataSource cache data change
SmartClient Version (ISC_Core.js' header) Version v9.0p_2013-12-10 (2013-12-10) Browser Google Chrome 33.0.1750.154 m Problem We've got a SelectItem inside a DynamicForm, and its options are derived...
View ArticleEditorType in ds.xml com Custom DateItem
SmartGWT Framework: v9.0p_2014-02-26/PowerEdition Deployment 2014-02-26 Browse: FireFox 24.3.0 I created a subclass of DateItem public class DateItemExt extends DateItem { } In ds.xml added the...
View ArticleFacetChart X-Axis formatter does not work
The ValueFormatter for X axis does not work in FacetChart (smartgwt pro 4.0p). The code is: Code: final Record r1 = new Record(); r1.setAttribute("label", "A");...
View ArticleDisplay date chooser on a click of the button
Hi, How can i display the date chooser when a button is clicked and hide it when cancel is clicked or the user clicks somewhere else on the screen. I do not want the text field or the combo items that...
View ArticleSelectItem
v9.0p_2014-02-28/EVAL Deployment 2014-02-28 Firefox/26.0 Code: import com.smartgwt.client.data.Criteria; import com.smartgwt.client.types.GroupStartOpen; import com.smartgwt.client.types.SortDirection;...
View ArticleMultiple handlers on a widget
Hi, We are making the transition from SmartGWT to SmartClient Just wondering if it's possible to add multiple handlers to a single widget. For example, in SmartGWT we were able to add handlers on a...
View ArticleChart Legend Formatting
Version/browser info: SmartClient Version: v9.0p_2013-09-19/EVAL Deployment Firefox v 26.0 I've been working with the charting tools and I'm trying to adjust the chart legend so that the color swatches...
View Articlehint style still showing after input
We have a text item that has a style and setShowHintInField(true). After typing an input, the text item still shows the hint style. Code: TextItem item = new TextItem("name");...
View ArticleHow ResultSet will recognize change in Criteria
I wanted to know how ResultSet will figure out if there is a change in the criteria. When i am creating a new instance of ResultSet with some data and setting it to the ListGrid ,the Listgrid always...
View Article