[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

[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 b...@google.com wrote: After 16+ months of on-and-off development, ClientBundle (nee ImmutableResourceBundle) is moving to GWT trunk. $ find

[gwt-contrib] Re: Adding ClientBundle to trunk

2009-03-25 Thread BobV
On Wed, Mar 25, 2009 at 7:57 PM, Ray Cromwell cromwell...@gmail.com 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

[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 style or link element, because of the way CSS cascading works, the later style elements have higher priority. Typically, I'd want to inject before