I use SmartGWT 4.1 for web application development and my SmartGWT version is as following
And I want to use Visual Builder, and I have following added in my web project
Add this in my ShowCase.gwt.xml
Add this in onModuleLoad ()
But when I start the application and access by IE and FireFox, I see a blank popup page and have the content as attached file.
I have tried to clean the Browser cache
So I want to double confirm PowerEdition can use Visual Builder? and SmartGWT lib that I need to include in runtime? I see the WAR build smoothly and no error and only SmartGWT 4.1d is included in the classpath.
Also, how can I fix it?
Code:
SmartClient Version: SNAPSHOT_v9.1d_2013-11-24/PowerEdition Deployment (built 2013-11-24)
Add this in my ShowCase.gwt.xml
Code:
<inherits name="com.smartgwtee.tools.Tools"/> <inherits name="com.smartgwtee.SmartGwtEE"/>
Code:
com.smartgwt.client.util.SC.openVisualBuilder();
I have tried to clean the Browser cache
So I want to double confirm PowerEdition can use Visual Builder? and SmartGWT lib that I need to include in runtime? I see the WAR build smoothly and no error and only SmartGWT 4.1d is included in the classpath.
Also, how can I fix it?
Comment