I am trying to run HelloGeolocation from
http://code.google.com/p/gwt-mobile-webkit/
then I just add HelloGeolocation class to an exsisting project
in this line
Label providerLabel = new Label("Geolocation provider: " +
Geolocation.getProviderName());
I also get error that Geolocation.getProviderName() , getProviderName
() is not defined
when I run I get the following errors.
09:09:26.823 [ERROR] [tracking] Errors in 'file:/home/DEVS/eclipse/
workspace/Tracking/src/ml/client/HelloGeolocation.java'
09:09:26.895 [ERROR] [tracking] Line 37: No source code is available
for type com.google.code.gwt.geolocation.client.Geolocation; did you
forget to inherit a required module?
I have add
--
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.