Re: Script error in IE 7 in web mode

2009-02-06 Thread Danny Goovaerts

Arend,
Thanks for the reply. I've been able to pinpoint the place where the
problem occurs and it is indeed in a class where
I parse the XML reply coming back from the server. It was working fine
previously in all browsers. The difference is that the XML is larger
now. Maybe Internet Explorer has a limit on the size  XML documents
that it can handle. I will investigate further and post my findings.

Danny

On 5 feb, 16:45, Arend van der Veen arend.vanderv...@gmail.com
wrote:
 Hi Danny,

 I had a similar problem when I was parsing an XML document.  In my case, I
 was a little careless about trapping errors and casting classes.  As it
 turned out Safari and Firefox ignored the errors while IE generated an
 error.  I was able to identify the offending lines of code and rewrote them
 and made sure that I caught all the errors.

 Hope this helps,
 Arend

 On Thu, Feb 5, 2009 at 4:57 AM, Danny Goovaerts
 danny.goovae...@gmail.comwrote:





  I have a GWT application that runs OK in hosted mode. When I compile
  it, it gives a script error on Internet Explorer 7. The compile
  version runs correctly in Firfox, Chrome and Safari.
  I've turned on script debugging in IE7 and it gives me the following
  message (translated from Dutch)
  --
  Line : 2
  Character : 23530
  Error : Exception activated but not handled
  Code: 0
  -

  Can anyone point me to some documentation how I can further
  investigate what's wrong. The application is quite big, so it's not so
  easy to isolate the piece of code where it goes wrong.

  Thanks,

  Danny- Tekst uit oorspronkelijk bericht niet weergeven -

 - Tekst uit oorspronkelijk bericht weergeven -
--~--~-~--~~~---~--~~
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 to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Script error in IE 7 in web mode

2009-02-05 Thread Danny Goovaerts

I have a GWT application that runs OK in hosted mode. When I compile
it, it gives a script error on Internet Explorer 7. The compile
version runs correctly in Firfox, Chrome and Safari.
I've turned on script debugging in IE7 and it gives me the following
message (translated from Dutch)
--
Line : 2
Character : 23530
Error : Exception activated but not handled
Code: 0
-

Can anyone point me to some documentation how I can further
investigate what's wrong. The application is quite big, so it's not so
easy to isolate the piece of code where it goes wrong.

Thanks,

Danny
--~--~-~--~~~---~--~~
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 to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Re: Script error in IE 7 in web mode

2009-02-05 Thread Arend van der Veen
Hi Danny,

I had a similar problem when I was parsing an XML document.  In my case, I
was a little careless about trapping errors and casting classes.  As it
turned out Safari and Firefox ignored the errors while IE generated an
error.  I was able to identify the offending lines of code and rewrote them
and made sure that I caught all the errors.

Hope this helps,
Arend



On Thu, Feb 5, 2009 at 4:57 AM, Danny Goovaerts
danny.goovae...@gmail.comwrote:


 I have a GWT application that runs OK in hosted mode. When I compile
 it, it gives a script error on Internet Explorer 7. The compile
 version runs correctly in Firfox, Chrome and Safari.
 I've turned on script debugging in IE7 and it gives me the following
 message (translated from Dutch)
 --
 Line : 2
 Character : 23530
 Error : Exception activated but not handled
 Code: 0
 -

 Can anyone point me to some documentation how I can further
 investigate what's wrong. The application is quite big, so it's not so
 easy to isolate the piece of code where it goes wrong.

 Thanks,

 Danny
 


--~--~-~--~~~---~--~~
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 to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---