Re: App does not display in IE 7

2010-08-24 Thread bear-z
Hi! You must make sure that all height and width in your application more then 0. If height or width 0 than ie have in exception and doesn't load anything. If you have any errors on web page in ie? Good luck, Sergey On Aug 20, 8:21 pm, Greg Dougherty dougherty.greg...@mayo.edu wrote: I have

Re: App does not display in IE 7

2010-08-23 Thread Lukasz
I have the same problem - so I would be very interested if you have found a solution or cause of it. My assumption is, that the ie7 rendering problems are related to my own CSS - are you also using custom CSS styles for the standard components? Kind regards, Lukasz On Aug 20, 7:21 pm, Greg

Re: App does not display in IE 7

2010-08-23 Thread suersh babu
use id name different from module name it will work On Mon, Aug 23, 2010 at 2:38 PM, Lukasz l.plotni...@googlemail.com wrote: I have the same problem - so I would be very interested if you have found a solution or cause of it. My assumption is, that the ie7 rendering problems are related to

Re: App does not display in IE 7

2010-08-23 Thread Greg Dougherty
So, does that mean you simply don't bother working on any version of IE? DOes GWT just not work on IE at all? Or is it only IE 7 that has problems? Yes, I'm using some custom CSS. However, when I remove my CSS file I still don't get anything on IE. Greg On Aug 23, 4:08 am, Lukasz

Re: App does not display in IE 7

2010-08-23 Thread Greg Dougherty
use id name different from module name it will work Meaning? Greg On Aug 23, 4:44 am, suersh babu sureshgbab...@gmail.com wrote: use id name different from module name it will work On Mon, Aug 23, 2010 at 2:38 PM, Lukasz l.plotni...@googlemail.com wrote: I have the same problem - so I

Re: App does not display in IE 7

2010-08-23 Thread Sean
GWT works with IE for the most part. It has some serious trouble with images in my experiences. The new ImageResources are just flat out broken in IE sadly. Either they look like crap or you have to use the Deprecated ImageBundles. I'm not sure why your site isn't working at all in IE7 though.

Re: App does not display in IE 7

2010-08-23 Thread Dave Combs
One thing you might want to check. I was building a login page in GWT and decided to put a background panel that covered the entire screen, with a FormPanel inside that (absolute positioned) and other stuff inside the FormPanel. On Firefox this showed up somewhat off-screen. On IE7, it showed a

Re: App does not display in IE 7

2010-08-23 Thread Greg Dougherty
Bingo, thank you. I originally started out trying to use the LayoutPanel panels. Since the documentation and support for them ranges from execrable to non- existent (for example, the Showcase is all non-LayoutPanels), I switched over to straight Panels and Quirks mode. However, I was still

Re: App does not display in IE 7

2010-08-21 Thread rjcarr
Even if you use tomcat you can still use the development mode. Look into using the '-noserver' option for DevMode. I also use tomcat and it works fine for me. Good luck! On Aug 20, 10:21 am, Greg Dougherty dougherty.greg...@mayo.edu wrote: I have a web app that displays just fine in the

App does not display in IE 7

2010-08-20 Thread Greg Dougherty
I have a web app that displays just fine in the Mozilla browsers, but does not display at all in IE 7 (totally blank screen). I'm deploying this through Tomcat (see previous message about Development Mode not working with JDK 1.5), so I can't usefully follow it in the debugger (the issues are on