On Tue, Sep 15, 2009 at 11:41 AM, Matt Neuburg wrote:
> 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 an
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 bette