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 (Cocoa-dev@lists.apple.com)

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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Reply via email to