NSStatusItemthreading

2010-07-25 Thread Joe Turner
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

Re: NSStatusItemthreading

2010-07-25 Thread Graham Cox
On 26/07/2010, at 4:53 AM, Joe Turner wrote: 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

Re: NSStatusItemthreading

2010-07-25 Thread Joe Turner
Hey, Thanks man! That worked perfectly :) Joe On Jul 25, 2010, at 7:35 PM, Graham Cox wrote: On 26/07/2010, at 4:53 AM, Joe Turner wrote: 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