Re: Corrupted Stacks

2020-01-28 Thread Richard Gaskin via use-livecode
Marty Knapp wrote: > I have an app in which users create documents (stacks) that auto-save > when they're closed. I have a a few customers who are getting > corrupted stacks every once in a while. At least in a couple of cases > they are saving to a network server or over an internet connection.

Re: Corrupted Stacks

2020-01-28 Thread Bob Sneidar via use-livecode
I'm wondering if save stack returns anything in the result so you can check for success? Bob S > On Jan 28, 2020, at 14:19 , Marty Knapp via use-livecode > wrote: > > I have an app in which users create documents (stacks) that auto-save when > they're closed. I have a a few customers who ar

Corrupted Stacks

2020-01-28 Thread Marty Knapp via use-livecode
I have an app in which users create documents (stacks) that auto-save when they're closed. I have a a few customers who are getting corrupted stacks every once in a while. At least in a couple of cases they are saving to a network server or over an internet connection. In some cases it seems to

Authentication questions

2020-01-28 Thread Bill Vlahos via use-livecode
LiveCode’s dictionary shows multiple authentication capabilities. However, I’m having trouble figuring out how to actually implement them working with our business phone system that uses CSTA authentication. The following link describes CSTA although I don’t see direct information regarding the

Re: No support for 24bit/96kHz audio file?

2020-01-28 Thread JJS via use-livecode
Hi Mark, i did not try a player on windows, ultimately it has to work on Android which it does now with 16bit/44.1kHz. I can try if that will work with 24bit/96kHz. Regards, Jerry Op 23-1-2020 om 09:43 schreef Mark Waddingham via use-livecode: On 2020-01-22 19:17, JJS via use-livecode wr

Re: multitouch buttons on Android

2020-01-28 Thread Jjs via use-livecode
Thanks Jaqcue. Thanks Scott, will play with that a bit. scott--- via use-livecode schreef op 28 januari 2020 02:10:55 CET: >You can also script things like > >on mouseUp > if the environment is "Development" then >touchEnd 1 > end if >end mouseUp > >and put the script for both in t

Re: Thumbnail on txt file? (Mac users)

2020-01-28 Thread Michael Kristensen via use-livecode
Hi again Thanks for the input on this topic to all! I have put a little file here to demonstrate how this could be done. If you have ideas for polish then I look forward to that. https://forums.livecode.com/viewtopic.php?f=8&t=33586 BTW