Basic launching of an Applescript
My first try with InDesign and one of the first with AppleScript.
It seems like ID is not receiving the AppleScript messages. Even a simple script like
tell application "Adobe InDesign CS3"
activate
quit
end tell
Does not work. I get a Sintax error: "The application is not open". But of course it is!!
I need to run my scripts from outside ID, so I am doing my tests using Apple's Script Editor.
The example was recorded with the Script Editor, so the name of the application "Adobe InDesign CS3" is not misspelled.
Do I have to activate something on ID, or in the Finder to make the scripts run?
Thank