GWT+Gmaps Unable to load Google Map [no error]

2009-06-09 Thread G
I am fairly new to GWT + Google Maps toolkit. I am using eclipse pulgin on windows and was able to successfully compile and deploy ExampleWebApp on Google AppEngine Tomcat. I am now struggling to get the SimpleMaps example working. I have 1.6.4 plugin gwt-maps-1.0.4. I am not getting any

Re: GWT+Gmaps Unable to load Google Map [no error]

2009-06-09 Thread Eric Ayers
Hello G, I looked over your files and didn't see anything obvious. Unfortunately, the maps documents haven't been updated for GWT 1.6 or the Google Plugin. Here are some suggestions: 1) Did you try using hosted mode and setting a break point in your EntryPoint class? 2) You also could try

Re: GWT+Gmaps Unable to load Google Map [no error]

2009-06-09 Thread G
I tried changing the following line in SimpleMap.java and to my surprise, and it compiled. RootPanel.get(mapsSSSTutorial).add(map); I am using the GWT Compile Project button on eclipse toolbar. Output of compilation: Compiling module com.google.gwt.maps.GoogleMaps.SimpleMaps Compiling 5

Re: GWT+Gmaps Unable to load Google Map [no error]

2009-06-09 Thread G
I tried changing the following line in SimpleMap.java and to my surprise, and it compiled. RootPanel.get(mapsSSSTutorial).add(map); I am using the GWT Compile Project button on eclipse toolbar. Output of compilation: Compiling module com.google.gwt.maps.GoogleMaps.SimpleMaps Compiling 5

Re: GWT+Gmaps Unable to load Google Map [no error]

2009-06-09 Thread Eric Ayers
The change you made compiles because the lookup of the argument to RootPanel.get() is done at runtime. If you are new to GWT, have you run through the general GWT tutorial? It shows how to use the Java Debugger with Hosted mode. On Tue, Jun 9, 2009 at 10:34 PM, Ggaur...@gmail.com wrote: I

Re: GWT+Gmaps Unable to load Google Map [no error]

2009-06-09 Thread G
Eric, I will go through the GWT debugging tutorial. thanks But what I dont understand is I dont get any errors at all. What would be nice is to have an example of Googlemaps + GWT (version 1.6.4)...hope that can be published shortly... I want to write a fairly complex system using this and I