Re: Bindings
Re: Bindings
- Subject: Re: Bindings
- From: Sandro Noel <email@hidden>
- Date: Sat, 26 May 2007 22:47:56 -0400
OH!!! .... i get it ... :) Sorry for making you repeat ... i'll try
it :)
Sandro Noel
email@hidden
On 26-May-07, at 10:46 PM, I. Savant wrote:
_bServices is a NSMutableArray Object.
i'm adding the NSNet Services to it.
Okay, then ...
you're "changing the array behind the controller's back".
So ...
a) Call -willChangeValueForKey: and -didChangeValueForKey: before/
after changing the array, or,
b) Call -addObject: against your array controller.
:-)
If you're changing things behind your controller's back (which
handles KVO notifications for you), then it's up to you to properly
notify (-will/didChangeValueForKey:).
--
I.S.
_______________________________________________
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