Hi, I need a notification when the user dismisses a popup menu _without having actually clicked on a menu item_. A clumsy way of doing this would be to check if the mouse is hovering over the menu in NSPopUpButtonCell's "popUpDismissed" method. This way I can detect if the user cancelled the operation by clicking on some other UI element. But, naturally, this doesn't work if the user dismissed the menu by pressing the escape key (because the cursor will still be hovering over the menu). Is there a better way to do this?
Thanks. F. _______________________________________________ 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 [EMAIL PROTECTED]