Re: JavaScriptException with method Label.setInnerText(String s) but works good with FireFox

2009-10-01 Thread kristo
I've updated my IE from IE7 to IE8 and now it works fine in Hosted Mode and IE8 Really strange behavior ... On 30 sep, 19:24, mars1412 martin.trum...@24act.at wrote: I just created a new sample project and your code woks well for me, in HostedMode and WebMode (FF, IE6, Iron) I'm using

Re: JavaScriptException with method Label.setInnerText(String s) but works good with FireFox

2009-09-30 Thread kristo
I have uninstall/install Eclipse, but not any change any ideas ? On 29 sep, 09:59, kristo christophe.aze...@gmail.com wrote: Hi, More informations here : public void onModuleLoad() {       // Login       final PopupPanel simplePopup = new PopupPanel(false, true);      

Re: JavaScriptException with method Label.setInnerText(String s) but works good with FireFox

2009-09-30 Thread mars1412
I just created a new sample project and your code woks well for me, in HostedMode and WebMode (FF, IE6, Iron) I'm using Eclipse 3.5, GWT-Plugin, GWT 1.7.1 The only thing I noticed, was that IE6 did not open the Popup-panel - I explicitly had to allow this But I got no error On Sep 30, 11:53 

Re: JavaScriptException with method Label.setInnerText(String s) but works good with FireFox

2009-09-29 Thread kristo
Hi, More informations here : public void onModuleLoad() { // Login final PopupPanel simplePopup = new PopupPanel(false, true); simplePopup.setWidth(300px); simplePopup.setAnimationEnabled(true); simplePopup.setTitle(Authentification); VerticalPanel panel =

JavaScriptException with method Label.setInnerText(String s) but works good with FireFox

2009-09-28 Thread kristo
Hi all, Today i restart my eclipse and when i launch my application on Hosted mode, i have the following problem : [ERROR] Unable to load module entry point class com.perso.test.client.Test (see associated exception for details) com.google.gwt.core.client.JavaScriptException: (Error): number:

Re: JavaScriptException with method Label.setInnerText(String s) but works good with FireFox

2009-09-28 Thread mars1412
show more code what is the var 'g'? in which class is it - what's the parent class? On Sep 28, 2:17 pm, kristo christophe.aze...@gmail.com wrote: Hi all, Today i restart my eclipse and when i launch my application on Hosted mode, i have the following problem : [ERROR] Unable to load module

Re: JavaScriptException with method Label.setInnerText(String s) but works good with FireFox

2009-09-28 Thread Ben
Need more information to answer the question. -Ben On Sep 28, 11:10 am, mars1412 martin.trum...@24act.at wrote: show more code what is the var 'g'? in which class is it - what's the parent class? On Sep 28, 2:17 pm, kristo christophe.aze...@gmail.com wrote: Hi all, Today i restart