开发者

How to Make a search field and search results in your cocoa apps like spotlight?

开发者 https://www.devze.com 2023-03-17 23:25 出处:网络
Any ide开发者_JS百科as? Thans very much! If you\'re looking to search through your own data, you may be thinking about the NSSearchField control.Here is a link to the \"Introduction to Search Fields

Any ide开发者_JS百科as? Thans very much!

How to Make a search field and search results in your cocoa apps like spotlight?


If you're looking to search through your own data, you may be thinking about the NSSearchField control. Here is a link to the "Introduction to Search Fields Guide" in the Apple documentation; it should put you on the right track.


Why don't you just integrate with Spotlight instead of creating some sort of alternative?

http://developer.apple.com/library/mac/#documentation/Carbon/Conceptual/MetadataIntro/MetadataIntro.html

If you're actually trying to search for other files, you can use Spotlight for that as well:

http://developer.apple.com/library/mac/#documentation/Carbon/Conceptual/SpotlightQuery/SpotlightQuery.html

0

精彩评论

暂无评论...
验证码 换一张
取 消