Dear All,
Note: I am using NetBeans IDE 6.8, GWT 2.0.3 and SmartGWT 2.1 the latest versions as of today 16/03/2010
I am trying to use on one of the Smart GWT showcase example by following the instructions at http://www.plantstar.org/tutorials/N...s_Smartgwt.htm
P.S - I guess not all steps in that are required, Refer Thread, http://forums.smartclient.com/showthread.php?t=3168
The problem is that, the the functionality in application works properly, but its not displayed properly, so I guess there is some problem with CSS.
I tried to search in this forum, and all I could find is that such problems could occur if multiple stylesheets are applied to a single page.
As in when we include <inherits name="com.smartgwt.SmartGwt"/> in Main.gwt.xml it inherits the SmartGWT CSS. But there would be the default CSS of GWT in the application.
So I think that might be the reason for the problem.
Could anyone please provide thier inputs to resolve the above problem?
Kind regards,
Hardik
Note: I am using NetBeans IDE 6.8, GWT 2.0.3 and SmartGWT 2.1 the latest versions as of today 16/03/2010
I am trying to use on one of the Smart GWT showcase example by following the instructions at http://www.plantstar.org/tutorials/N...s_Smartgwt.htm
P.S - I guess not all steps in that are required, Refer Thread, http://forums.smartclient.com/showthread.php?t=3168
The problem is that, the the functionality in application works properly, but its not displayed properly, so I guess there is some problem with CSS.
I tried to search in this forum, and all I could find is that such problems could occur if multiple stylesheets are applied to a single page.
As in when we include <inherits name="com.smartgwt.SmartGwt"/> in Main.gwt.xml it inherits the SmartGWT CSS. But there would be the default CSS of GWT in the application.
So I think that might be the reason for the problem.
Could anyone please provide thier inputs to resolve the above problem?
Kind regards,
Hardik
Comment