RE: NSComboBox Completion
RE: NSComboBox Completion
- Subject: RE: NSComboBox Completion
- From: "Jonathan E. Jackel" <email@hidden>
- Date: Tue, 29 Oct 2002 10:16:00 -0500
Sure. Subclass and override completedString: to look up the substring in
your custom list first. Return [super completedString:substring] if the
substring is not on your list.
Jonathan
>
-----Original Message-----
>
From: email@hidden
>
[mailto:email@hidden]On Behalf Of Chris Vincent
>
Sent: Monday, October 28, 2002 10:01 PM
>
To: email@hidden
>
Subject: NSComboBox Completion
>
>
>
Would it be possible to make an NSComboBox auto-complete words that
>
aren't listed in its menu?
>
>
~ Dris ~
>
>
"You can count days, or you can make every day count."
>
- Unknown
>
>
- Random Signature #13 -
>
_______________________________________________
>
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.