Re: Right way to implement contextual menu in table/outline view?
Re: Right way to implement contextual menu in table/outline view?
- Subject: Re: Right way to implement contextual menu in table/outline view?
- From: Corbin Dunn <email@hidden>
- Date: Tue, 09 Dec 2008 08:32:15 -0800
Le Dec 8, 2008 à 8:12 PM, Graham Cox a écrit :
On 9 Dec 2008, at 2:56 pm, Jim Correia wrote:
On Dec 8, 2008, at 10:51 PM, Graham Cox wrote:
In my app I have an NSOutlineView. I have contextual menus
relating to the overall table, but also relating to an individual
item row. I notice that when I right-click on a row, I get a
special highlight (blue outline) independent of the selected row.
How can I find out what row that was when the menu item's action
is called? I need to handle the menu differently depending on
whether a specific row was right-clicked or just the general table.
I don't know if this made the general docs, but this is discussed
in the AppKit release notes for Leopard.
The relevant section is titled "NSTableView/NSOutlineView -
Contextual menu support".
Jim
Thanks Jim, just what I needed (in a nutshell, -clickedRow:)
Also look at the DragNDropOutlineView example that shows how to do
this. If -clickedRow is in the -selectedRowIndexes, then you should
apply your context to all selectedRows.
corbin_______________________________________________
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