In my code I sometimes want to wait until the button that triggers my code
has released itself (e.g. unhighlighted). My way of doing this is with
delayed performance, i.e. the button's action method calls
performSelector...afterDelay and then the real stuff happens. Just
wondering: Is there a better approach? I guess I'm looking for a command
that means "wait for the event loop to come round again". m.

-- 
matt neuburg, phd = m...@tidbits.com, <http://www.tidbits.com/matt/>
A fool + a tool + an autorelease pool = cool!
AppleScript: the Definitive Guide - Second Edition!
http://www.tidbits.com/matt/default.html#applescriptthings



_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to