Is it possible to use images in the new UIBinder cell rendering feature?

2012-07-16 Thread Brad Leupen
Hey there, I'm experimenting with the new 2.5 UIBinder Cell Rendering functionality. So far it's working well except that i can't see a non-sprite way to use images in my template. Am i missing something? Thanks! Brad -- You received this message because you are subscribed to the Google

Re: UIBinder: Overriding obfuscated CSS styleNames

2012-04-27 Thread Brad Leupen
Ah, interesting idea! Thanks for the response. I'll try that this evening and report back. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit

UIBinder: Overriding obfuscated CSS styleNames

2012-04-26 Thread Brad Leupen
Hello! I've got a couple of uibinder-built widgets that use inline css. The first is a custom toggle button that looks something like this: class ToggleButton { interface Style extends CssResource { public String down(); } @UiField Style style; @UiField

Re: GWT 2.4 Validation Tool not picking up @ExtraTypes on superclasses

2011-09-15 Thread Brad Leupen
Thanks for all of the replies. I have had some time to dig into this a little more. Long story short, the ValidationTool finds inherited @ExtraTypes when run on its own from the command line but does not when run as an automated annotation processor. I think it might have something to do with the

No source code is available for type com.google.web.bindery.requestfactory.vm.impl.Deobfuscator.Builder; did you forget to inherit a required module?

2011-09-08 Thread Brad Leupen
Hello! I just upgraded my GWT project from 2.4 rc1 to 2.4 GA and have encountered a problem with the GWT compiler. Dev mode works now that i have configured annotation processing on my project, by the compiler gives me this: Errors in 'file:/C:/myproject/.apt_generated/com/acme/project/client/

Re: No source code is available for type com.google.web.bindery.requestfactory.vm.impl.Deobfuscator.Builder; did you forget to inherit a required module?

2011-09-08 Thread Brad Leupen
I just wasted an hour on this. Turns out you no longer compile GWT 2.4 with the -strict option if you use request factory. Come on guys. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to

GWT 2.4 Validation Tool not picking up @ExtraTypes on superclasses

2011-09-08 Thread Brad Leupen
I have these interfaces: @ExtraTypes({FooProxy.class}) public interface FooRequestFactory extends RequestFactory { ... } @ExtraTypes({BarProxy.class}) public interface BarRequestFactory extends FooRequestFactory { ... } if i look at the generated

Re: GWT 2.4 Validation Tool not picking up @ExtraTypes on superclasses

2011-09-08 Thread Brad Leupen
Hey Thomas, Thanks for the reply. I think I actually tried that at one point on the RC and ran into a stack overflow. Regardless, the design still wont really work for me because the base Component proxy object really has no idea what it's subclasses are or its subclasses' dependent ValueProxies.

[gwt-contrib] Re: now.. afetr GWT 2.0?

2009-12-18 Thread Brad Leupen
Arthur, No, we are not closing DevMode. Our client app is not small. Refreshing DevMode in 2.0 takes 20-30 seconds on a decent multi-core workstation. Often, we are only able to refresh a handful of times before we start running into out-of-memory exceptions and browser crashes (FF 3.5.6). I

[gwt-contrib] Re: now.. afetr GWT 2.0?

2009-12-18 Thread Brad Leupen
Scott, That sounds great! It's reassuring to know y'all are thinking about this. I know it's not an easy problem to solve. Brad -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: now.. afetr GWT 2.0?

2009-12-18 Thread Brad Leupen
Arthur, It's a good tip, especially when hot swap tells you that you need to restart. For our app, we resorted to creating sandbox GWT entry points to develop widgets in isolation. This gave us usable compile/refresh times but I still long for the days when I could just press F5 to refresh the

[gwt-contrib] Re: now.. afetr GWT 2.0?

2009-12-16 Thread Brad Leupen
1) Improve change-compile-refresh development experience. This, IMO, is GWT's one and only pain point and its a big one. DevMode refresh, while much improved, still is like watching paint dry compared to other web development platforms. Something like an incremental, non- optimized web mode