Re: Best alternative for Character.getNumericValue(ch)?

2014-03-02 Thread Thomas Broyer
On Monday, March 3, 2014 12:00:25 AM UTC+1, Ed wrote: > > > Thanks thomas, I will have a look at it. I am not sure which situations > this covers, and where you get this from, please give me a hint, I am not > so well known with this character encoding. > > In the mean time, I super-sourced the

Re: How to make a CSS file as the default and only override some of the classes. (when in I18N)

2014-03-02 Thread Ed
Use Factory classes to create your css resources (clientbundle) and make different implementations for your factory, that are loaded through deferred binding, that depend on the used I18N. The factory subclass: include/compose different css files. This construction works like a charm, I use it

Re: Best alternative for Character.getNumericValue(ch)?

2014-03-02 Thread Ed Bras
Thanks thomas, I will have a look at it. I am not sure which situations this covers, and where you get this from, please give me a hint, I am not so well known with this character encoding. In the mean time, I super-sourced the Character class and implemented the isWhiteSpace() and getNumericValue

Datepicker - show 2 months together

2014-03-02 Thread Deepak Singh
hi All, Is it possible somehow to show 2 months(current and next) calender to show together with GWT 2.6 datepicker ? -- Deepak Singh -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To unsubscribe from this group and stop receiving ema

Re: Extending the life of DevMode

2014-03-02 Thread David
Blake, One thing is that some new upcoming features of GWT might not work in DevMode anymore (I read a bit about JsInterop). But for now I keep FireFox 24 ESR on my machine. That is the version that most enterprise users will use for the time being and I can always do a check on newer versions wit

Re: Server-side anontation imports causing compile errors

2014-03-02 Thread Renaud
Same issue too. Any workaround? Le jeudi 6 février 2014 20:25:16 UTC+1, Pablo Castilla a écrit : > > I have the same issue, have you solved it? > > Thanks > > El viernes, 15 de noviembre de 2013 18:59:47 UTC+1, Brian Henry escribió: >> >> I'm using Cloud Endpoints on App Engine with GWT and want t