Re: Applescript Fails in Standalone on Mac Built with 8.1.6

2017-08-17 Thread Mark Wieder via use-livecode
On 08/17/2017 10:06 PM, Sannyasin Brahmanathaswami via use-livecode wrote: So, why does apple script return execution error when run from 8.1.6 standalones? Looks like the bugfix is on the way: http://quality.livecode.com/show_bug.cgi?id=16029 -- Mark Wieder ahsoftw...@gmail.com _

Re: Applescript Fails in Standalone on Mac Built with 8.1.6

2017-08-17 Thread Sannyasin Brahmanathaswami via use-livecode
I added some logging on the card and in the standalone we see this do tScript as applescript put the result into pMessage ShowStatusMsg pMessage, true, true returns "execution error" So, why does apple script return execution error when run from 8.1.6 standalones? On 8/17/1

Applescript Fails in Standalone on Mac Built with 8.1.6

2017-08-17 Thread Sannyasin Brahmanathaswami via use-livecode
OK got bit again by this one We do a lot of of in-house production tools that require our big server on the LAN to be mounted. For years I just kept a custom prop in these stacks uMountServer tell application "Finder" mount volume "afp://###ServerIP###/###Volume###" as user name "###ServerUse

Re: Developing first on android

2017-08-17 Thread Mike Kerner via use-livecode
There might be another way to skin this cat. I liked what Pomegranate said, which would also be a way to make apps even more levure/git-friendly, and would, I think, solve some of the Android layout issues that she was discussing - every object is created by a script, instead of using the LC IDE t

Developing first on android

2017-08-17 Thread Jonathan Lynch via use-livecode
I really appreciate something Jacqueline said in her presentation. If we start with Android deployment first, we can be pretty sure it will work on iOS. How do you guys feel about this? Sent from my iPhone ___ use-livecode mailing list use-livecode@lis

Mobile: Pinch to resize and rotate?

2017-08-17 Thread Dan Friedman via use-livecode
Howdy! Does anyone have a [mobile] routine that allows you to pinch to resize an image AND rotate it? If you do, would you like to share? :) Your would-be-ever-so-grateful buddy, -Dan ___ use-livecode mailing list use-livecode@lists.runrev.com Ple

Re: Using Touch ID with Keychain and LocalAuthentication

2017-08-17 Thread Monte Goulding via use-livecode
Hi Todd Reading and writing to the keychain is not very complicated but you will need an external or if you are using the latest versions of LC 9 then it can be done with the objective-c FFI from infinite LiveCode. Probably best to contact Business Services if you are in a hurry. Cheers Monte

Re: Using Touch ID with Keychain and LocalAuthentication

2017-08-17 Thread Mike Kerner via use-livecode
Why not open a session with your server and have it transmit a key that is unique to the device/user? On Thu, Aug 17, 2017 at 9:35 AM, Todd Fabacher via use-livecode < use-livecode@lists.runrev.com> wrote: > Hello Mark or Monte or any knowledgeable soul, > > > We are working with the United Natio

Using Touch ID with Keychain and LocalAuthentication

2017-08-17 Thread Todd Fabacher via use-livecode
Hello Mark or Monte or any knowledgeable soul, We are working with the United Nations to create their first LMS mobile App. The problem is they are security freaks. It took their hackers about 4 hours to send me screen shots of the encryption key I scripted in LiveCode and compiled for iOS. Norma