Re: Case insensitive autocomplete
Re: Case insensitive autocomplete
- Subject: Re: Case insensitive autocomplete
- From: Sherm Pendley <email@hidden>
- Date: Wed, 23 Mar 2005 12:29:12 -0500
On Mar 23, 2005, at 12:11 PM, Nicko van Someren wrote:
The class NSComboBoxCell has a message completedString: which handles
the completion process. I suspect you'll need to subclass the cell
class and reimplement this to do case insensitive completion.
An option that doesn't involve subclassing is to use a data source
object for your combo box. The NSComboBoxDataSource informal protocol
includes an optional -comboBox:completedString: method.
sherm--
Cocoa programming in Perl: http://camelbones.sourceforge.net
Hire me! My resume: http://www.dot-app.org
_______________________________________________
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