Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    SmartGWT 2.5 EnterpriseBlue theme not loading

    Hi All,
    My application has smartgwt 2.4 and was using enterpriseblue theme in it and is properly loading till TODAY. Today i upgraded application with smartgwt 2.5 & enterpriseblue is not loading and application is loading default gray theme (which is a default theme for any smartgwt app).

    Code:
    <inherits name='com.smartgwt.SmartGwt' />
    <inherits name="com.smartclient.theme.enterpriseblue.EnterpriseBlue"/>
    I have above code in .gwt.xml file and if i use following code
    Code:
    <inherits name='com.smartgwt.SmartGwtNoTheme' />
    <inherits name="com.smartclient.theme.enterpriseblue.EnterpriseBlue"/>
    Now, application is not loading any theme. I have tested this in IE,FF & chrome too, still its not working.
    Please help in resolving this issue. Is this known bug in Smartgwt 2.5. ?

    Thanks in advance.

    #2
    You need a nightly build, or this patch.

    Comment


      #3
      Thanks a lot Isomorphic.... Patch (smartgwt.jar) worked like a charm and enterprise blue theme is loading now.... Thanks again to entire SmartGWT team for working on this....

      Comment

      Working...
      X