Re: hosted mode works but not in IE/firefox...

2009-10-29 Thread golfdude
Ignore my prev question. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to google-web-toolkit@googlegroups.com To unsubscribe from this group, send email

hosted mode works but not in IE/firefox...

2009-10-28 Thread golfdude
gwt 1.7... I have an app which works fine in hosted mode but when I compile/ browse to Minefield/firefox, I get my first login screen and on logging in, I get an empty screen. When I look in the browser error console, I just see an error g is null. I tried debugging in firebug but this is all

Re: hosted mode works but not in IE/firefox...

2009-10-28 Thread Jason Essington
You'll want to compile with -style PRETTY to see what g really is. The default obfuscated code is not going to help you debug at all. -jason On Oct 28, 2009, at 8:19 AM, golfdude wrote: gwt 1.7... I have an app which works fine in hosted mode but when I compile/ browse to

Re: hosted mode works but not in IE/firefox...

2009-10-28 Thread golfdude
Thanks, Jason. I debugged the issue yesterday by commenting out portions of the UI code etc. But good to know about -style. I use compile/browse of the hosted browser to compile. Can this setting be set for the hosted browser also ? Or do I have to use a build script ( ant ) to do the compile