<?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: Double Clicks in Table Views</title>
	<atom:link href="http://www.timisted.net/blog/archive/double-clicks-in-table-views/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.timisted.net/blog/archive/double-clicks-in-table-views/</link>
	<description>Cocoa Programming and Other Things</description>
	<lastBuildDate>Fri, 12 Feb 2010 09:51:32 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Passing Curiosity &#187; Blog Archive &#187; Resources for Learning Cocoa</title>
		<link>http://www.timisted.net/blog/archive/double-clicks-in-table-views/comment-page-1/#comment-16</link>
		<dc:creator>Passing Curiosity &#187; Blog Archive &#187; Resources for Learning Cocoa</dc:creator>
		<pubDate>Fri, 01 Aug 2008 06:51:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.timisted.net/blog/?p=14#comment-16</guid>
		<description>[...] Isted has posted some excellent Core Data tutorials on his blog Blog @ Tim [...]</description>
		<content:encoded><![CDATA[<p>[...] Isted has posted some excellent Core Data tutorials on his blog Blog @ Tim [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim Isted</title>
		<link>http://www.timisted.net/blog/archive/double-clicks-in-table-views/comment-page-1/#comment-15</link>
		<dc:creator>Tim Isted</dc:creator>
		<pubDate>Tue, 29 Jul 2008 09:23:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.timisted.net/blog/?p=14#comment-15</guid>
		<description>The sample project has code in the &lt;code&gt;openPersonWindow:&lt;/code&gt; method, also described towards the end of the article &lt;a href=&quot;http://www.timisted.net/blog/archive/multiple-windows-with-core-data/&quot; rel=&quot;nofollow&quot;&gt;Multiple Windows with Core Data&lt;/a&gt; on this site.

Essentially, the way I accomplish this is to make the person window controller KVC compliant for the person object it is showing. It&#039;s then possible to cycle through the document object&#039;s open windows, see if they respond to your person accessor (ie they are a person window) and if so, check whether their person object matches the one that&#039;s been double-clicked. If it is, it brings that window to the front, otherwise it opens a new one.</description>
		<content:encoded><![CDATA[<p>The sample project has code in the <code>openPersonWindow:</code> method, also described towards the end of the article <a href="http://www.timisted.net/blog/archive/multiple-windows-with-core-data/" rel="nofollow">Multiple Windows with Core Data</a> on this site.</p>
<p>Essentially, the way I accomplish this is to make the person window controller KVC compliant for the person object it is showing. It&#8217;s then possible to cycle through the document object&#8217;s open windows, see if they respond to your person accessor (ie they are a person window) and if so, check whether their person object matches the one that&#8217;s been double-clicked. If it is, it brings that window to the front, otherwise it opens a new one.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: intrntmn</title>
		<link>http://www.timisted.net/blog/archive/double-clicks-in-table-views/comment-page-1/#comment-17</link>
		<dc:creator>intrntmn</dc:creator>
		<pubDate>Tue, 29 Jul 2008 04:09:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.timisted.net/blog/?p=14#comment-17</guid>
		<description>What would be the best method for making sure that only one window per person is opened? I have done this in my own application, but it &quot;doesn&#039;t feel&quot; like the best way. Thanks.</description>
		<content:encoded><![CDATA[<p>What would be the best method for making sure that only one window per person is opened? I have done this in my own application, but it &#8220;doesn&#8217;t feel&#8221; like the best way. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Blog @ Tim Isted &#187; Blog Archive &#187; Sample project code now available for all posts</title>
		<link>http://www.timisted.net/blog/archive/double-clicks-in-table-views/comment-page-1/#comment-18</link>
		<dc:creator>Blog @ Tim Isted &#187; Blog Archive &#187; Sample project code now available for all posts</dc:creator>
		<pubDate>Sat, 26 Jul 2008 13:08:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.timisted.net/blog/?p=14#comment-18</guid>
		<description>[...] only a short article, a full project demonstrating Double Clicks in Table Views can be found here: [...]</description>
		<content:encoded><![CDATA[<p>[...] only a short article, a full project demonstrating Double Clicks in Table Views can be found here: [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
