Re: GWT Designer isDesignTime Not Working?

2011-08-08 Thread Micah Caldwell
I agree with Davekor that this should be added to the documentation. Unlike him, I don't seem to learn as quickly and spent a day and a half on this bug before I finally managed to dig this post up. To make matters worse, this problem appears to exist in the included examples. I grabbed the

Re: GWT Designer isDesignTime Not Working?

2011-07-25 Thread Eric Clayberg
Unfortunately, that option no longer works in GWT 2.2 and above, so we are replacing it with an implementation of Beans.isDesignTime()http://gwt-code-reviews.appspot.com/1443802/in GWT 2.4 http://code.google.com/eclipse/beta/docs/download.html. The two options would be to use GWT

Re: GWT Designer isDesignTime Not Working?

2011-07-25 Thread Dave Kor
Thanks for the reply! I guess I'll make do for now with a temporary fix. The documentation should really be updated, I wasted half a day trying to figure out what I was wrong with my code. . On Mon, Jul 25, 2011 at 11:16 PM, Eric Clayberg clayb...@google.com wrote: Unfortunately, that option no

GWT Designer isDesignTime Not Working?

2011-07-24 Thread davekor
Hi guys, I have a custom widget which throws a NullPointerException when I attempt to add it to a layout panel with GWT Designer. After some digging, I realized its because my custom widget has some code that tries to contact my server and this code should not be executed when instantiated by GWT