Re: Newbie Interface question
Re: Newbie Interface question
- Subject: Re: Newbie Interface question
- From: Thomas Deniau <email@hidden>
- Date: Tue, 05 Mar 2002 07:37:39 +0100
Le 5/03/02 5:30, Ian Crew disait :
>
Thanks all for the responses....I will definitely look up
>
NSMatrix--it is much appreciated.
>
>
(And, Andy, I agree about disabling stuff instead of removing it-what
>
I'll be doing here is displaying a list of choices as specified in a
>
configuration file on the CD I'm building, but thanks for the
>
reminder....)
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).
--
Thomas Deniau
_______________________________________________
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.