Re: NSArrayController & bindings: next hurdle.
Re: NSArrayController & bindings: next hurdle.
- Subject: Re: NSArrayController & bindings: next hurdle.
- From: Kyle Sluder <email@hidden>
- Date: Tue, 22 Sep 2009 19:46:32 -0700
On Tue, Sep 22, 2009 at 7:21 PM, Colin Howarth <email@hidden> wrote:
> So, I have an NSArrayController (in IB). Its Content Array is bound to an
> NSMutableArray (of 'Element') instance in my AppDelegate.
No. It's bound to a property of some object. Please be precise;
NSMutableArray isn't KVO-compliant, so if you have indeed bound to a
property of an array then you're going to have problems.
So please describe the ordered collection property to which you've
bound your array controller. Are you exposing it as an
NSMutableArray? Just an NSArray? Or are you using the ordered
to-many accessor methods?
--Kyle Sluder
_______________________________________________
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