Re: How to tell if NSArrayController has a selected CoreData instance?
Re: How to tell if NSArrayController has a selected CoreData instance?
- Subject: Re: How to tell if NSArrayController has a selected CoreData instance?
- From: Timothy Reaves <email@hidden>
- Date: Thu, 1 Oct 2009 11:01:04 -0500
On Sep 30, 2009, at 7:53 AM, Mike Abdullah wrote:
-[NSArrayController selectedObjects] does not return proxies, it
returns the real thing. On the other hand:
-[NSArrayController selection] returns a proxy that represents the
overall selection
NSTreeController uses proxies to represent its tree structure. On
10.5+ this is exposed as NSTreeNode.
I think there is some confusion here between these things.
Yup. I was wrong on the selectedObjects. Thanks for pointing that out.
_______________________________________________
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