Re: Stay-open applet - problems on quitting
Re: Stay-open applet - problems on quitting
- Subject: Re: Stay-open applet - problems on quitting
- From: Donald Hall <email@hidden>
- Date: Thu, 13 Nov 2003 22:54:22 -0700
Richard,
You could try something like this in your quit handler. Error -128 is
"User Cancelled". It seems to work for me!
on quit
--do what you need to at quit
continue quit
error number -128 -- kludge to get program call to quit to
work immediately
end quit
Regards,
Don
--
Donald S. Hall, Ph.D.
Apps & More Software Design, Inc.
email@hidden
http://www.appsandmore.com
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.