• 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
Q: Binding to an NSMatrix (of checkboxes)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Q: Binding to an NSMatrix (of checkboxes)


  • Subject: Q: Binding to an NSMatrix (of checkboxes)
  • From: Garaffa Dave <email@hidden>
  • Date: Wed, 01 Feb 2006 14:02:32 -0500

- Binding to an NSMatrix (of checkboxes)

Can anyone explain how cocoa picks the order in which the titles of the checkboxes are filled, it seems quite strange to me.

Example:

In IB drag out a 3x3 set of checkboxes and bind to a data source that will give you something less than 9 items.

Here is how things are ordered (if 7 items are provided)

ITEM1 - ITEM2 - ITEM3
ITEM4 - ITEM5 - ITEM6
ITEM7 - blank - blank

This seems right but look below...

Here is how things are ordered (if 4 items are provided)

the top line of checkboxes aren't even visible
ITEM1 - ITEM2 - ITEM3
ITEM4 - blank - blank

Here is how things are ordered (if 2 items are provided)

the top line of checkboxes aren't even visible
neither isn't this 2nd line...
ITEM1 - ITEM2- blank

Is their any way to have cocoa do the following?

ITEM1 - ITEM2 - ITEM3
ITEM4 - ITEM5 - ITEM6
ITEM7 - etc - etc

ITEM1 - ITEM2 - ITEM3
ITEM4 - etc - etc
etc - etc - etc

ITEM1 - ITEM2 - etc
etc - etc - etc
etc - etc - etc

Thanks for any help on this... (btw I played with the tag attribute but it didn't seem to make any difference)

Dave
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden


  • Prev by Date: Re: Simple but fundamental question
  • Next by Date: NSAnimation crash
  • Previous by thread: Re: Notification of selection change/no selection from NSBrowser?
  • Next by thread: NSTableView drag and drop - re-target drop to entire table?
  • Index(es):
    • Date
    • Thread