Re: Newbie Interface question
Re: Newbie Interface question
- Subject: Re: Newbie Interface question
- From: Kurt Revis <email@hidden>
- Date: Mon, 4 Mar 2002 22:56:23 -0800
On Monday, March 4, 2002, at 10:37 PM, Thomas Deniau wrote:
If you load the list of checkboxes dynamically, then use a NSTableView
instead ...
This will allow you to do dynamically (the table view asks you at
runtime
what it should display) something like
[ ] Item 1
[ ] Item 2
[ ] Item 3
Using one column for the chekboxes and one column for the labels.
(with a NSButtonCell for the checkboxes' column).
Or, you can use one column (again using an NSButtonCell) and set the
title on each cell as it is displayed. This is slightly more difficult
to do, but it does allow the user to click on the checkbox *or* the
title to change the state of the checkbox (which is how normal
free-standing checkboxes work).
This isn't a really a big deal, though, just another possible variation.
--
Kurt Revis
email@hidden
_______________________________________________
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.