<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Implementing a Spotlight Style Search Menu in Your Application</title>
	<atom:link href="http://www.macfanatic.net/blog/2006/12/14/implementing-a-spotlight-style-search-menu-in-your-application/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.macfanatic.net/blog/2006/12/14/implementing-a-spotlight-style-search-menu-in-your-application/</link>
	<description>All Mac, All the Time</description>
	<lastBuildDate>Mon, 02 Jan 2012 13:41:18 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Matt</title>
		<link>http://www.macfanatic.net/blog/2006/12/14/implementing-a-spotlight-style-search-menu-in-your-application/comment-page-1/#comment-3696</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Wed, 03 Jan 2007 16:37:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.macfanatic.net/blog/2006/12/14/implementing-a-spotlight-style-search-menu-in-your-application/#comment-3696</guid>
		<description>Sorry for the lack of information, I have updated the post to inlucde the original source, the link to where I obtained that, and then the complete source for the subclass as well.</description>
		<content:encoded><![CDATA[<p>Sorry for the lack of information, I have updated the post to inlucde the original source, the link to where I obtained that, and then the complete source for the subclass as well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Blackburn</title>
		<link>http://www.macfanatic.net/blog/2006/12/14/implementing-a-spotlight-style-search-menu-in-your-application/comment-page-1/#comment-3694</link>
		<dc:creator>Chris Blackburn</dc:creator>
		<pubDate>Wed, 03 Jan 2007 12:54:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.macfanatic.net/blog/2006/12/14/implementing-a-spotlight-style-search-menu-in-your-application/#comment-3694</guid>
		<description>Hi,

I&#039;m trying to implement your code sample in an NSArrayController subclass but I ran into a couple of problems:-

1) The function refers to searchString which is not implemented in the code segment. This is easily solved by adding the following to the .h file

NSString * searchString; // and then the normal accessors

2) The arrangedObjects function refers to newObject even though this does not exist. Is there supposed to be an object defined in the class called newObject?

Chris</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I&#8217;m trying to implement your code sample in an NSArrayController subclass but I ran into a couple of problems:-</p>
<p>1) The function refers to searchString which is not implemented in the code segment. This is easily solved by adding the following to the .h file</p>
<p>NSString * searchString; // and then the normal accessors</p>
<p>2) The arrangedObjects function refers to newObject even though this does not exist. Is there supposed to be an object defined in the class called newObject?</p>
<p>Chris</p>
]]></content:encoded>
	</item>
</channel>
</rss>

