Re: How to give swiping precedence over scrolling on mobile?

2018-12-20 Thread Terry Judd via use-livecode
So, it seems like this approach works ok. Turned out there was an addition complication in that the items in my scrolling list are also selectable and I needed to prevent them being toggled on or off during a left/right swipe action. Anyway, this is what I ended up doing... In the card

Re: Using the Compass / GPS features of LC

2018-12-20 Thread Rick Harrison via use-livecode
Hi Mike, Did you work your way through the following lesson? http://lessons.livecode.com/m/4069/l/30379-how-do-i-get-the-location-and-use-the-digital-compass Good luck! Rick > On Dec 20,

Using the Compass / GPS features of LC

2018-12-20 Thread Mike for GDC via use-livecode
Is anyone familiar with using LC to "guide" the user to a specific location. For instance, if I have a marked and saved lat/long location, I want to have the app show directions of how to return to the location after walking away from it. Not using google maps but instead using something like a

Re: How to give swiping precedence over scrolling on mobile?

2018-12-20 Thread Terry Judd via use-livecode
Thanks Brahmanathaswami - was thinking about this again last night and in my case I think I might be able to get it to work for me if I just use touchmove (and only track the y delta) for the vertical scrolling and touchend for the swiping, which is for card to card navigation rather than

Re: Versions 7.1.1 and 8.1.3 no long working properly

2018-12-20 Thread Rick Harrison via use-livecode
Hi Jim, Those are older versions. Try version 7.1.4 and 8.1.10 to see if you still have the same problem. Hope it works! Rick > On Dec 20, 2018, at 3:22 PM, James Hurley via use-livecode > wrote: > > I am having trouble running a stack on 7.1.1, Community > > I have had no problem with

Versions 7.1.1 and 8.1.3 no long working properly

2018-12-20 Thread James Hurley via use-livecode
I am having trouble running a stack on 7.1.1, Community I have had no problem with it in the past. But now it will not display the Tools Palette. Closing any window I get the message “Do you want to save….” I have to click “Cancel” to proceed The stack runs, but erratically. So I thought

Re: [ANN] bnGuides alignment tool on ivecodeshare

2018-12-20 Thread Niggemann, Bernd via use-livecode
l=use-livecode@lists.runrev.com=date:20181220> >Cool. Now I haven't tried it yet, but what would REALLY be cool is if it >aligned a group based upon the contents of another group. That may be asking >too much though. >The way Illustrator goes about it is it tracks all points, then

Re: [ANN] bnGuides alignment tool on ivecodeshare

2018-12-20 Thread Bob Sneidar via use-livecode
Cool. Now I haven't tried it yet, but what would REALLY be cool is if it aligned a group based upon the contents of another group. That may be asking too much though. The way Illustrator goes about it is it tracks all points, then indicates whenever points align. Not sure how you did it

Re: FYI: How to reliably identify an Android Tablet microSD Card

2018-12-20 Thread Bob Sneidar via use-livecode
Interesting approach. Of course, the downside is that if anything changes, the method becomes ineffective for that new device or for all andriods if the change is fundamental enough. Bob S > On Dec 19, 2018, at 03:37 , Peter Reid via use-livecode > wrote: > > FYI > > I've managed to put

Re: How to give swiping precedence over scrolling on mobile?

2018-12-20 Thread Sannyasin Brahmanathaswami via use-livecode
Terry, I'm interested in this also. Get the SivaSiva app ( no space... from iOS and Google Play) In the Listen Module, with Elanor's help, I tried to set up a "Spotify" UX with categories of audio scroll and up and down, and within on categories, left to right. I also get, what is a probably