Re: NSApp's run method and menus...
Re: NSApp's run method and menus...
- Subject: Re: NSApp's run method and menus...
- From: Shawn Erickson <email@hidden>
- Date: Sun, 15 Jul 2007 06:43:58 -0700
On Jul 15, 2007, at 5:05 AM, Jeff Bland wrote:
My application employs it's own event loop because it needs
to retain program control (ie it doesn't wait for user input or
some event
to do something - it needs to do constant processing).
Use threads. Use a timer. Use idle time. etc. ...all while using the
standard runloop and application event model.
-Shawn
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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:
This email sent to email@hidden