Never mind. I figured out I can detect action dismissal with a simple
boolean (actionDismissed = YES when receiving a
NSPopUpButtonWillPopUpNotification, actionDismissed = NO when
receiving a NSMenuWillSendActionNotification).
On Sat, Jul 5, 2008 at 2:46 PM, Fabian <[EMAIL PROTECTED]> wrote:
> Hi
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 opera