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 (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 arch...@mail-archive.com

Reply via email to