Re: NSOutlineView Travails
Re: NSOutlineView Travails
- Subject: Re: NSOutlineView Travails
- From: Gordon Apple <email@hidden>
- Date: Sun, 21 Apr 2013 13:51:52 -0500
- Thread-topic: NSOutlineView Travails
Our view-based NSOutlineView still has a few annomalies, but mostly works.
Now, we are attempting to install a hoverView in our outline column to
launch a popover (display only) when mousing over a row. This works just
fine with NSTableViews, but so far does not work at all with NSOutlineView.
We had hoped this would not be a problem because NSOutlineView is a subclass
of NSTableView. Our theory is that because the presence of turn-down
buttons in the outline view, there must be an additional intervening view
that handle this and related layout issues within the cell. Has anyone
successfully used a hoverView with NSOutlineView?
BTW, a word to the wise. Bindings to arrayControllers through a
viewController¹s representedObject is still problematic. We have filed bug
reports on this in the past (confirmed bug).
_______________________________________________
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