Re: How do you get a stay-open applet to quit?
Re: How do you get a stay-open applet to quit?
- Subject: Re: How do you get a stay-open applet to quit?
- From: Luther Fuller <email@hidden>
- Date: Mon, 2 Jan 2006 07:41:55 -0600
... Asked Michelle Steiner.
It is possible to have a script with only an 'idle' handler and
containing no commands to tell it to quit. I had one of these showing
in my Dock only moments ago while reading mail. It will quit only
when I choose Quit from the Dock menu. But quit will fail unless
there is a 'quit' handler to receive the 'quit' message. The 'quit'
handler will look like this ...
on quit
-- optional stuff
continue quit
end quit
Without this, it just keeps going and going ...
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden