Re: timer below one second wanted
Re: timer below one second wanted
- Subject: Re: timer below one second wanted
- From: j o a r <email@hidden>
- Date: Mon, 16 Dec 2002 16:46:52 +0100
According to the docs you should be able to use NSTimer for a precision
of 50 - 100 ms - what have you been able to achieve?
IIRC: If you are using a repeating timer you should keep in mind that
the timer will not fire again until the action it triggered has
completed - i.e. you need to ensure that your actions can be completed
in less than 50 - 100 ms for you to be able to achieve that resolution
with the timer.
j o a r
On Monday, Dec 16, 2002, at 16:28 Europe/Stockholm, Uwe Kuhlmann wrote:
can anyone give me a hint how to set up a timer (as with the NSTimer
class) which is able to produce some event every 100 ms.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.