Re: '$wnd.Ext.StatusBar' is null or not an object

2009-04-20 Thread jeeva
) 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

Re: '$wnd.Ext.StatusBar' is null or not an object

2009-04-20 Thread Paul Grenyer
: '$wnd.Ext.StatusBar' is null or not an object hi friends i have the same problem but i am using only in client side so there is no need of Maven Script. Error i got is below... [ERROR] Unable to load module entry point class com.gwtbook.client.Gadgets (see associated exception for details

Re: '$wnd.Ext.StatusBar' is null or not an object

2009-04-13 Thread Paul Grenyer
2009 07:06:34 To: Google Web ToolkitGoogle-Web-Toolkit@googlegroups.com Subject: Re: '$wnd.Ext.StatusBar' is null or not an object Thanks for your reply. I took a look at your posting and the entire thread. The only js file I can find with the downloaded gwt-ext jar is GwtExt.jar. All

'$wnd.Ext.StatusBar' is null or not an object

2009-04-12 Thread PeteF
) at com.google.gwt.dev.HostedModeBase.run(HostedModeBase.java:402) at com.google.gwt.dev.GWTShell.main(GWTShell.java:140) Caused by: 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

Re: '$wnd.Ext.StatusBar' is null or not an object

2009-04-12 Thread Paul Grenyer
Hi Take a look at my latest post to the GWT 1.6 and GXT thread I started yesterday. It might help you get a bit further. -- Thanks Paul Paul Grenyer e: paul.gren...@gmail.com w: http://www.marauder-consulting.co.uk b: paulgrenyer.blogspot.com

Re: '$wnd.Ext.StatusBar' is null or not an object

2009-04-12 Thread Payam
More specifically, I cannot find the following in my download gwt-ext jar file: /js/ext/resources/css/ext-all.css /js/ext/adapter/ext/ext-base.js /js/ext/ext-all.js The only css file I can find is: GwtExt.css I cannot find any ext directory as part of my download. The only javascript directly

Re: '$wnd.Ext.StatusBar' is null or not an object

2009-04-12 Thread Paul Grenyer
...@gmail.com Date: Sun, 12 Apr 2009 07:06:34 To: Google Web ToolkitGoogle-Web-Toolkit@googlegroups.com Subject: Re: '$wnd.Ext.StatusBar' is null or not an object Thanks for your reply. I took a look at your posting and the entire thread. The only js file I can find with the downloaded gwt-ext

Re: '$wnd.Ext.StatusBar' is null or not an object

2009-04-12 Thread Payam
Thanks for your reply. I took a look at your posting and the entire thread. The only js file I can find with the downloaded gwt-ext jar is GwtExt.jar. All the postings related to this that I have found talk about other javascript files (like gwt-all.jar, etc.) that I cannot find in my downloaded

Re: '$wnd.Ext.StatusBar' is null or not an object

2009-04-12 Thread Payam
-Original Message- From: Payam payam.f...@gmail.com Date: Sun, 12 Apr 2009 07:06:34 To: Google Web ToolkitGoogle-Web-Toolkit@googlegroups.com Subject: Re: '$wnd.Ext.StatusBar' is null or not an object Thanks for your reply. I took a look at your posting and the entire thread. The only js file I

Re: com.google.gwt.core.client.JavaScriptException: (TypeError): '$wnd.Ext.StatusBar' is null or not an object

2008-10-31 Thread Manish Kumar
: com.google.gwt.core.client.JavaScriptException: (TypeError): '$wnd.Ext.StatusBar' is null or not an object Hi Lother, Can you please elaborate this You have only installed the Wrapper-Classes around ext, but not ext itself. Since I have put everything in classpath including ext jar. Though, I have

Re: com.google.gwt.core.client.JavaScriptException: (TypeError): '$wnd.Ext.StatusBar' is null or not an object

2008-10-31 Thread Lothar Kimmeringer
Hi Manish, due to different timezones I can only answer now. Manish Kumar schrieb: I got the mistake(was given for ext-all.js) and resolved.Thanks Lother for much needed help. Good to hear. In case you haven't done already, you should also copy all other resources, like the CSS-files to

Re: com.google.gwt.core.client.JavaScriptException: (TypeError): '$wnd.Ext.StatusBar' is null or not an object

2008-10-30 Thread Manish Kumar
Manish - Original Message - From: Lothar Kimmeringer [EMAIL PROTECTED] To: Google-Web-Toolkit@googlegroups.com Sent: Thursday, October 30, 2008 9:31 PM Subject: Re: com.google.gwt.core.client.JavaScriptException: (TypeError): '$wnd.Ext.StatusBar' is null or not an object Manish Kumar