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