Re: NSPopUpButtonCell causes UI to "sleep" when clicked

2009-04-24 Thread Jerry Krinock
On 2009 Apr 24, at 17:36, Peter Ammon wrote: Sorry, I think I misread your original message. After the menu is dismissed, then the run loop should return to the Default mode and timers in that mode should resume. The behavior you describe is pretty weird. Thank you, Peter. I had been

Re: NSPopUpButtonCell causes UI to "sleep" when clicked

2009-04-24 Thread Peter Ammon
On Apr 24, 2009, at 5:41 AM, Jerry Krinock wrote: I'm creating an NSPopUpButtonCell programatically. To show the menu I invoke -[NSPopUpButtonCell performClickWithFrame:inView:]. It works -- however after the menu has popped up, been clicked and dismissed, - Timers in the main thread s

Re: NSPopUpButtonCell causes UI to "sleep" when clicked

2009-04-24 Thread Peter Ammon
Hi Jerry, On Apr 24, 2009, at 5:41 AM, Jerry Krinock wrote: I'm creating an NSPopUpButtonCell programatically. To show the menu I invoke -[NSPopUpButtonCell performClickWithFrame:inView:]. It works -- however after the menu has popped up, been clicked and dismissed, - Timers in the mai