Are your script statements written as <script ... /> ?? Change them to <script ..></script> and see if it solves the issue. IE has trouble handling empty script statements.
-- Abhijeet. 2008/9/27 Romeryto Lira <[EMAIL PROTECTED]> > I have this error in my application in the Windows. In Linux I didn't have > this problem. > > [ERROR] Unable to load module entry point class > br.edu.ufcg.lsd.client.SisBusDaOb (see associated exception for details) > com.google.gwt.core.client.JavaScriptException: (TypeError): > '$wnd.Ext.StatusBar' is null or not an object > number: -2146823281 > description: '$wnd.Ext.StatusBar' is null or not an object > at com.gwtext.client.widgets.Component.checkExtVer(Native Method) > at com.gwtext.client.widgets.Component.<clinit>(Component.java:108) > at > br.edu.ufcg.lsd.client.ui.SisBusDaObJanelaPrincipal.createScreen(SisBusDaObJanelaPrincipal.java:50) > at > br.edu.ufcg.lsd.client.ui.SisBusDaObJanelaPrincipal.<init>(SisBusDaObJanelaPrincipal.java:39)at > br.edu.ufcg.lsd.client.SisBusDaOb.onModuleLoad(SisBusDaOb.java:19) > > But still can not solve. Someone has seen similar situation? > > Thanks! > > -------------------------------------------------------------------------------------------------- > "Se um dia tiver que escolher entre o mundo e o amor... Lembre-se: > Se escolher o mundo, ficará sem o amor, mas se escolher o amor, > com ele conquistará o mundo." (Albert Einstein) > ╔════════════════════════════════════════╗ > ROMERYTO VIEIRA LIRA > Bacharelando em Ciência da Computação - UFCG > Membro do SegHidro2 - LSD - http://seghidro.lsd.ufcg.edu.br > Membro do Grupo de Suporte Guardians - www.lcc.ufcg.edu.br > Página Pessoal: http://romeryto.googlepages.com > Blog: http://olhartecnologico.blogspot.com > ╚════════════════════════════════════════╝ > > Pensou em imprimir este e-mail? Isto é mesmo necessário? Poupe o meio > ambiente. > > ---------------------------------------------------------------------------------------------------------------------------- > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "GWT-Ext Developer Forum" 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/gwt-ext?hl=en -~----------~----~----~----~------~----~------~--~---
