Hi all, I am trying to use the date and time pickers that I found here:
http://www.gwt-ext.com/demo/#multipleFieldForm which is GWT-Ext 2.0.6. GWT version I am using is 2.0 * I imported the library for GWT-Ext ( gwtext.jar ) * I inherited the package ( <inherits name='com.gwtext.GwtExt' /> ) in Project.gwt.xml * I included a javascript ( <script src="js/ext/adapter/ext/ext- base.js" /> ) in Project.gwt.xml ( is it necessary? ) * I copied ext-all-debug.js, ext-all.js, ext-core-debug.js, ext- core.js inside the war folder. It compiles without problems, but if I try to launch it I get this error message: com.google.gwt.core.client.JavaScriptException: (TypeError): Cannot read property 'StatusBar' of undefined stack: TypeError: Cannot read property 'StatusBar' of undefined. Would anybody know what it is that I am missing? Thanks, Dan -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" 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/google-web-toolkit?hl=en.
