[gwt-contrib] Re: Please add ClientBundle as optional parameter in each widget cstr

2010-01-24 Thread dflorey
Any news on this idea? It would be very nice to have Messages/ Constants as available resource types to bundle all resources in one place. On Jan 4, 5:26 pm, John Tamplin j...@google.com wrote: On Mon, Jan 4, 2010 at 11:24 AM, BobV b...@google.com wrote: On Mon, Jan 4, 2010 at 11:17 AM,

Re: [gwt-contrib] Re: Please add ClientBundle as optional parameter in each widget cstr

2010-01-24 Thread Ray Ryan
Creating new ResourceGenerators is trivial, and requires no changes to GWT (one of the best features of ClientBundle). See TextResourceGenerator for an example. Dan, I'm afraid you can't expect anyone from the GWT team to jump on this problem in Q1. We're saturated. On Sun, Jan 24, 2010 at 5:12

Re: [gwt-contrib] Re: Please add ClientBundle as optional parameter in each widget cstr

2010-01-24 Thread Ray Ryan
But we'd be available for code reviews… (Also see TextResource to see how to register the things.) On Sun, Jan 24, 2010 at 6:02 AM, Ray Ryan rj...@google.com wrote: Creating new ResourceGenerators is trivial, and requires no changes to GWT (one of the best features of ClientBundle). See

[gwt-contrib] Re: Please add ClientBundle as optional parameter in each widget cstr

2010-01-04 Thread dflorey
On Jan 4, 4:04 pm, BobV b...@google.com wrote: On Sun, Jan 3, 2010 at 6:10 AM, dflorey daniel.flo...@gmail.com wrote: It would be great if the new ClientBundle would be used to style all gwt widgets. I think John probably has some ideas here. (btw: Why is it called ClientBundle and not

[gwt-contrib] Re: Please add ClientBundle as optional parameter in each widget cstr

2010-01-04 Thread dflorey
If you are interested I've already done this for my table branch in the incubator. It's a little bit outdated - I need to port the branch to 2.0... :-( The only show stopper I see right is that Messages/Contacts are not yet part of the ClientBundle, so I came up with something like this (copypaste

Re: [gwt-contrib] Re: Please add ClientBundle as optional parameter in each widget cstr

2010-01-04 Thread BobV
On Mon, Jan 4, 2010 at 11:17 AM, dflorey daniel.flo...@gmail.com wrote: The only show stopper I see right is that Messages/Contacts are not yet part of the ClientBundle, so I came up with something like this (copypaste from branch source): You can bridge them with a GwtCreateResource or add a

Re: [gwt-contrib] Re: Please add ClientBundle as optional parameter in each widget cstr

2010-01-04 Thread John Tamplin
On Mon, Jan 4, 2010 at 11:24 AM, BobV b...@google.com wrote: On Mon, Jan 4, 2010 at 11:17 AM, dflorey daniel.flo...@gmail.com wrote: The only show stopper I see right is that Messages/Contacts are not yet part of the ClientBundle, so I came up with something like this (copypaste from