Re: How do I implement contextual-menu to NSTableView/NSOutlineView
Re: How do I implement contextual-menu to NSTableView/NSOutlineView
- Subject: Re: How do I implement contextual-menu to NSTableView/NSOutlineView
- From: Eric Peyton <email@hidden>
- Date: Tue, 29 Jan 2002 09:59:53 -0600
It's very possible. Check out the source code to Fire.app where we have
a contextual menu that hangs off of our NSOutlineView to connect and
send instant messages.
You can get to the sourcecode here ...
http://www.epicware.com/fire-sourcecode.html
Look in the BuddyOutlineView.m OutlineView subclass. It's kind of
obscure in Fire, but if you trace the code you will see how it works.
Eric
On Tuesday, January 29, 2002, at 09:36 AM, Gore wrote:
Actualy; my question is the subject ;)
I would like to have a NSMenu to be displayed as a contextual-menu
when right-clicking on an item in the table view/outline view. Is this
possible ?
_______________________________________________
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.