On Thu, Feb 5, 2009 at 3:36 PM, Randall Meadows <cocoa-...@not-pc.com> wrote: > Even when I query the tree controller directly for its items, I don't get > *my* object types back, but rather NSTreeControllerTreeNodes:
Why does this surprise you? The outline view's data source (the tree controller) is providing instances of NSTreeControllerTreeNode (which is a private internal subclass of NSTreeNode), so the outline view is going to give these back to you. See http://www.cocoabuilder.com/archive/message/cocoa/2008/6/8/209677 . --Kyle Sluder _______________________________________________ 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 arch...@mail-archive.com