[Bug ?] Re: Pb with combo boxes
[Bug ?] Re: Pb with combo boxes
- Subject: [Bug ?] Re: Pb with combo boxes
- From: kubernan <email@hidden>
- Date: Wed, 3 Jul 2002 23:01:59 +0200
Hello,
I have no response about my pb but i think there is a bug somewhere :
In IB (2.2 V248) :
- Drag a combo box in a window
- Add items in the combo using the attribute panel
- Test the interface : you can open the combo box list and see the
items. It's ok.
- Now create a matrix with the existing combo box (with alt key and
the handles).
- Test the interface : you cannot open the list. So, you can create
a matrix of combox
boxes but you cannot use cells as combo boxes.
Now, how i could resolve my pb : i can't create a matrix of
NSPopUpButton (it seems impossible
under IB) and a matrix of NSComboBoxes is unusable.
K.
Le mardi 2 juillet 2002, ` 05:46 PM, kubernan a icrit :
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.
_______________________________________________
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.