Mailing Lists: Apple Mailing Lists

Image of Mac OS face in stamp
 
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

NSTreeController selectedObjects always returns top level object



I've got an NSBrowser bound to an NSTreeController, from which I'm trying to get the currently selected object. When I call selectedNodes on the controller, the return value always seems to be the top level node, no matter which column the most deeply selected node happens to be under. I would expect that the most deeply selected tree node would be returned. What am I missing?

Here is the binding set up (pardon my Nu):

(@treeController bind:"contentArray" toObject:self withKeyPath:"remoteTree" options:nil)
(@millerBrowser bind:"content" toObject:@treeController withKeyPath:"arrangedObjects" options:nil)
(@millerBrowser bind:"contentValues" toObject:@treeController withKeyPath:"arrangedObjects.representedObject.description" options:nil)


And here is how I'm calling selectedNodes:

	(@treeController selectedNodes)

Thanks,
-Adam

_______________________________________________

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:
http://lists.apple.com/mailman/options/cocoa-dev/email@hidden

This email sent to email@hidden


Visit the Apple Store online or at retail locations.
1-800-MY-APPLE

Contact Apple | Terms of Use | Privacy Policy

Copyright © 2007 Apple Inc. All rights reserved.