Pb with combo boxes
Pb with combo boxes
- Subject: Pb with combo boxes
- From: kubernan <email@hidden>
- Date: Tue, 2 Jul 2002 17:46:15 +0200
Hello,
I add items in a matrix of combo box but they don't appear as a list
items : the combos are empty.
I'm using internal list.
Filling the combo :
[[modalAttrCond cellAtRow:j column:0]
addItemWithObjectValue:aString]; // in a loop because of the matrix
// combo is modalAttrCond
The combo is empty on the screen (no item), but if i :
NSLog(@"Number of items : %d ", [[modalAttrCond cellAtRow:j
column:0] numberOfItems]);
i have the good number of items.
If i begin to type the value (i.e what i have in "aString") in the
combo, the combo's text field is correctly completed.
Why i can't see the items in my combox box ?
I have a similar behavior if i populate my combo with interface
builder : in this case i can see the first item
but i can't open the list clicking the arrow for selecting the other
items.
Thx for your help.
_______________________________________________
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.