Re: Map Widget with Custom Marker

2018-12-18 Thread hh via use-livecode
> 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


Re: Map Widget with Custom Marker

2018-12-18 Thread Brian Milby via use-livecode
Strange.  Try this one (similar concept)
http://forums.livecode.com/viewtopic.php?p=173867#p173867

Thanks,
Brian
On Dec 18, 2018, 4:15 PM -0600, Scott Rossi via use-livecode 
, wrote:
> Thank you for the response, but getting a forum error 172729 doesn't
> exist(?).
>
> On Tue, Dec 18, 2018 at 2:09 PM Brian Milby via use-livecode <
> use-livecode@lists.runrev.com> wrote:
>
> > It is a native layer so it the only LC object that would work would be
> > another browser widget. There was a demo a while back of doing that.
> >
> > http://forums.livecode.com/viewtopic.php?p=172729#p172729
> >
> > Thanks,
> > Brian
> > On Dec 18, 2018, 3:52 PM -0600, Scott Rossi via use-livecode <
> > use-livecode@lists.runrev.com>, wrote:
> > > Hi All:
> > >
> > > Wondering if it's possible to use a custom marker with the map widget. I
> > > want to continuously track and show the user's location with a custom
> > icon,
> > > but can't find any way to overlay an image on the widget, as it seems to
> > be
> > > the equivalent of a web view.
> > >
> > > Thanks for any suggestions.
> > > ___
> > > 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
> > ___
> > 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
> ___
> 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
___
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

Re: Map Widget with Custom Marker

2018-12-18 Thread Scott Rossi via use-livecode
Thank you for the response, but getting a forum error 172729 doesn't
exist(?).

On Tue, Dec 18, 2018 at 2:09 PM Brian Milby via use-livecode <
use-livecode@lists.runrev.com> wrote:

> It is a native layer so it the only LC object that would work would be
> another browser widget.  There was a demo a while back of doing that.
>
> http://forums.livecode.com/viewtopic.php?p=172729#p172729
>
> Thanks,
> Brian
> On Dec 18, 2018, 3:52 PM -0600, Scott Rossi via use-livecode <
> use-livecode@lists.runrev.com>, wrote:
> > Hi All:
> >
> > Wondering if it's possible to use a custom marker with the map widget. I
> > want to continuously track and show the user's location with a custom
> icon,
> > but can't find any way to overlay an image on the widget, as it seems to
> be
> > the equivalent of a web view.
> >
> > Thanks for any suggestions.
> > ___
> > 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
> ___
> 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
___
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


Re: Map Widget with Custom Marker

2018-12-18 Thread Brian Milby via use-livecode
It is a native layer so it the only LC object that would work would be another 
browser widget.  There was a demo a while back of doing that.

http://forums.livecode.com/viewtopic.php?p=172729#p172729

Thanks,
Brian
On Dec 18, 2018, 3:52 PM -0600, Scott Rossi via use-livecode 
, wrote:
> Hi All:
>
> Wondering if it's possible to use a custom marker with the map widget. I
> want to continuously track and show the user's location with a custom icon,
> but can't find any way to overlay an image on the widget, as it seems to be
> the equivalent of a web view.
>
> Thanks for any suggestions.
> ___
> 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
___
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

Map Widget with Custom Marker

2018-12-18 Thread Scott Rossi via use-livecode
Hi All:

Wondering if it's possible to use a custom marker with the map widget.  I
want to continuously track and show the user's location with a custom icon,
but can't find any way to overlay an image on the widget, as it seems to be
the equivalent of a web view.

Thanks for any suggestions.
___
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