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
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
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
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