Re: Second try: app works on Linux, but not on Windows (1.6.4 hosted mode)

2009-05-12 Thread mlgm
Scott, thanks for the answer, I was giving up my hope! I did the debugging you asked for and from what I found, I was able to find the problem and a workaround myself :-). I'm not sure though if it should work as it was before. At least with Firefox on Linux it did, but I'm no browser and

Re: Second try: app works on Linux, but not on Windows (1.6.4 hosted mode)

2009-05-12 Thread Scott Blum
That would probably explain it. $wnd.event is a special field I think, and if you're manually setting it to a String where someone else expects it to be an Event Object, that could definite explain the cast problem. On Tue, May 12, 2009 at 2:50 PM, mlgm michael.gengenb...@t-online.dewrote:

Re: Second try: app works on Linux, but not on Windows (1.6.4 hosted mode)

2009-05-11 Thread Scott Blum
Michael, I'll need you to help debug this. Can you put a break point where the exception is getting thrown and see what Java method is being called? If you're using Eclipse, you can use the Debug menu while debugging to set a Java exception breakpoint for ClassCastException (caught and

Second try: app works on Linux, but not on Windows (1.6.4 hosted mode)

2009-05-08 Thread mlgm
Hi, I ported my app to GWT 1.6.4 and the Google Eclipse Plugin and it worked on my Linux desktop. But when I checked out the project on my Windows notebook and tried to run it in hosted mode, I started to receive exceptions. See below for the first exception, which is a ClassCastException in