Skip navigation.
 
mlRe: NSArrayController, managedObjects and KVO
FROM : Eric Crichlow
DATE : Tue Mar 25 23:17:50 2008

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 called every time a checkbox is
checked/unchecked and I can query the tableview to find out about selected
rows and such.

...Eric...

Related mailsAuthorDate
mlNSArrayController, managedObjects and KVO Brian Krisler Mar 25, 20:04
mlRe: NSArrayController, managedObjects and KVO Quincey Morris Mar 25, 21:29
mlRe: NSArrayController, managedObjects and KVO Eric Crichlow Mar 25, 23:17