Re: NSTableView and programmatic changing of contextual menu
Re: NSTableView and programmatic changing of contextual menu
- Subject: Re: NSTableView and programmatic changing of contextual menu
- From: Kyle Sluder <email@hidden>
- Date: Tue, 25 Aug 2009 09:30:57 -0700
On Tue, Aug 25, 2009 at 9:11 AM, Corbin Dunn<email@hidden> wrote:
> However, it will work (and it is a recommended way to solve this problem),
> since the tableView will first acquire a "preparedCellAtColumn:row:", which
> calls tableView:willDisplayCell:. So, any menu you have set there will
> correctly is used. This technique is also shown in the DragNDropOutlineView
> demo app on 10.5.
Ah. Is this documented anywhere? (Looks like NSTableView.h makes an
oblique reference to this in its headerdoc for
-performClickOnCellAtColumn:row:). I'd hate to rely on implementation
details.
--Kyle Sluder
_______________________________________________
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