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: Andreas Mayer <email@hidden>
- Date: Sat, 12 Oct 2002 22:58:48 +0200
Am Samstag, 12.10.02 um 22:23 Uhr schrieb Gerben Wierda:
Were it a fixed set op options, it would be implemented with
checkboxes.
That was the missing part.
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.
I still tend to disagree. :-)
What you want is a scrolling list of checkboxes.
So why don't you use one? Should be possible by putting a matrix of
checkboxes inside a scroll view. While I never tried this myself (used
NSMatrix with push buttons though), it looks like the natural solution
to me.
Check out the documentation regarding NSMatrix, NSButtonCell and
NSScrollView.
bye. Andreas.
_______________________________________________
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.