Search Type: Posts; User: pablodev
Search: Search took 0.01 seconds.
-
30 Jul 2009 6:20 AM
Jump to post Thread: [CLOSED] bug in file Theme.class by pablodev
- Replies
- 5
- Views
- 1,996
the correct path and the same?
GRAY = new Theme("gray", GXT.MESSAGES.themeSelector_grayTheme(), "gxt/css/gxt-gray.css");
not
GRAY = new Theme("gray", GXT.MESSAGES.themeSelector_grayTheme(),... -
12 Mar 2009 12:33 PM
Jump to post Thread: translated messages by pablodev
- Replies
- 1
- Views
- 604
I found the solution.
just add the xml (module)
<inherits name="com.google.gwt.user.User" />
<inherits name="com.google.gwt.i18n.I18N" />
<extend-property name="locale" values="pt_BR" /> ... -
12 Mar 2009 12:13 PM
Jump to post Thread: translated messages by pablodev
- Replies
- 1
- Views
- 604
hello,
how do I translate the messages of my application.
I'm using gxt im my project.
thanks..
Results 1 to 3 of 3
