• 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
Tons of fun w/NSComboBox
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Tons of fun w/NSComboBox


  • Subject: Tons of fun w/NSComboBox
  • From: Mike Brinkman <email@hidden>
  • Date: Tue, 12 Aug 2003 22:32:41 -0400

I figured out how to change the contents of an NSComboBox dynamically, and
it's working great! I'm just loading it with the contents of an
NSMutableArray, using

[myComboBox addItemsWithObjectValues:myMutableArray];

I've also set my combo box to auto-complete

[myComboBox setCompletes:YES];

The only problem is that if I type something in and it's not the correct
case, it doesn't auto-complete, and will end up adding another item to the
combo box.

How would I make the auto-complete case-insensitive?
_______________________________________________
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:
    • Re: Tons of fun w/NSComboBox
      • From: tony cate <email@hidden>
  • Prev by Date: Re: Multiprocessor Support
  • Next by Date: Re: Triangle Collapse
  • Previous by thread: [ANN] Cocoa Browser + WebKit patch available
  • Next by thread: Re: Tons of fun w/NSComboBox
  • Index(es):
    • Date
    • Thread