marman
17 Jun 2009, 5:34 PM
Does anyone know how to get the Slate theme to work with GXT 1.5.3?
I added the following to my main Class...
ThemeManager.register( Slate.SLATE );
GXT.setDefaultTheme( Slate.SLATE, false );When i try running it, i get the following Exception and nothing happens:
No source code is available for type com.extjs.gxt.themes.client.Slate; did you forget to
inherit a required module?
I added the following to my main Class...
ThemeManager.register( Slate.SLATE );
GXT.setDefaultTheme( Slate.SLATE, false );When i try running it, i get the following Exception and nothing happens:
No source code is available for type com.extjs.gxt.themes.client.Slate; did you forget to
inherit a required module?