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: "S. J. Cunningham" <email@hidden>
- Date: Sun, 17 Jan 2016 04:38:47 -0500
On Jan 16, 2016, at 9:00 PM, Shane Stanley wrote:
> On 17 Jan 2016, at 07:00, S. J. Cunningham <email@hidden> wrote:
>>
>> I did it this way to make it a little more transparent::
>>
>> on run
>> quit
>> display dialog "Hah Hah Hah! You can't kill me!"
>> end run
>>
>> on quit
>> error number -128
>> end quit
>>
>> I also wrote a routine to get the Process ID and kill it via "do shell script", but this is more direct.
>
> Maybe I missed something, but why aren't you using "continue quit" in the quit handler?
Because the problem I am trying to solve is that (with Snow Leopard at least) "Quit" and "Continue Quit" don't actually quit. See the examples down thread.
Steve
------------------
OS X 10.6.8, AppleScript 2.1.2
_______________________________________________
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