*Code*
String markerUrl = "http://maps.google.com/mapfiles/ms/micons/blue-dot.png";;
Marker m = new Marker(..., ...);
m.setImage(markerUrl));  // Error occurs here

*Error*
[ERROR] Uncaught exception escaped
com.google.gwt.core.client.JavaScriptException: (TypeError): a has no
properties
 fileName:
http://maps.google.com/intl/en_ALL/mapfiles/137c/maps2.api/main.js
 lineNumber: 452
 stack: (null,"http://maps.google.com/mapfiles/ms/micons/blue-dot.png";)@
http://maps.google.com/intl/en_ALL/mapfiles/137c/maps2.api/main.js:452
("http://maps.google.com/mapfiles/ms/micons/blue-dot.png";)@
http://maps.google.com/intl/en_ALL/mapfiles/137c/maps2.api/main.js:1148
([object gwt_nativewrapper_class],"
http://maps.google.com/mapfiles/ms/micons/blue-dot.png";)@transient source
for com.google.gwt.maps.client.impl.__MarkerImplImpl:48
private void
com.google.gwt.http.client.Request.fireOnResponseReceived(com.google.gwt.http.client.RequestCallback)([object
gwt_nativewrapper_class])@:0
()@jar:file:/home/wikid/Code/GWT15/gwt-user.jar!/com/google/gwt/http/client/XMLHTTPRequest.java:253
@:0

    at com.google.gwt.maps.client.impl.__MarkerImplImpl.setImage(Native
Method)
    at com.google.gwt.maps.client.overlay.Marker.setImage(Marker.java:677)
    at com.pavco.client.ui.CountryMarker.<init>(CountryMarker.java:33)
    at
com.pavco.client.ui.CountryChooser$1.onResponseReceived(CountryChooser.java:104)
    at
com.google.gwt.http.client.Request.fireOnResponseReceivedImpl(Request.java:254)
    at
com.google.gwt.http.client.Request.fireOnResponseReceivedAndCatch(Request.java:226)
    at
com.google.gwt.http.client.Request.fireOnResponseReceived(Request.java:217)

Can anyone see what I am doing wrong?

-- 
-Pav

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to