Re: How to add response to Null event
Re: How to add response to Null event
- Subject: Re: How to add response to Null event
- From: Andreas Monitzer <email@hidden>
- Date: Wed, 5 Sep 2001 22:49:55 +0200
On Wednesday, September 5, 2001, at 10:29 , email@hidden wrote:
Hello all,
I need to do something during idle(or null event) in event loop. I can do
this in Mac OS 9 but I don't know how to do this in Cocoa. If I need to
subclass NSApplication, or there are other easy ways.
There's no idle event in preemptive multitasking. Use NSTimer instead.
andy
--
Description forthcoming.