Re: NSToolbar and Metal
Re: NSToolbar and Metal
- Subject: Re: NSToolbar and Metal
- From: Daniel Todd Currie <email@hidden>
- Date: Wed, 20 Oct 2004 13:23:51 +0900
I've never used a contextual menu in my life, so I'm afraid I won't be
much help here.
Perhaps NSMenu's delegate method -menuNeedsUpdate: fires before the
menu is presented? Surely there must be a way to do this.
-- DTC
On 2004 Oct 20, at 12:59, Dominic Feira wrote:
How would I be notified of this? I don't see any place in NSToolbar
to do this, even with a subclass. Perhaps, if it were an NSView like
it should be, instead of some crazy mutant NSObject I could!
Dominic Feira / Code Monkey / Ambrosia Software, Inc.
On Oct 19, 2004, at 11:25 PM, email@hidden wrote:
In the meantime (and for certain compatibility with older versions of
OSX), perhaps you could send the following message immediately after
the
contextual menu is displayed:
[myWindow setMovableByWindowBackground:NO];
-- DTC
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden