Re: Catching edits to items in a table view using bindings
Re: Catching edits to items in a table view using bindings
- Subject: Re: Catching edits to items in a table view using bindings
- From: mmalcolm crawford <email@hidden>
- Date: Fri, 3 Jun 2005 21:18:57 -0700
On Jun 3, 2005, at 9:12 PM, Matthew M. Swann wrote:
I have a table view that is bound to an array controller that is
itself bound to a core data store. Certain table columns are
editable in my view, and I'd like to be notified when these values
change.
You must register as an observer of the relevant properties of the
objects in the array.
(See GraphicsView in "Graphics Bindings" at <http://homepage.mac.com/
mmalc/CocoaExamples/controllers.html> for a non-Core Data example.
The principles are the same.)
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