> com.google.gwt.core.client.JavaScriptException: (TypeError):
> '$wnd.Ext.StatusBar' ist Null oder kein Objekt
Have you searched for this error-message using your search-engine
of least mistrust? There should be a lot of threads about this.
> I use:
[...]
> GWT-EXT: 2.0.5.3
the wrapper-classes but not the Javscript-library of Ext...
Regards, Lothar
The one you also use to find all the things you want to know
before you ask people actually to let them solve your problem.
> Do mean that I habe to search in the
> Internet ?...
Yes, trying to find the solution for yourself first is always
a good start. Especially this problem has been discussed also
on this list - where it's off topic because GWTExt != GWT -
where answers already have been given.
> Can you explain it to me clearlear ?
In your language: Such erst mal selbst nach einer Loesung,
bevor Du es anderen einfach so vor die Nase wirfst. Hier
sitzen die Leute nicht einfach nur herum und langweilen sich,
so dass diese "ich habe keine Lust, mich damit zu beschaeftigen"-
Fragen einfach eher unbeantwortet bleiben.
> I included the gwt-ext.jar file in eclipse ?
but not the Ext-project containing all the javascript-files
and other resources that are actually implementing all
the functionalies. The project-page gives you a link to the
page where you can download the library. As well there are
enough error-messages in the log-window in hosted mode showing
problems by providing resources like js- and other files.
Regards, Lothar
> Also ich habe schon einiges versucht und gegoogelt habe ich auch
> schon...
>
> Meine Vermutung ist einfach, es stimmt was mit EntryPoint{ und
> onModulLoad() .. was nicht! Die zweite Fehlermeldung kann man ja
> ausser acht lassen, weil
> es sich auf das erste Problem bezieht!
Das Problem ist, dass er die Statusbar von ext nicht findet. Wenn
Du Dir das Logfenster des Servers mal ansiehst. Dort werden einige
Resourcen als nicht gefunden gemeldet.
Auf http://code.google.com/p/gwt-ext/ findet sich der Text
"Ext 2.0.2 can be downloaded from http://yogurtearl.com/ext-2.0.2.zip."
Die JS-Dateien und anderen Resourcen befinden sich darin.
Gruesse, Lothar
> i tried also to do the step of the hello world video from the gwt ext
> http://www.gwt-ext.com/screencasts/ .... I included all the gwt ext
> files like the video, but i get there a new error that i can't
> solve...the file system of the public folder (js) doesnt work... this
> is the error message of the folder, i also looked at google and other
> sites ;)
>
> Description Resource Path Location Type
This looks like the problem-tab in Eclipse. More interesting would
be the log-window of the server when you start your project in
hosted mode. There should be some resources the browser is requesting
and the server doesn't find in the public-folder.
The definition of the statusbar happens in one of the javascript-
files of gwt-ext.
> ArrayList is a raw type. References to generic type ArrayList<E>
> should be parameterized ScreenManager.java StringCounterService/src/
> se1/gwt/public/js/gwtext-2.0.5/samples/Maps/src/com/gwtext/sample/maps/
If you're not using GWT 1.5 you should change your JDK to 1.4 BTW.
If nothing works you might consider changing the list to the
mailing-list of GWT-Ext. They also reside at Google Groups but
the people should be different.
Regards, Lothar