sectionControls next to section title
Hello, I am looking at your example here: http://www.smartclient.com/docs/10.0/a/system/reference/SmartClient_Explorer.html#sectionControls Is it possible for the controls to display next to the title...
View ArticleInconsistent behaviour changed on TimeItem with useTextField false
The changed handler is called for a TimeItem with pickItems when setting values on the form, this is inconsistent with the default formItem behaviour. To see this behaviour paste this code in the demo...
View Articletoolstrip
im using smartclient in that smartclient js file toolstrip how to applay the background color please need help
View ArticleStructuring widgets on VLayout issue
Hello there, I am trying to structure my widgets depending on the button clicked on the RibbionBar. I have a VLayout on which I have added a RibbonBarwith 4 buttons. Now depending on the button clicked...
View ArticleMigrated from Smartgwt3.0 to Smartgwt5.0. setHeaderHeight property is not...
Migrated from Smartgwt3.0 to Smartgwt5.0. setHeaderHeight is not working with new version. Giving the following exception. Caused by: com.google.gwt.core.client.JavaScriptException: (TypeError)...
View ArticleProblem with style set to SC.showPrompt
Hi, I have a problem. In my application I try using showPromt with two different font-colors depending on what function is ran. But after first prompt is showed with one color, all later prompts have...
View ArticleExporting Value map data to exported excel file
Hi All, Business client requires the data to be exported to excel to download. I was able to export the data to excel file using ListGrid.exportData option like this...
View ArticleSelectItem displays "No items to show" in all languages
Here's the code example (from edited showcase): Code: /* * Isomorphic SmartGWT web presentation layer * Copyright 2000 and beyond Isomorphic Software, Inc. * * OWNERSHIP NOTICE * Isomorphic...
View ArticleRecord / DataClass.getAttributes() safe to use?
Hi Isomorphic, I'm writing a SortNormalizer that depends on the fields a Record has. Is it safe to use Record.getAttributes() (or DataClass.getAttributes()) here? It is in the 4.1p/5.0p Javadoc, but...
View ArticleDynamicForm with ButtonItem on either side of DateItem
I would like to place a ButtonItem on either side of the DateItem. Here's my attempt, "this" is a DynamicForm): Code: this.prevDayBtn = new ButtonItem(prevDayBtnId,prevDayBtnId);...
View ArticleMember separator line in VLayout HLayout
Hello Isomorphic, is it possible to get a separator line in a HLayout? Basically like the resize-bar in the #layout_nesting-sample, but more thin, perhaps just a 1px black line? Best would be of course...
View ArticleDateChooser with custom bottomButtonsLayout
Hi, I am using SmartGWT 3.1 and trying to create a customized skin. I changed everything we need for the DateChooser, there is only one thing I am unable to solve. In our DateChooser the Today and...
View ArticleTabSet, baseline still visible on hidden TabBar
Hi folks, we are using (may be quite specific) behavior for the TabSet component: when there is only one Tab visible, the TabBar (autoChild component) is hidden to not show the single Tab. This worked...
View ArticleUsing smartgwt and prototypejs
Hello! I want to use smartgwt in combination with the javascript library prototype. I read in some older threads (e.g. http://forums.smartclient.com/showthread.php?t=3744) that there are some problems....
View ArticleNot able to bring the error icon
1. Smartclient version v9.1p_2015-02-05/Pro Deployment (built 2015-02-05) 2. Browser Chrome Version 40.0.2214.115 m 3. Code: isc.DynamicForm.create({ width: 300, fields: [ {name:...
View ArticleUnexpetected CLICK event triggered
Version: SNAPSHOT_v10.1d_2014-11-12/LGPL Deployment Also tested on your web site 10.0/SDK Development Only (expires ) Licensed to: Isomorphic Software (#ISCDocs) Browsers: IE11, FF36.0, CHROME40.0...
View ArticleOut-of-memory-excepions in IE11
Hi, we have a large smartgwt-application for our customer, and they used IE9 on Windows Vista. Since our customer upgraded to Windows-7 and IE11, after several hours they get out-of-memory-exceptions....
View ArticleSmart GWT using gwt 2.7
Hi, I am using Smart GWT 3.1 power user edition with gwt 2.3.0. I upgraded to gwt 2.7.0. During compilation I got an error stating "The Cross-Site-Iframe linker does not support <script> tags in...
View ArticleHow to Access Nested Components?
This a request for "Smart GWT 101" guidance on component parent/child navigation, walking the tree, so to speak. The following code does what I want, but produces components that I can't figure out how...
View ArticleBug in Feature Explorer example (appearance animated selection)
These examples: http://www.smartclient.com/docs/9.1/...ated.Selection http://www.smartclient.com/docs/9.1/...nded.Selection aren't working for me. I can't select rows, and I'm not seeing any...
View Article