• 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
NSComboBox - case insensitive auto-complete?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

NSComboBox - case insensitive auto-complete?


  • Subject: NSComboBox - case insensitive auto-complete?
  • From: Jim Correia <email@hidden>
  • Date: Sun, 21 Aug 2005 11:26:29 -0400

It appears that NSComboBox does case-sensitive auto-complete by default.

Is it possible to convince it to do case-sensitive auto-complete without a data source and implementing

- (NSString *)comboBox:(NSComboBox *)aComboBox completedString: (NSString *)string;

Making that do case-insensitive auto-complete isn't hard, but I'd like to get the values out of a binding, and it appears that you can't mix and match.

2005-08-21 11:24:04.237 ComboBoxTest[20920] *** -[NSComboBoxCell removeAllItems] should not be called when usesDataSource is set to YES
2005-08-21 11:24:04.237 ComboBoxTest[20920] *** -[NSComboBoxCell addItemWithObjectValue:] should not be called when usesDataSource is set to YES
2005-08-21 11:24:04.238 ComboBoxTest[20920] *** -[NSComboBoxCell insertItemWithObjectValue:atIndex:] should not be called when usesDataSource is set to YES


Thanks,
Jim
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden


  • Follow-Ups:
    • Re: NSComboBox - case insensitive auto-complete?
      • From: Jim Hamilton <email@hidden>
  • Prev by Date: Re: Highlighting programmatically
  • Next by Date: Re: NSComboBox - case insensitive auto-complete?
  • Previous by thread: Re: Highlighting programmatically
  • Next by thread: Re: NSComboBox - case insensitive auto-complete?
  • Index(es):
    • Date
    • Thread