What happened to Applescript in LiveCode Community 6.1?

Colin Holgate coiin at verizon.net
Sun Jul 7 12:08:39 EDT 2013


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 6.1, and the Commercial 6.1 too.


More information about the use-livecode mailing list