Announcement

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

  • smartgwt.dev
    replied
    Do not post duplicate messages. All the themes work fine in the showcase of the latest nightly. Examine your module and host html closely and compare it with the one from the showcase. If you still think you have found a bug, which is quite unlikely in this case, then post a minimal standalone testcase.

    Leave a comment:


  • rstudner
    started a topic Enterprise Blue broken in 2.3 nitely's

    Enterprise Blue broken in 2.3 nitely's

    When I switch to the enterprise blue theme, my buttons have no backing images (and blank.gif 404's)

    Anyway, attached a screenshot

    (note, form labels I'm making arial on my own)

    sample module file:

    Code:
    <?xml version="1.0" encoding="UTF-8"?>
    <module rename-to='rpa'>
        <!-- Inherit the core Web Toolkit stuff.                        -->
        <inherits name='com.google.gwt.user.User'/>
        <!-- Other module inherits                                      -->
        <inherits name="com.smartclient.theme.enterpriseblue.EnterpriseBlue"/>
        <inherits name="com.smartclient.theme.enterpriseblue.EnterpriseBlueResources"/>
        <inherits name="com.smartgwt.SmartGwtNoTheme"/>
        <!--<inherits name="com.smartgwt.tools.SmartGwtTools"/>-->
        <entry-point class='com.fun.cep.rpa.client.MyEntryPoint'/>
    
        <servlet path="/login" class="com.fun.cep.rpa.server.login.LoginServiceImpl"/>
    
    </module>
    Attached Files
    Last edited by rstudner; 17 Dec 2010, 06:54.
Working...
X