Re: responder chain madness (CORRECTION)...
Re: responder chain madness (CORRECTION)...
- Subject: Re: responder chain madness (CORRECTION)...
- From: Andreas Mayer <email@hidden>
- Date: Mon, 9 Dec 2002 12:34:28 +0100
Am Montag, 09.12.02 um 01:03 Uhr schrieb Philip George:
I said to click an empty spot on the menubar and hover over "any
menu", but I meant any Menu Extra, like the system clock or the
battery or airport Menu Extras. Basically any of the menus that are
hugging the right side of the OS X menubar.
Looks like the menu bar is owned by the SystemUIServer, which activates
menu tracking whenever a user clicks the menu bar. This might or might
not be a bug.
If so, you will have to catch the click on your Status Item to prevent
it going through to the menu bar.
Did you try
- (void)sendActionOn:(int)mask
with a mask of (NSLeftMouseUpMask | NSLeftMouseDownMask)?
You'll probably have to set a valid target and action, too.
(And please - do not send formatted text to this list.)
bye. Andreas.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.