On Feb 28, 2008, at 1:46 PM, Nate Weaver wrote:
You could also use [[NSRunLoop mainRunLoop] addTimer:yourTimer forMode:NSEventTrackingRunLoopMode] and avoid another thread altogether.
Interesting... I hadn't thought of that. Don't I have to add another timer to the NSDefaultRunLoopMode though? If I have to chose between having two timers on the main thread that alternate, or one on a secondary thread, I think I'll go with the extra thread.
Thanks, Hank Hank Heijink [EMAIL PROTECTED] _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [EMAIL PROTECTED]