comilation log is ok (although i still does not know how to change the
compiler...):
WARNING: 'com.google.gwt.dev.GWTCompiler' is deprecated and will be removed
in a future release.
Use 'com.google.gwt.dev.Compiler' instead.
(To disable this warning, pass -Dgwt.nowarn.legacy.tools as a JVM arg.)
Compiling module at.biooffice.gwt.maps.biomap.BioMapModule
Compiling 6 permutations
Permutation compile succeeded
Linking into D:\GOOGLE\workspace\BioMap\build\gwtOutput
Link succeeded
Compilation succeeded -- 19,168s
i did not run it in hosted mode (only in browser, as some of my js run only
if they are hosted on our webserver(registered service from another webpage)
)
you are right i get a nullpointer while creating a marker with point=null
good and bad news...
the js-error in ie is gone now, but the js still does not get executed.
tell me what you need to help find out what it is...
here is the compiled map:
http://www.biooffice.at/biomap/test/biomapmodule.html
when you click on a marker (which YOU created) it starts loading the
altitude of that point from topocoding and is supposed to update it in the
infowindow. (while its loading it should show you a loading image - this
image is put there if altitude==0, the content of the infowindow will be
logged to maps.log)
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---