Re: How to remove all objects from a NSTreeController ?
Re: How to remove all objects from a NSTreeController ?
- Subject: Re: How to remove all objects from a NSTreeController ?
- From: Rob Keniger <email@hidden>
- Date: Fri, 27 Nov 2009 16:33:39 +1000
On 27/11/2009, at 4:26 PM, Sébastien Stormacq wrote:
>> You don't need to do this. Just create an NSArrayController for your NSTableView that is bound to the "selection" key of the NSTreeController. The NSArrayController will then populate the table view for you.
>>
>
> I am binding to arrangedObjects of the NSArrayController
Yes, you bind the content of the table view to the array controller, but you should bind the content of the NSArrayController to the "selection" key of the NSTreeController.
What is the content binding of the array controller currently set to?
--
Rob Keniger
_______________________________________________
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