Re: bindings: communicate changes of object to a collection
Re: bindings: communicate changes of object to a collection
- Subject: Re: bindings: communicate changes of object to a collection
- From: mmalcolm crawford <email@hidden>
- Date: Wed, 28 Sep 2005 21:50:49 -0700
On Sep 28, 2005, at 9:33 PM, Thomas Schnitzer wrote:
Now the question is: how is it possible to communicate changes to
individual objects in the array being displayed in the table view
using bindings to the array controller/table view? In other words:
how do I trigger a "has changed" message to the array controller so
that the change is reflected immediately in the table view?
You shouldn't have to do anything other than modify the object in the
array using KVO-compliant methods.
<http://developer.apple.com/documentation/Cocoa/Conceptual/
CocoaBindings/Concepts/Troubleshooting.html>
mmalc
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden