Re: Selecting rows in NSOutlineView from menuForEvent:?
Re: Selecting rows in NSOutlineView from menuForEvent:?
- Subject: Re: Selecting rows in NSOutlineView from menuForEvent:?
- From: Nick Zitzmann <email@hidden>
- Date: Fri, 9 Apr 2010 16:17:53 -0600
On Apr 9, 2010, at 3:42 PM, Laurent Daudelin wrote:
> However, the selection is the standard highlight, not the outline I see in any other table views in other Apple applications.
I think the "drop highlighting" thing a few Apple apps do is accomplished through a private API. I wouldn't worry about it too much, since you'd be amazed at how many people don't even know that contextual menus exist (unless your target market is exclusively power users), but you can probably do this yourself by overriding the row drawing method to draw a similar-looking bezier path over the top of the row.
Nick Zitzmann
<http://www.chronosnet.com/>
_______________________________________________
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