Re: bind tableview to arraycontroller

2008-02-23 Thread Adam Gerson
Your NSArray needs to be an array of KVC compliant objects. Is this the case? Do you have the NSTableColumn's value binding set to the controller key "arrangedObjects" and the model key path set to an attribute of your KVC class? You could use a CoraData object to do some of the heavy lifting for

bind tableview to arraycontroller

2008-02-23 Thread Hans van der Meer
Step by step I try to master the kvc-kvo-bindings matter. Now I have: NSArrayController bound to an NSArray in a class in my program NSTableView bound to the NSArrayController as follows: columns of the table are bound to fields in the objects held by the array. The problem I am wr