Re: Newbie Questions: Differences between idle handlers and other type of handlers?
Re: Newbie Questions: Differences between idle handlers and other type of handlers?
- Subject: Re: Newbie Questions: Differences between idle handlers and other type of handlers?
- From: Simon Brown <email@hidden>
- Date: Mon, 24 Feb 2003 13:52:03 +0000
>
Return statements whose value would normally cause the app to invoke its
>
quit() handler don't behave the same within an idle handler - the script
>
performs the commands in the idle handler up to the "continue quit" command
>
but then returns to the line after the return statement and continues
>
execution.
Oops, brain failure... The above should have read:
Direct calls to to the quit{} handler from within the idle{} handler caused
the script to perform the commands in the QUIT{} handler up to the "continue
quit" command but then return to the line after the quit{} statement and
then continue execution of the idle handler.
Sorry about that
-------------
Simon Brown
-------------
PPC 7500 + G3 card/OS z9.1 + Remote Access 4.02/CarbonLib 1.6/AppleScript
1.8.3/Smile 1.8.8
_______________________________________________
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.