Oh yes, sorry, I didn't answer your question about the perutations - yup compiling all 6 for the browsers, the error is definately in the IE one. Thanks!
On Aug 5, 7:15 pm, Katharina Probst <[email protected]> wrote: > Maybe it's just me, but it's kind of hard to tell from your description what > could be wrong. > > I do see that you're using RootPanel mixed with LayoutPanel. Try adding the > LayoutPanels to the RootLayoutPanel (something like > RootLayoutPanel.get().add(myMainLayoutPanel)). > > Also, I assume you compiled your app for the IE permutation(s)? > > kathrin > > On Thu, Aug 5, 2010 at 11:43 AM, Xandel <[email protected]> wrote: > > Hi there, > > > Can somebody please assist me - I have spent the last 3 months writing > > a GWT application and I cannot get it to work in Internet Explorer. > > It's my first GWT application. It works fine in Firefox and Chrome. In > > internet explorer it just doesn't load up. > > > Here are some details: > > > I am using GWT 2.0.3 developed on Ubuntu 9.03 using Eclipse. At first > > my application was loading from a div tag deep within the DOM's body > > tag - it was like this because I was making use of html and css to > > build a "friendly" border around the app. All that would happen was > > that the html and images would all load - but my app wouldn't show. I > > have now since moved the application to use the RootPanel.get() so > > that it loads straight from the body tag - no luck, nothing loads up > > at all. > > > While my app is simple, it contains a lot of panels within each other > > to build the layout, the main panel being a LayoutPanel. I have tried > > it in quirks-mode and standards-mode and both don't seem to work. > > > Another problem I was having which seems to have gone away I described > > on this post on StackOverflow: > > >http://stackoverflow.com/questions/3033073/gwt-in-ie8-exception-throw... > > > Please can somebody help me. I have already posted on this forum and > > received no help. If anyone has any ideas, or suggestions - I really > > will be appreciative! I can also provide the link to the site on > > request. > > > Thanks in advance - if anyone actually sees this. > > > Xandel > > > -- > > You received this message because you are subscribed to the Google Groups > > "Google Web Toolkit" group. > > To post to this group, send email to [email protected]. > > To unsubscribe from this group, send email to > > [email protected]<google-web-toolkit%[email protected]> > > . > > For more options, visit this group at > >http://groups.google.com/group/google-web-toolkit?hl=en. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
