Re: external.gwtOnLoad is not a function : external.gwtOnLoad(window, null, "1.6"); line 32

2010-03-10 Thread Zied Hamdi http://nextstreet.eu
Hi bcsumner, Thanks for your help, strange that I didn't receive the post in my inbox. I got the problem again and that pointed me back to this page :-). (At that time I received and answer on http://code.google.com/p/google-web-toolkit/issues/detail?id=4274 (which is a well referenced site so tha

Re: external.gwtOnLoad is not a function : external.gwtOnLoad(window, null, "1.6"); line 32

2010-03-10 Thread Zied Hamdi http://nextstreet.eu
I forgot to say that I found the solution thanks to Broyer: http://code.google.com/p/google-web-toolkit/issues/detail?id=4274 Comment 6 by t.broyer, Dec 15, 2009 @zhamdi.into: this line comes from an app compiled with GWT 1.6 or 1.7, not an app compiled with GWT 2.0. Compare http://bit.ly/8agy1L

Re: external.gwtOnLoad is not a function : external.gwtOnLoad(window, null, "1.6"); line 32

2010-01-29 Thread bcsumner
I had a similar problem in my application. After upgrading to 2.0 from 1.7 I got a blank page in dev mode and an error in the Firefox Javascript console saying "external.gwtOnLoad is not a function". After trying a bunch of stuff without much luck, I changed the name of my module, the reference to

Re: external.gwtOnLoad is not a function : external.gwtOnLoad(window, null, "1.6"); line 32

2009-12-16 Thread Chris Ramsdale
On Tue, Dec 15, 2009 at 12:39 PM, Zied Hamdi http://nextstreet.eu < zhamdi.i...@gmail.com> wrote: > Hi, > > I moved my 1.6 project to the new 2.0 GWT under eclipse and since that > moment I can't evolve anymore (since 2 days): I have javascript errors > that doesn't even let the code reach the onM

external.gwtOnLoad is not a function : external.gwtOnLoad(window, null, "1.6"); line 32

2009-12-15 Thread Zied Hamdi http://nextstreet.eu
Hi, I moved my 1.6 project to the new 2.0 GWT under eclipse and since that moment I can't evolve anymore (since 2 days): I have javascript errors that doesn't even let the code reach the onModuleLoad() method. I did an upgrade on my eclipse so it's impossible to return back to the 1.6 version (did