Re: How to have one array controller observing the other
Re: How to have one array controller observing the other
- Subject: Re: How to have one array controller observing the other
- From: "I. Savant" <email@hidden>
- Date: Tue, 23 Oct 2007 12:56:33 -0400
> Now I have found that when a change is made to Recipes (by updating one of the properties), this is not communicated directly to indexedProperties.
> Is it possible to have this done without adding code (i.e. making it a custom array controller)?
Are all of your accessors (such as -setIndexedProperties:) properly
wrapped in -willChangeValueForKey / -didChangeValueForKey: calls? This
is the most common cause of this type of problem.
--
I.S.
_______________________________________________
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