Re: NSTimer won't fire.
Re: NSTimer won't fire.
- Subject: Re: NSTimer won't fire.
- From: Shaun Wexler <email@hidden>
- Date: Thu, 2 Dec 2004 07:22:59 -0800
On Dec 2, 2004, at 6:10 AM, zeichensprecher wrote:
1. I add the timer to [NSRunLoop currentRunLoop],
2. then I release the timer, because the manual tells me it is
retained by adding to the runLoop
Correct. If it repeats it will persist until invalidated. Otherwise
it will be released after it fires.
Moreover: the timer gets fired, when I explicitly call [timer fire].
But it does never fire by itself ???
Is the NSRunLoop running? ;)
--
Shaun Wexler
MacFOH
http://www.macfoh.com
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden