NSButtonCell not changing selection in table...
NSButtonCell not changing selection in table...
- Subject: NSButtonCell not changing selection in table...
- From: Rob In der Maur <email@hidden>
- Date: Mon, 3 Feb 2003 19:17:56 +0100
I have a column of NSButtonCells (type checkboxes/switch buttons) in my
table and I would like to click on those checkboxes and subsequently
change their value, without actually changing the selection in my
table, because changing the selection in my table invokes a lot of
other code, which is really not necessary at this point. I basically
just want to change the status of a row in a table view (visualized by
the checkbox) without really selecting it.
Is this possible without subclassing NSTableView?
cheers
Rob
o#?
Rob In der Maur
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.