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 stop firing
 - Keyboard equivalents fail silently

Operation does not return to normal until the user clicks another control TWICE. It seems to me that the UI is "sleeping" and that the first click is necessary to "wake" it.

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.

Can you take a sample of the app when it is in this state? What does it show?

-Peter

_______________________________________________

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