NSTableView and programmatic changing of contextual menu
NSTableView and programmatic changing of contextual menu
- Subject: NSTableView and programmatic changing of contextual menu
- From: Jack Carbaugh <email@hidden>
- Date: Mon, 24 Aug 2009 20:20:20 -0400
I would like to change the Titles of MenuItems in a contextual menu
based on the tableview row/cell in which the Right click was initiated.
I've searched several times for various methods to implement this, but
came up empty. If i were using an imagekit cell, i could use:
- (void) imageBrowser:(IKImageBrowserView *) aBrowser
cellWasRightClickedAtIndex:(NSUInteger) index withEvent:(NSEvent *)event
does something similar exist for tables? if not, ideas on how to
sublcass and implement.
Many thanks,
jack
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden