• 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
Pb with combo boxes
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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.

  • Follow-Ups:
    • [Bug ?] Re: Pb with combo boxes
      • From: kubernan <email@hidden>
  • Prev by Date: Re: Brushed metal
  • Next by Date: programmaticaly \R implement
  • Previous by thread: Re: Brushed metal
  • Next by thread: [Bug ?] Re: Pb with combo boxes
  • Index(es):
    • Date
    • Thread