[gwt-contrib] Re: Adding ClientBundle to trunk

2009-10-05 Thread BobV
> Have you thought about implementing ExternalDataSource? > It looks like Flash doesn't like 'data:' URLs for creating Sound() objects. > In gwt-voices I'd like to be able to use DataResource#getUrl() to get a > strongly cacheable URL for my MP3 sound files. I'd accept a patch to DataResourceGene

[gwt-contrib] Re: Adding ClientBundle to trunk

2009-10-03 Thread Fred Sauer
Bob, Have you thought about implementing *External*DataSource? It looks like Flash doesn't like 'data:' URLs for creating Sound() objects. In gwt-voices I'd like to be able to use DataResource#getUrl() to get a strongly cacheable URL for my MP3 sound files. Thanks Fred On Wed, Mar 25, 2009 at 7

[gwt-contrib] Re: Adding ClientBundle to trunk

2009-03-25 Thread Ray Cromwell
Is this a method that exists, or a proposed one? Yeah, something like that would work, although you typically want to injectBefore an element, either a

[gwt-contrib] Re: Adding ClientBundle to trunk

2009-03-25 Thread BobV
On Wed, Mar 25, 2009 at 7:57 PM, Ray Cromwell wrote: > Awesome. With regards to StyleInjector, one feature I'd ask for is the > ability to control where in the cascade it injects. For example, I use IRB > in Chronoscope to inject GWT widget Themes, but what happens is, this > overrides any themes

[gwt-contrib] Re: Adding ClientBundle to trunk

2009-03-25 Thread Ray Cromwell
Awesome. With regards to StyleInjector, one feature I'd ask for is the ability to control where in the cascade it injects. For example, I use IRB in Chronoscope to inject GWT widget Themes, but what happens is, this overrides any themes the user has included via

[gwt-contrib] Re: Adding ClientBundle to trunk

2009-03-25 Thread Scott Blum
+w00t! Congrats, Bob! --~--~-~--~~~---~--~~ http://groups.google.com/group/Google-Web-Toolkit-Contributors -~--~~~~--~~--~--~---

[gwt-contrib] Re: Adding ClientBundle to trunk

2009-03-25 Thread Bruce Johnson
This stuff sucks. Revert it. Just kidding. wt! On Wed, Mar 25, 2009 at 7:31 PM, BobV wrote: > After 16+ months of on-and-off development, ClientBundle (nee > ImmutableResourceBundle) is moving to GWT trunk. > > $ find user/src/com/google/gwt/resources/