Re: With Apple script no longer supported, how do I....

2013-08-07 Thread Marek Niesiobedzki
If FM and your stack is on the same computer you can exchange data by ODBC. Marek ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.

Re: With Apple script no longer supported, how do I....

2013-08-07 Thread Jim Hurley
> > Message: 22 > Date: Wed, 7 Aug 2013 00:20:59 -0500 > From: Geoff Canyon > To: How to use LiveCode > Subject: Re: With Apple script no longer supported, how do I > Message-ID: > > Content-Type: text/plain; charset=ISO-8859-1 > > Would it work to

Re: With Apple script no longer supported, how do I....

2013-08-06 Thread Geoff Canyon
Would it work to export from within FileMaker, and then import that file into LC? That would mean writing a (very simple) script in FileMaker, or just manually exporting using the specified layout as a template, and then writing a simple importer in LC. On Tue, Aug 6, 2013 at 5:55 PM, Jim Hurley

Re: With Apple script no longer supported, how do I....

2013-08-06 Thread Ian Wood
I'm probably misunderstanding something here, but as long as you're not selling your app via the Mac App Store I though sandboxing isn't going to affect your app's ability to run AppleScript? Ian On 6 Aug 2013, at 23:55, Jim Hurley wrote: > Election season is fact approaching in my county. I

With Apple script no longer supported, how do I....

2013-08-06 Thread Jim Hurley
Election season is fact approaching in my county. I do a lot of election DB work. One thing I have long relied on was the ability to extract data stored Filemaker and put it into a LC stack, (where the scripting language is not idiotic.) I have done this with something like this (below) execu