How to give swiping precedence over scrolling on mobile?

2018-12-19 Thread Terry Judd via use-livecode
This is a problem that I have run into before and have never been able to solve satisfactorily. I’m using touchStart and touchEnd handlers to detect the direction and speed of a finger movement and if it is within certain bounds (large enough x, small enough y, and fast enough) then the user

Re: [ANN] bnGuides alignment tool on ivecodeshare

2018-12-19 Thread Matthias Rebbe via use-livecode
Bernd, thank you very much for useful plugin. Matthias Rebbe free tools for Livecoders: https://instamaker.dermattes.de https://winsignhelper.dermattes.de > Am 18.12.2018 um 16:44 schrieb Niggemann, Bernd via use-livecode > : > > I have put a stack "bnGuides" on livecodeshare (or access it

Re: [ANN] bnGuides alignment tool on ivecodeshare

2018-12-19 Thread Tom Glod via use-livecode
This is a cool little plugin for the community PS > I can't wait for the new stack share center. On Tue, Dec 18, 2018 at 10:44 AM Niggemann, Bernd via use-livecode < use-livecode@lists.runrev.com> wrote: > I have put a stack "bnGuides" on livecodeshare (or access it from "Sample > Stacks" from

Re: Can't Submit App to iTunes

2018-12-19 Thread Dan Friedman via use-livecode
Panos, This an update to an older project. LC is finding the icons and splash screens because it's not throwing an error or warning at build. But, I cleared all the icons and splash screens in the Standalone Application Settings and re-selected them. That seemd to resolve the issue! Wheew!

Re: Can't Submit App to iTunes

2018-12-19 Thread panagiotis merakos via use-livecode
Hello Dan, Indeed, default-5...@2x.png is required. In fact the standalone builder puts a default image in the app bundle named "default-5...@2x.png" in case the user does not provide any. Since you have provided all the necessary icons and splash screens, I do not see any reason why they don't

Re: Can't Submit App to iTunes

2018-12-19 Thread Dan Friedman via use-livecode
Panos, Any word on this issue? Colin Holgate suggested that I add all the portrait splash screen images even thou my app doesn't display in portrait. I did that, and I got the exact same errors from Application Loader. -Dan From: panagiotis merakos Date: Tuesday, December 18, 2018 at

FYI: How to reliably identify an Android Tablet microSD Card

2018-12-19 Thread Peter Reid via use-livecode
FYI I've managed to put together some code that reliably locates the microSD card in 4 very different Android-based tablets. The approach involves 3 different methods: 1. Search for a known folder on the SD card starting in the standard "/mnt" folder using a breadth-first search strategy. 2.