Re: 'Search field' class yet?
Re: 'Search field' class yet?
- Subject: Re: 'Search field' class yet?
- From: Prachi Gauriar <email@hidden>
- Date: Fri, 21 May 2004 13:41:12 -0500
On May 21, 2004, at 12:38 PM, Jim Witte wrote:
Is there a Cocoa class for the standard search filed with the
"magnifying glass icon" as in iTunes, Finder, Mail, AddressBook,
iPhoto, others? I'd like to know before filing a bug-feature report.
It's sorely needed IMO for consistency if nothing else. And, it might
even be able to be hooking directly into the searchKit by default, so
if you set up your app to do the indexing automatically, your could
through in an 'NSSearchFileld" in IB, and get searching for free (not
counting the time setting up the indexes with SK)
Uh yes. In fact, it's called NSSearchField... :-p It arrived with
Panther. See:
<
http://developer.apple.com/documentation/Cocoa/Reference/
ApplicationKit/ObjC_classic/Classes/NSSearchField.html>
It doesn't do automagic search, but it's there.
-Prachi
_______________________________________________
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.