Re: i8N edge case: user change to browser language settings amidst GWT app use?

2009-12-13 Thread Grary
Shawn, That only seems to reload the application which could be dealt with by using history to get you back to the same place. Thanks, I think I understand. I've been attempting to use enums with an overloaded toString method that returns i8N constant values. The enums represent properties of

i8N edge case: user change to browser language settings amidst GWT app use?

2009-12-12 Thread Grary
Hi, Anyone care to comment on the need to anticipate that a user will switch their browser's language settings mid-use in a GWT app, thereby encountering the problem that i8N constants are compile-time? Thanks, Grary -- You received this message because you are subscribed to the Google Groups

HMVP design pattern? Help!

2009-11-25 Thread Grary
Hi, I'm new to GWT development, but the tutorials and project samples I've inspected have impressed me with the value of using the MVP pattern (and associated libraries for that.) Great. But now, as regards planning the development of my GWT app, do I think about separate parts of a given page

com.google.gwt.junit.JUnitFatalLaunchException...why?

2009-11-12 Thread Grary
in Eclipse in the recent past. I don't understand the basis for the change. Any thoughts? Would the assignment of either of the following variables matter: GWT_HOME or GWT_TOOLS? Thanks, Grary -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group

[gwt-contrib] Re: where is StyleInjector?

2009-11-12 Thread Grary
Thanks! On Nov 11, 11:12 am, Ray Ryan rj...@google.com wrote: If you're building incubator from source, you'll need to build GWT from source as well. To work against GWT 1.7 please download the incubator jar.http://code.google.com/p/google-web-toolkit-incubator/wiki/Downloads?... --

[gwt-contrib] where is StyleInjector?

2009-11-11 Thread Grary
Hi, When attempting to build the incubator project PagingScrollTable, I get errors related to StyleInjector. StyleInjector has apparently been mainlined and is now located in a package called com.google.gwt.dom.user, which doesn't appear in my GWT 1.7.1 mac download (nor does StyleInjector.)

Re: how do I specify String[] in properties file when using i18nCreator?

2009-10-24 Thread Grary
Thanks - have found that approach inconvenient. I guess using maps instead of arrays in .properties file is an alternative. Grar --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to

how do I specify String[] in properties file when using i18nCreator?

2009-10-23 Thread Grary
Hi, Anyone know how what I do in my .properties file to yield interface return types of String[] when using i18nCreator? Thanks, Grary --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web Toolkit group