NSStatusItemthreading
NSStatusItemthreading
- Subject: NSStatusItemthreading
- From: Joe Turner <email@hidden>
- Date: Sun, 25 Jul 2010 13:53:31 -0500
Hello,
I recently realized that when the user opens the NSStatusItem in my app, the main run loop gets blocked up until they close it. This is a big issue for parts of my app, so I need a way to thread the NSStatusItem. I tried to create it in a new thread, hoping it would then do all of its interactions in a new thread, however this didn't work. So, is there a way to thread the status item so I don't have to thread all of the tasks that might need to happen while the bar is open?
Thanks,
Joe
_______________________________________________
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