GWT 1.6 has three css themes, standard, chrome, and dark.  As time
passes I expect there will be more.  With that in mind I want to use
those themes, and let each user choose his/her own theme for the
application.

My intention is to have a listbox with the available themes, thus
allowing the user to choose a theme and have that theme saved from
session to session, probably with a cookie.   I am having a couple of
problems.

1) I have no idea how to fill the listbox, other than by hardcoding
the theme names.
2) I have no idea how to tell the xml that we are changing themes.  (I
am not even sure that the xml is where the change needs to happen.)

I have looked and so far haven't found a tutorial or example that
deals with this issue.

Any help would be appreciated.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to