Re: NSArrayController, managedObjects and KVO

2008-03-25 Thread Eric Crichlow
On Tue, 25 Mar 2008 15:04:07 -0400, Brian Krisler wrote: > All I would like to do is get notified with the check box is > selected and have a way of determining with item was selected. Well then, all I do is connect the checkbox column in IB to an action method in my code. The method gets cal

Re: NSArrayController, managedObjects and KVO

2008-03-25 Thread Quincey Morris
On Mar 25, 2008, at 12:04, Brian Krisler wrote: I have an NSArrayController in a NIB that contains Core Data Entities. The represented entity has a two values, a boolean and a name, and these are displayed in a table as a checkbox and text. (two columns). All I would like to do is get notified

NSArrayController, managedObjects and KVO

2008-03-25 Thread Brian Krisler
Hello All, I know this topic occurs often (I have searched the archive), but I am still confused. I have an NSArrayController in a NIB that contains Core Data Entities. The represented entity has a two values, a boolean and a name, and these are displayed in a table as a checkbox and text. (t