Migration from HTML4 to HTML5
Im using SmartClient 8.3 Power Edition. Im trying to migrate my application from HTML4 to HTML5 in order to provide support for IE 10 browser since all the latest versions depends on HTML5. I would...
View ArticleIcons in menuButton
Hi there I want to use icons in a MenuButton, but it seems like there is a issue with it. If i add Code: icon: 'icons/16/document_plain_new_Disabled.png' , to the MenuButton at the bottom of the...
View ArticleFolderDropHandler event
FolderDropEvent.getNodes() return the previous nodes alrady dropped but not current Nodes which being dropped !?
View ArticleMigration from 3.1 to 4.0 power edition.
While migrating from 3.1 (v8.3p_2013-02-27/PowerEdition Deployment (built 2013-02-27)) to 4.0(v9.0p_2013-07-24/PowerEdition Deployment (built 2013-07-24)) power edition, we are getting below warning....
View ArticleSectionStack.getSection("ID") returns null
Example below is just snippets from the code. I am trying to migrate from 3.1 to 4.0 and code that was working is blowing up with a null object reference. I add a section to a section stack and assign...
View ArticleSelectitem shows scrollbar when item width is set (IE 10)
Browser: IE10 SmartGwt version : 3.1p When setting the width of the selectitem as selectitem .setWidth("*"); or selectitem .setPickListWidth(200); , scrollbars are introduced in the selectitem. If...
View ArticleCheckbox, format justified text
how do I align text in justified format equal to the "word"
View ArticleListGrid with expansion fields - Overlapping images
Version 8.3 Hi, I'm using ListGrid with expansion fields (canExpandRecords: true), and when a record's content has an image tag, the ListGrid doesn't calculate the height properly and the image is...
View ArticleListGrid fetchData: recursed on [a]MathFunction.invokeSuper
Hi, When using ListGrid.fetchData, I am getting a "recursed on [a]MathFunction.invokeSuper" in the logs. I am using smartGWT 3.1 and GWT 2.5.1. Can you please provide some direction as to what can...
View ArticleTransport error - HTTP code: 404 for URL
Created new apache tomcat server instance Tried to create Secure Application loaded login.jsp click button Login result Transport error - HTTP code: 404 for URL: /examples/secureApp/IDACall what i'm...
View ArticleQuestion about how to use setKeepInParentRect
1. SmartClient Version: v9.0p_2013-07-25/LGPL Development Only (built 2013-07-25) 2. IE 9.0.8112.16421 3. Non-server issue 5. No JavaScript error I'm having trouble using setKeepInParentRect. I'm tring...
View ArticleGrid shows scrollbar when width is set to 100% (IE 10)
Browser: IE10 SmartGwt version : 3.1p Grid (listgrid, treegrid) shows horizontal scrollbar when width is set to 100% I have added the html5 doctype and do not have any third party css. Sample code:...
View ArticleCriteria on Integer fields generate LIKE queries
Hello, I'm using GWT 2.5.1 and SmartGWT Power Edition 3.1p-2013-08-05. In production I'm using SQL Server 2008 R2 with Microsoft JDBC Driver v4. When I add a criteria on an integer the SQL surprisingly...
View ArticleScatter chart not showing the hover correctly
We are using SmartClient Version: SNAPSHOT_v9.0d_2013-04-04/PowerEdition Deployment (built 2013-04-04). We are working with scatter charts and we are facing an issue with the hover popups. Just to...
View ArticleScatter Chart - Chart grid lines needs to be removed.
We are using SmartClient Version: SNAPSHOT_v9.0d_2013-04-04/PowerEdition Deployment (built 2013-04-04). In scatter chart, we want the grid lines to be removed and chart should have a plain white...
View ArticleListGrid Header Sorting
SmartGWT version: v9.0p_2013-07-29/PowerEdition Deployment (built 2013-07-29) Browser(s) : All IE and MozillaFirefox. I have a list grid that get populated with data from the below query: Code: select...
View ArticleautoDeriveSchema="true" database schema different
Hi, I have a datasource like: Code: <DataSource ID="scco_tech" serverType="sql" tableName="scco" autoDeriveSchema="true"> </DataSource> It is working. The second one: Code: <DataSource...
View ArticleHow to add data to String[]
Hi, Hi have string array. public String[] abcd; abcd[0] = "1234"; Above code is showing Umbrella Exception on runtime. And if I am wrong how I can achieve this.[Smart GWT 4.0]
View ArticleConfiguring correct ISC files in GWT App
Hi All, What is the recommended approach for including SmartGWT in an application? I'm using the following in my hosted JSP page. However, I used FireBug and checked the files loaded. I noticed...
View ArticleSelenium 2 - smartgwtpower-4.0 - debug batch process
I use Test Selenium 2, smartgwtpower-4.0 suite, and I try to run a batch process called testRunner (server-side). I use FIREFOX browser. Please I need your help to solve the problem, Thanks. A batch...
View Article