Re: NSTimers
Re: NSTimers
- Subject: Re: NSTimers
- From: Ryan Britton <email@hidden>
- Date: Wed, 18 Jan 2006 06:30:42 -0800
You're going to have some difficulty with the 1ms timer no matter
what. NSTimer cannot reliably trigger below about a 50-100ms interval.
http://developer.apple.com/documentation/Cocoa/Conceptual/Timers/
Concepts/timerobjects.html#//apple_ref/doc/uid/20000806
On Jan 18, 2006, at 2:25 AM, Robert Dell wrote:
When using multiple timers, which ones have priority, the first
ones initialized or the last ones?
The problem I'm having is I have a timer set up for 1000 per second
and one for 1 per second and one for 1 per minute. I want the 1
per second and 1 per minute to fire before the 1000 per second timer.
robert
_______________________________________________
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
_______________________________________________
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
References: | |
| >NSTimers (From: Robert Dell <email@hidden>) |