Re: Why Doesn't This Script.app Quit?
Re: Why Doesn't This Script.app Quit?
- Subject: Re: Why Doesn't This Script.app Quit?
- From: Steve Mills <email@hidden>
- Date: Thu, 14 Jan 2016 21:12:06 +0000 (GMT)
On Jan 14, 2016, at 03:09 PM, "S. J. Cunningham" <email@hidden> wrote:
Why doesn't this sucker quit? First I tried "return" and then "quit". I also tried a quit handler with "continue quit". It just laughs at me.
on run
try
error "Oopsie!" number 666
on error errMsg number errNum
display dialog "Error " & errNum & ": " & errMsg
tell me to quit
end try
display dialog "Hah Hah Hah! You can't kill me!"
end run
Quits just fine for me. Maybe the applet has the Stay Open bit set (if that would make a difference)?
Sent from iCloud's ridiculous UI, so, sorry about the formatting
_______________________________________________
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