Re: Two ways to get this NSTableView behaviour but I do not know how to implement either
Re: Two ways to get this NSTableView behaviour but I do not know how to implement either
- Subject: Re: Two ways to get this NSTableView behaviour but I do not know how to implement either
- From: Scott Anguish <email@hidden>
- Date: Sat, 12 Oct 2002 17:16:43 -0400
On Saturday, October 12, 2002, at 04:23 PM, Gerben Wierda wrote:
Were it a fixed set op options, it would be implemented with
checkboxes. But the set has a variable length, so I need a table view
solution that behaves like checkboxes (single itemn select and
deselect), or in other words, the way a table view would behave when
every event was a Cmd-click.
Just use a tableview with a column of checkboxes... this sounds
similar to what I do in OpenUp in the delete panel.. the code is all
there..
_______________________________________________
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.