How to include an applescript in a livecode stack?
Posted: Mon Jun 02, 2014 11:51 pm
Been trying to include an apple script in a stack, not having much luck. The applescript is working when i run it by itself.
If I create a text field and paste the script in the contents it won't work though. Any help will be appreciated. Thanks.
If I create a text field and paste the script in the contents it won't work though. Any help will be appreciated. Thanks.
Code: Select all
on mouseUp
do field "fldScript" as AppleScript
end mouseUp