Delegate for checkbox in NSTableView
Delegate for checkbox in NSTableView
- Subject: Delegate for checkbox in NSTableView
- From: Trygve Inda <email@hidden>
- Date: Fri, 01 Dec 2006 16:50:09 +0000
- Thread-topic: Delegate for checkbox in NSTableView
I have an NSTableViewmanaged by an NSArrayController and have a column that
checkboxes that is bound to a key in my dict (the table is an array of
dicts).
How can I detect a change in the state of a checkbox?
I am trying to keep a separate array of all the items whose checkbox is
selected. This is because my list of items able to be selected is about
10,000 items... The list of these items will change occasionally so I want
to grab the items that are checked so as to save them to a separate user
prefs file. It needs to do this in real time as items are checked and
unchecked.
Thanks,
Trygve
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden