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

Re: Tons of fun w/NSComboBox


  • Subject: Re: Tons of fun w/NSComboBox
  • From: tony cate <email@hidden>
  • Date: Tue, 12 Aug 2003 22:03:42 -0500

Looks like you would have to override the NSComboBoxCell method: -
(NSString *)completedString:(NSString *)substring.

AppKiDo is great for this kind of thing.


On Tuesday, August 12, 2003, at 09:32 PM, Mike Brinkman wrote:

> 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.
_______________________________________________
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: Mike Brinkman <email@hidden>
References: 
 >Tons of fun w/NSComboBox (From: Mike Brinkman <email@hidden>)

  • Prev by Date: Re: Multiprocessor Support
  • Next by Date: Re: Multiprocessor Support
  • Previous by thread: Tons of fun w/NSComboBox
  • Next by thread: Re: Tons of fun w/NSComboBox
  • Index(es):
    • Date
    • Thread