Windows are not displayed with isModal:false
Hi, We are working with tabsets and windows, and in our initial response there is something like the code below. If the window is not modal, the window is places behind the tabset and is not visible. A...
View ArticleTimeline setEventHoverHTMLCustomizer doesn't work
Hi, I want to customize the hoover text of a CalendarEvent in my Timeline. I use smartGWT version : SNAPSHOT_v10.1d_2014-10-27/PowerEdition Deployment (built 2014-10-27) with Firefox 24.8.1 So here...
View ArticleHow to switch to a new tab
I currently have a TabSet of tabs. Code: List<Tab> tabList = new ArrayList<Tab>(); tabList.add(createTab("tab1", "Tab1", new TabPanel())); tabList.add(createTab("tab2", "Tab2", new...
View Articlefields cannot be added to a dataSource after the underlying component has...
working on smartEE eval + eclipse + google app engine 1. The line with the error is countryDS.addField( field ); I didn't start to use DataSource (got the error before DataSource is added to VStack...
View ArticleListGrid scrolling
I have a listgrid which isn't scrolling smoothly. When scrolling down, the records "jump" to different position. It is difficult to explain but after testing a lot I have a testcase: Code: public class...
View ArticleValuesManager with FileItem does not display all validation errors
SmartClient Version: v9.1p_2014-04-29/Pro Deployment (built 2014-04-29) (SmartGWT Pro 4.1) Firefox 26.0 Compiled + Hosted mode. I have discovered a problem using FileItem and ValuesManager. The...
View ArticleZoom does not work on child of DrawPane.
A Label child of a DrawPane does not change in size in response to the zoom of the parent DrawPane. Is this a bug? I am using Label over DrawLabel since it renders better font-wise and with centering...
View ArticletransformInput or change?
Version: SNAPSHOT_v9.1d_2013_10_15 Hi Isomorphic/all: To format the input received in one formItem with the focus on it and then display the value, lets say from a Card Reader, but also the field could...
View ArticleCombobox filter for SmartGWT PRO
Hi Isomorphic, I am using licensed version of SmartGWT PRO 4.1 (isc.version="v9.1p_2014-06-14/Pro Deployment";isc.versionNumber="v9.1p_2014-06-14";isc.buildDate="2014-06-14") I was trying to have a...
View Article[10.0] IE11 visual glitches
SmartClient Version: v10.0p_2014-10-28/EVAL Development Only (expires 2014.12.27_08.11.04) Licensed to: Isomorphic Software (#ISC_EVAL_NIGHTLY) IE11 on WIN7 Please try the #fullMenu sample in the...
View ArticleJavaScript Error in Developer Console after successful remove operation
Hello Isomorphic, I'm using SmartClient Version: v9.1p_2014-10-29 (FF26, Chrome 38). I get an error for following request. The JS error is different in Chrome and Firefox and might be related to my DMI...
View ArticleCalendar doesn't render when dates are strings.
SGWT: 5.0p 10/22/2014 07:44 FF:26 I noticed in the showcase example the CalendarData uses Date objects. What is the expected behavior with ISO_8601 strings? Code: public class Main7 implements...
View ArticleCalendar doesn't update when using custom event editor
sgwt: 5.0p ff: 26 Code: public class Main7 implements EntryPoint { public static class DateUtil { private static final DateTimeFormat dtf =...
View ArticleNeed to print checkbox available in listgrid
Hi I have a requirement to print checkbox field which is available in listgrid. checkbox fields are showing in print preview but actually not printed. Kindly refer the attached screenshots for better...
View ArticleFilterEditor doesnt fire after datasource update
Hi, We have a problem with the filtereditor of a Listgrid. We haven't changed something at this during the update to smartclient 10, and it was working with smartclietn 9.1 so we assume there were some...
View ArticleBug in TimeItem
The bug can be reproduced in SmartGWT5.0 in sample http://www.smartclient.com/smartgwt/showcase/#form_masking Can be reproduced in Firefox and Internet Explorer 8. Partly in Chrome. Please enter 07:00...
View ArticleDrawing Image over another Image
Hello Everyone, I am completely new to isomorphic smartclient and need to write an application using isomorphic that shows the real image of the router with its cards, fans, powersupply and LED images...
View ArticleServe GWT auto-generated js files from web server instead of app server
Hi Team, We are currently using:- BuildDate Wed Mar 05 15:52:00 IST 2014 Version 4.1p SCVersionNumber v9.1p_2014-03-05 We need to serve the auto-generated javascript files from web server instead of...
View ArticleFreeze column in ListGrid with header span
Hello, I'm using SmartClient_v91p_2014-09-30_PowerEdition and I can't freeze columns when having header span. For example: Code: isc.ListGrid.create({ ID: "supplyList", width:550, height:224,...
View ArticleHow do I retrieve the record from Validators in ListGrid?
In formitems, a validator can generally get the form in which it was attached and do some sort of custom validation. However, as Validators are shared between formitems and listgriditems, the "Form"...
View Article