[code]
PolylineOptions pOpt = PolylineOptions.newInstance(false); //
not
clickable
[/code]
Leads to the error
[code]
com.google.gwt.core.client.JavaScriptException: (TypeError):
'geodesic' is undefined
number: -2146823279
description: 'geodesic' is undefined
[/code]
Running in the GWT shell on eclipse. I haven't tried the real browser.
I've tried tracing it down, but couldn't find the actual culprit in
GWT. Any ideas?
Everything seems good down to:
[code]
ModuleSpaceIE6.invokeNative
("@com.google.gwt.maps.client.overlay.PolylineOptions::newInstance
(Z)",null,[boolean], [false])
[/code]
result in this method looks right, btw.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---