Re: Table column bindings to NSArrayController not working
Re: Table column bindings to NSArrayController not working
- Subject: Re: Table column bindings to NSArrayController not working
- From: mmalc crawford <email@hidden>
- Date: Thu, 17 May 2007 19:16:01 -0700
On May 17, 2007, at 7:11 PM, Sam Stigler wrote:
I have my metadata array set up as an NSArray of
NSMutableDictionaries. I know I'm updating the dictionaries in a
KVC-compliant way, using -setValue: forKey:, but is there a
specifically KVC-compliant way to add them to the array, or is that
taken care of automatically?
<http://developer.apple.com/documentation/Cocoa/Conceptual/CocoaBindings/Concepts/Troubleshooting.html#//apple_ref/doc/uid/TP40002148-182809
>
and
<http://homepage.mac.com/mmalc/CocoaExamples/controllers.html>
("Programmatic modifications to arrays not noticed by table view")
I'm just re-reading them now; are you saying that I need to register
the NSArrayController as an observer of the ivar NSArray?
No.
mmalc
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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