Skip navigation.
 
mlRe: How do I implement contextual-menu to NSTableView/NSOutlineView
FROM : Eric Peyton
DATE : Tue Jan 29 16:59:53 2002

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_removed>
> Help/Unsubscribe/Archives:
> http://www.lists.apple.com/mailman/listinfo/cocoa-dev
> Do not post admin requests to the list. They will be ignored.



Related mailsAuthorDate
mlHow do I implement contextual-menu to NSTableView/NSOutlineView Gore Jan 29, 16:36
mlRe: How do I implement contextual-menu to NSTableView/NSOutlineView Eric Peyton Jan 29, 16:59
mlRe: How do I implement contextual-menu to NSTableView/NSOutlineView Ondra Cada Jan 29, 19:44
mlRe: How do I implement contextual-menu to NSTableView/NSOutlineView Ondra Cada Jan 29, 20:41