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:
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>
Comment