Re: wait until the button releases

2009-09-15 Thread Kyle Sluder
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

wait until the button releases

2009-09-15 Thread Matt Neuburg
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