Q: Binding to an NSMatrix (of checkboxes)
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