Re: sysError values...

2019-01-30 Thread Thierry Douez via use-livecode
Here is another place for MacOS system errors: https://www.macheat.com/general-error-codes-for-os-x most probably doesn't list all errors... Thierry Douez sunny-tdz.com ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url

Re: Swipe over native scroller

2019-01-30 Thread J. Landman Gay via use-livecode
Thanks, I was afraid of that. I'll see if I can bump the bug report for attention. On 1/30/19 5:49 PM, Terry Judd via use-livecode wrote: Not much of a workaround I'm afraid, but for a recent app (iOS and Android) I got rid of the native scroller and used the touch messages to both scroll the

timeLapseCamera6789

2019-01-30 Thread hh via use-livecode
The stack TimelapseCamera works with all editions of LC 6/7/8/9 on Mac/Win/linux and on Raspi 2/3 (with LC 651 and 704) Download timeLapseCamera6789_v105 from "Sample Stacks" or http://livecodeshare.runrev.com/stack/928/ TimelapseCamera lets you ... * select one of the (web-)cameras attached

Re: Swipe over native scroller

2019-01-30 Thread Terry Judd via use-livecode
Not much of a workaround I'm afraid, but for a recent app (iOS and Android) I got rid of the native scroller and used the touch messages to both scroll the object and detect the swipes. Terry... On 31/1/19, 10:16 am, "use-livecode on behalf of J. Landman Gay via use-livecode" wrote: Has

Swipe over native scroller

2019-01-30 Thread J. Landman Gay via use-livecode
Has anyone found a workaround for this (very old) bug: It isn't currently possible to implement a swipe on mobile if the swipe gesture is over a native scroller. LC doesn't send a mouseUp or a touchEnd message. -- Jacqueline Landman Gay

RE: Navigator 7.3rc1 is available

2019-01-30 Thread Clarence Martin via use-livecode
No, I am cool with things the way they are. I am busy concentrating on my project that I am developing. So Navigator works fine for me now. I look forward to any improvements that you come up with. Sincerely, Clarence Martin Email: chi...@themartinz.com Cell: 626 696-5561 -Original

Re: Navigator 7.3rc1 is available

2019-01-30 Thread Geoff Canyon via use-livecode
Most (almost all) of Navigator has nothing to do with the actual selection of controls in Livecode. So the second window is working fine -- just select whatever controls you want to work with in the list, and then everything Navigator does, you can do -- change their properties in Navigator, edit

RE: Navigator 7.3rc1 is available

2019-01-30 Thread Clarence Martin via use-livecode
Will the update allow you to use Navigator to work in the Group Edit Window? Sincerely, Clarence Martin Email: chi...@themartinz.com Cell: 626 696-5561 -Original Message- From: use-livecode On Behalf Of Geoff Canyon via use-livecode Sent: Wednesday, January 30, 2019 11:38 AM To: How to

RE: Navigator 7.3rc1 is available

2019-01-30 Thread Clarence Martin via use-livecode
Sorry I didn't understand what you were saying. Thanks for the reply. I really like the Pug-in and it's great. Sincerely, Clarence Martin Email: chi...@themartinz.com Cell: 626 696-5561 -Original Message- From: use-livecode On Behalf Of Geoff Canyon via use-livecode Sent: Wednesday,

Re: Navigator 7.3rc1 is available

2019-01-30 Thread Geoff Canyon via use-livecode
Yep, that's exactly what I said -- when you open in a new Navigator, the target is a specific container (a group in this case). Under those circumstances Navigator doesn't try to select controls in Livecode, or mimic Livecode's selections, because the group might not be visible or selectable. Like

Re: Woo License Keys Manager

2019-01-30 Thread Peter Bogdanoff via use-livecode
For our "Music In the Air” music education program we’re using a combo of Stripe/Paypal + WooCommerce + API Manager. The last bit is a WooCommerce plugin to handle generating and validation of keys. In our particular situation we need to control the installations to a set number (1 to how many

RE: Navigator 7.3rc1 is available

2019-01-30 Thread Clarence Martin via use-livecode
I created a video for you to see but it is being check by the LiveCode list admin for content because of its size. Here is a link to my OneDrive folder containing the video: https://1drv.ms/v/s!AmMnOdWPxdzK6jkkp3Kn8m7HIwm_ You can download and view it from there. I hoe this explains my comments.

Re: Navigator 7.3rc1 is available

2019-01-30 Thread Geoff Canyon via use-livecode
On Wed, Jan 30, 2019 at 5:09 AM Clarence Martin via use-livecode < use-livecode@lists.runrev.com> wrote: > Ji Geoff, > I am responding to you 7.3rc1 and this is probably true about the other > releases too. > I noticed that if I open a group in a New Navigator window, the first > Navigator window

Re: sysError values...

2019-01-30 Thread Bob Sneidar via use-livecode
Is it 13 or -13? I didn't see an entry for -13, but negative errors are different. Also this may not be a complete list, or the sysError() function in LC may not have anything to do with *actual* OS X system errors, and finally you may be getting the actual last error the OS generated, but it

Re: sysError values...

2019-01-30 Thread Paul Dupuis via use-livecode
Thank you Trevor! On 1/30/2019 8:57 AM, Trevor DeVore via use-livecode wrote: On Wed, Jan 30, 2019 at 7:11 AM Paul Dupuis via use-livecode < use-livecode@lists.runrev.com> wrote: But absolutely no mention of where the OSX sysError value comes from. For Linux and Windows you can do a targeted

Re: browserDocumentLoadComplete fired twice Mobile

2019-01-30 Thread Sannyasin Brahmanathaswami via use-livecode
Opps fix my post I learned something today, wow, the target not only records mouse clicks, but record what the message it going to ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and

Re: browserDocumentLoadComplete fired twice Mobile

2019-01-30 Thread Sannyasin Brahmanathaswami via use-livecode
Had to add hack for mobile. This works Local sHackDownloadCompleteFlag on browserDocumentLoadComplete pURL add 1 to sHackDownloadCompleteFlag ntinfo ("download flag: " & sHackDownloadCompleteFlag) if pURL is not empty then dispatch "hideloader" to me end if show widget

Re: browserDocumentLoadComplete fired twice Mobile

2019-01-30 Thread Sannyasin Brahmanathaswami via use-livecode
I learned something today, wow, the target only records mouse click budget record what the message it going to This was useful. It is still being call twice on mobile. NetWork tracer output. I have to set a flag or same ON desktop info1/30/19 3:50:49 AM from loader: true

Re: sysError values...

2019-01-30 Thread Trevor DeVore via use-livecode
On Wed, Jan 30, 2019 at 7:11 AM Paul Dupuis via use-livecode < use-livecode@lists.runrev.com> wrote: > > But absolutely no mention of where the OSX sysError value comes from. > For Linux and Windows you can do a targeted search and find information. > It was easy to find >

Re: sysError values...

2019-01-30 Thread Paul Dupuis via use-livecode
On 1/29/2019 7:03 PM, Paul Dupuis via use-livecode wrote: In general, where does one find the English equivalent of the number returned by sysError for a given OS? In this specific case, the OS is OSX and the value is 13. Richard: I completely agree. Apple is seemingly the worst in this

RE: Navigator 7.3rc1 is available

2019-01-30 Thread Clarence Martin via use-livecode
Ji Geoff, I am responding to you 7.3rc1 and this is probably true about the other releases too. I noticed that if I open a group in a New Navigator window, the first Navigator window has lost control over the group that precipitated it. The new Navigator Window Group items don't respond to any

Re: AW: Script Editor Performance

2019-01-30 Thread Lagi Pittas via use-livecode
#METOO ;-) On Tue, 29 Jan 2019 at 15:14, Richard Gaskin via use-livecode < use-livecode@lists.runrev.com> wrote: > Tiemo Hollmann wrote: > > > Beside of massive slowdowns, the 9er IDE has (at least on Win 10) some > > nasty behaviors. E.g. When using the scroll-bar, the line numbers > > don't

Re: Woo License Keys Manager

2019-01-30 Thread Matthias Rebbe via use-livecode
What i forgot. The good thing is also that i do not have to hassle with invoices because Fastspring is the seller and therefore FS is doing all that stuff including correct VAT handling. I just get my monthly payments. Matthias Rebbe free tools for Livecoders: https://instamaker.dermattes.de

Re: Woo License Keys Manager

2019-01-30 Thread Matthias Rebbe via use-livecode
Hi, i am using Zygodact from Jacqueline Landman-Gay - http://hyperactivesw.com/solutions_zygodact.html with Livecode Server and Fastspring. After a successful order Fastspring contacts my Livecode Server and transmits the purchase

Woo License Keys Manager

2019-01-30 Thread David V Glasgow via use-livecode
Does anyone use the above for managing keys on their LC apps? If so, are you happy with it? Conversely, anyone recommend any other solutions, whether just license management, or complete ecommece? Cheers, David Glasgow ___ use-livecode mailing

Re: how to write control-c to an open process?

2019-01-30 Thread Phil Davis via use-livecode
I just found a different way to accomplish the same outcome. Instead of writing some special form of control-c to the process, I can get the ID of the process and issue a 'kill' shell command for that ID using the 'kill' format option that sends the same signal as the one sent by typing

how to write control-c to an open process?

2019-01-30 Thread Phil Davis via use-livecode
In a LC script I need to write control-c to an open process so the app being run as a process will end. (At least that's how I can end it in Terminal). Has anyone had success doing this? Please share what you have learned about it. Thanks - -- Phil Davis

Navigator 7.3rc1 is available

2019-01-30 Thread Geoff Canyon via use-livecode
As usual, you can get Navigator here . Or grab it from GitHub . Briefly this fixes an issue with folding when multiple targets are displayed, and adds alignment and conformity tools to the