Thank you for your response!

It seems there is a two fold problem - on the one hand I might be
doing something incorrect with the panels as you've described and will
try what you've suggested right now. Thanks for that. But something
which worries me more is that the compiled javascript actually has a
compilation error in IE... I thought the problem had gone away but
alas it hasn't... I described the problem in detail on StackOverflow
here: 
http://stackoverflow.com/questions/3033073/gwt-in-ie8-exception-thrown-and-not-caught.

This problem really worries me because the error comes from the
compiled javascript generated by GWT - and the actual code itself
doesn't look like mine, it seems to be GWT's own generated code.
Everybody keeps saying that they need to know what the exception is,
but I think what they are missing is that there is no exception - its
a compilation error - the actual syntax is incorrect...

So with all that said, I will try the RootLayoutPanel instead, and
keep adding an empty catch block to satisfy IE... lets see if that
works...

Thanks again Kathrin, will post shortly with what I find!

Xandel

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.

Reply via email to