I am trying to get the skin effect as show in the SmartGWT showcase for the Tahoe skin. I have just upgraded to SmartGWT 6.1-p20170730. My .gwt.xml file looks like this:
However, I am not getting the effect as show on the SmartGWT showcase. Please see the attached image that shows what I’m getting.
Code:
<?xml version=[I]"1.0"[/I] encoding=[I]"UTF-8"[/I]?> <module rename-to=[I]'Aktana'[/I]> <inherits name=[I]'com.cedarcone.Orchestrate.OrchestrateCommon'[/I] /> <inherits name=[I]"com.smartgwtee.SmartGwtEE"[/I] /> <inherits name=[I]"com.smartclient.theme.tahoe.Tahoe"[/I] /> <!-- Specify the [U]app[/U] entry point class. --> <entry-point class=[I]'com.cedarcone.Orchestrate.client.aktana.entry.AktanaEntry'[/I] /> </module>
Comment