Re: Quitting a Stay-open Application
Re: Quitting a Stay-open Application
- Subject: Re: Quitting a Stay-open Application
- From: Peter Bunn <email@hidden>
- Date: Sun, 20 May 2007 11:56:43 -0500
Luther:
'tell me to quit' is the key here... you may prefer to use it in a
different way.
Peter B.
--
on reopen
tell me to activate
display dialog "Quit Now...?" buttons {"Quit"} default button 1
set user_response to button returned of result as text
if user_response is "Quit" then
tell me to quit
end if
end reopen
-----
_______________________________________________
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