To Run or Not To Run. That is the Question.
To Run or Not To Run. That is the Question.
- Subject: To Run or Not To Run. That is the Question.
- From: "S. J. Cunningham" <email@hidden>
- Date: Tue, 03 Mar 2015 21:42:33 -0500
I have a simple script.app:
on run {}
display dialog "Running"
end run
Executing by double clicking from the Finder or by <tell application "Finder" to open "script.app"> from another script displays "Running" and then quits.
However <tell application "script.app" to run> from another script results in the error message:
"script.app got an error: Can’t continue run."
If I remove the "display dialog" I get the error message:
"script.app got an error: Connection is invalid."
What am I missing?
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden