Re: How to make a message disappeared at certain amount of time passed

2009-02-28 Thread Nick Zitzmann
On Feb 28, 2009, at 1:59 PM, Jushin wrote: I have to display a message (using NSLabel) to a user, but want to make it disappeared after certain amount of time (e.g. 5 seconds or so). How should I do this? Nick Zitzmann

Re: How to make a message disappeared at certain amount of time passed

2009-02-28 Thread Luke the Hiesterman
If you have a method that will dismiss the message, you can call that method with performSelector: withObject: afterDelay: Luke On Feb 28, 2009, at 12:59 PM, Jushin wrote: I have to display a message (using NSLabel) to a user, but want to make it disappeared after certain amount of time (e.g

How to make a message disappeared at certain amount of time passed

2009-02-28 Thread Jushin
I have to display a message (using NSLabel) to a user, but want to make it disappeared after certain amount of time (e.g. 5 seconds or so). How should I do this? ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or