• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Newbie Interface question
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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.

References: 
 >Re: Newbie Interface question (From: Thomas Deniau <email@hidden>)

  • Prev by Date: Re: Newbie Interface question
  • Next by Date: problem with printing --- it's really broken
  • Previous by thread: Re: Newbie Interface question
  • Next by thread: Where to Go From Here?
  • Index(es):
    • Date
    • Thread