What happened to Applescript in LiveCode Community 6.1?

2013-07-07 Thread Emmett Gray
Just upgraded from 6.0. "do script" no longer works. No Applescript dictionary. WTF? Just downgraded to 6.0 to get stuff going again. This can't be true! What am I doing wrong? ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit th

Re: What happened to Applescript in LiveCode Community 6.1?

2013-07-07 Thread Klaus major-k
Hi Emmet, Am 07.07.2013 um 17:48 schrieb Emmett Gray : > Just upgraded from 6.0. "do script" no longer works. No Applescript > dictionary. WTF? Just downgraded to 6.0 to get stuff going again. This can't > be true! What am I doing wrong? Confirmed, no AppleScript in LC (Community) 6.1! :-/ Lo

Re: What happened to Applescript in LiveCode Community 6.1?

2013-07-07 Thread Colin Holgate
It appears to work. I put this into a field “Statements": tell application "Finder" display dialog "Hello World" end tell and had a button that did this: on mouseUp do field "Statements" as AppleScript end mouseUp and Finder showed the dialog as expected. That was with the Community edition

Re: What happened to Applescript in LiveCode Community 6.1?

2013-07-07 Thread Klaus major-k
Hi Colin, Am 07.07.2013 um 18:08 schrieb Colin Holgate : > It appears to work. I put this into a field “Statements": > > tell application "Finder" > display dialog "Hello World" > end tell > > and had a button that did this: > > on mouseUp > do field "Statements" as AppleScript > end mouseUp

Re: What happened to Applescript in LiveCode Community 6.1?

2013-07-07 Thread Colin Holgate
I see. It looks like any v6 LiveCode doesn’t seem to have an AppleScript dictionary. ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runre

Re: What happened to Applescript in LiveCode Community 6.1?

2013-07-07 Thread Magicgate Software - Skip Kimpel
Anybody try anything other than AppleScript? VB? SKIP On Sun, Jul 7, 2013 at 1:01 PM, Colin Holgate wrote: > I see. It looks like any v6 LiveCode doesn’t seem to have an AppleScript > dictionary. > ___ > use-livecode mailing list > use-livecode@list

Re: What happened to Applescript in LiveCode Community 6.1?

2013-07-07 Thread Emmett Gray
On Sun, 07 Jul 2013 13:01:54 -0400, Colin Holgate wrote: > >I see. It looks like any v6 LiveCode doesn?t seem to have an AppleScript >dictionary Not true. 6.0 Community does and it was/is again working here with "do script". It's 6.1 Community that is broken, which you could have gathered from

Re: What happened to Applescript in LiveCode Community 6.1?

2013-07-07 Thread Colin Holgate
What I was referring to is the Dictionary that the AppleScript editor can open. If you try to open dictionary you’ll see that LiveCode 6.0.2 and 6.1 are not in the list of applications, but 5.5.4 is. If you choose Browse you’ll see that the v6.x.x LiveCodes are grayed out. Now, it could be that

Re: What happened to Applescript in LiveCode Community 6.1?

2013-07-07 Thread Richard Gaskin
RunRev has a long history of forgetting to include the AppleScript disctionary resource into new builds. I'm not sure why this hasn't been automated, but it's happened before, and if you drop them a note they'll be able to fix it for next time. For now, just copy the resource from an earlier

Re: What happened to Applescript in LiveCode Community 6.1?

2013-07-07 Thread Monte Goulding
On 08/07/2013, at 1:08 PM, Richard Gaskin wrote: > RunRev has a long history of forgetting to include the AppleScript > disctionary resource into new builds. I'm not sure why this hasn't been > automated, but it's happened before, and if you drop them a note they'll be > able to fix it for n

Re: What happened to Applescript in LiveCode Community 6.1?

2013-07-08 Thread Emmett Gray
On Mon, 8 Jul 2013 13:20:30 +1000, Monte Goulding wrote: > >On 08/07/2013, at 1:08 PM, Richard Gaskin wrote: > >> RunRev has a long history of forgetting to include the AppleScript >> disctionary resource into new builds. I'm not sure why this hasn't been >> automated, but it's happened befor

Re: What happened to Applescript in LiveCode Community 6.1?

2013-07-08 Thread Richard Gaskin
Emmett Gray wrote: > I just opened a bug report. But in the meantime I peeked into the app > bundles for 6.0 and 6.1. Where will I find this resource to copy? Or > do I need to build it myself? I don't want to go to any trouble, so > I'll use 6.0 until this is fixed, if this is not a drag and dro

Re: What happened to Applescript in LiveCode Community 6.1?

2013-07-10 Thread Emmett Gray
On Mon, 08 Jul 2013 08:17:45 -0700, Richard Gaskin wrote: > >Emmett Gray wrote: > > > I just opened a bug report. But in the meantime I peeked into the app > > bundles for 6.0 and 6.1. Where will I find this resource to copy? Or > > do I need to build it myself? I don't want to go to any trouble,