Tons of fun w/NSComboBox
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.