• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Liutauras Vilda
  • Ron McLeod
  • Jeanne Boyarsky
  • Paul Clapham
Sheriffs:
  • Junilu Lacar
  • Tim Cooke
Saloon Keepers:
  • Carey Brown
  • Stephan van Hulst
  • Tim Holloway
  • Peter Rooke
  • Himai Minh
Bartenders:
  • Piet Souris
  • Mikalai Zaikin

CSS Issue: Smart GWT Showcase example does not display properly.

 
Ranch Hand
Posts: 117
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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/Netbeans_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, 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
 
reply
    Bookmark Topic Watch Topic
  • New Topic