NSComboBox - case insensitive auto-complete?
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