> Brian M. wrote:
> Try this one (similar concept)
> http://forums.livecode.com/viewtopic.php?p=173867#p173867

This will not work. I just tried:
The map widget updates in short intervals like a movie.
Even a native button disappears.
So the overlaying native object should also use a fast update like

http://forums.livecode.com/viewtopic.php?p=172789#p172789

which forces a fast update by playing a *non-existent movie.

Another possibility with the map widget itself is to make the custom
marker using polylines. (See property polylines of dictionary/map widget).

Polylines[i]["ccordinates"] are a simple list of coordinate points,
separated by comma (not by cr).
So one could try to exercise that with an ordinary polygon graphic over
a static map (an image).

_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to