Re: Observing edits make to a table using bindings

2009-01-20 Thread Ken Thomases
On Jan 20, 2009, at 5:18 PM, Randall Meadows wrote: I have an NSTableView, whose content is supplied through bindings to an array controller. Column A is supplied via FieldListController.arrangedObjects.name, Column B via FieldListController.arrangedObjects.value; column B is editable, c

Re: Observing edits make to a table using bindings

2009-01-20 Thread Jonathan deWerd
Is it possible [with KVO] to know exactly which array element was edited, without registering observers on the entire contents of the array? I figure it has something to do with the keyPath, but the exact something has thus far eluded me. As I see it, there are several ways to get around your p

Re: Observing edits make to a table using bindings

2009-01-20 Thread Quincey Morris
On Jan 20, 2009, at 15:18, Randall Meadows wrote: I have an NSTableView, whose content is supplied through bindings to an array controller. Column A is supplied via FieldListController.arrangedObjects.name, Column B via FieldListController.arrangedObjects.value; column B is editable, col

Observing edits make to a table using bindings

2009-01-20 Thread Randall Meadows
Perhaps I just can't get my head around the terminology sufficiently to search on the right thing...feel free to enlighten me. I have an NSTableView, whose content is supplied through bindings to an array controller. Column A is supplied via FieldListController.arrangedObjects.name, Column