<?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: Multiple Windows with Core Data</title>
	<atom:link href="http://www.timisted.net/blog/archive/multiple-windows-with-core-data/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.timisted.net/blog/archive/multiple-windows-with-core-data/</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: Eric</title>
		<link>http://www.timisted.net/blog/archive/multiple-windows-with-core-data/comment-page-1/#comment-602</link>
		<dc:creator>Eric</dc:creator>
		<pubDate>Thu, 14 Jan 2010 08:34:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.timisted.net/blog/?p=3#comment-602</guid>
		<description>Gold......

I had just ventured beyond using single nib, single window controller core data apps to something a bit more complex and was stumped.  Your tutorial smashed it!

Thanks for the work!</description>
		<content:encoded><![CDATA[<p>Gold&#8230;&#8230;</p>
<p>I had just ventured beyond using single nib, single window controller core data apps to something a bit more complex and was stumped.  Your tutorial smashed it!</p>
<p>Thanks for the work!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Allan Daly</title>
		<link>http://www.timisted.net/blog/archive/multiple-windows-with-core-data/comment-page-1/#comment-11</link>
		<dc:creator>Allan Daly</dc:creator>
		<pubDate>Thu, 19 Nov 2009 05:21:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.timisted.net/blog/?p=3#comment-11</guid>
		<description>Very useful article. I&#039;ve been playing with exactly this issue for a couple days now and arrived at some but not all of the same conclusions you did. Your approach makes a lot of sense and I&#039;m adopting it completely. Thank you for taking the time to put together this document. You saved me hours. -Allan</description>
		<content:encoded><![CDATA[<p>Very useful article. I&#8217;ve been playing with exactly this issue for a couple days now and arrived at some but not all of the same conclusions you did. Your approach makes a lot of sense and I&#8217;m adopting it completely. Thank you for taking the time to put together this document. You saved me hours. -Allan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Core Data &#171; Grahammacdonald&#39;s Blog</title>
		<link>http://www.timisted.net/blog/archive/multiple-windows-with-core-data/comment-page-1/#comment-10</link>
		<dc:creator>Core Data &#171; Grahammacdonald&#39;s Blog</dc:creator>
		<pubDate>Sat, 03 Oct 2009 11:17:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.timisted.net/blog/?p=3#comment-10</guid>
		<description>[...] here&#8217;s one of the more interesting tutorials I&#8217;ve found so [...]</description>
		<content:encoded><![CDATA[<p>[...] here&#8217;s one of the more interesting tutorials I&#8217;ve found so [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joanna Carter</title>
		<link>http://www.timisted.net/blog/archive/multiple-windows-with-core-data/comment-page-1/#comment-7</link>
		<dc:creator>Joanna Carter</dc:creator>
		<pubDate>Fri, 10 Jul 2009 16:34:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.timisted.net/blog/?p=3#comment-7</guid>
		<description>Tim, after many years of writing applications in both Delphi and C#, I had been struggling to comprehend how to create apps for OS X. Thanks to this article, I now have a simple working example to build upon. Many thanks.</description>
		<content:encoded><![CDATA[<p>Tim, after many years of writing applications in both Delphi and C#, I had been struggling to comprehend how to create apps for OS X. Thanks to this article, I now have a simple working example to build upon. Many thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ALEXander</title>
		<link>http://www.timisted.net/blog/archive/multiple-windows-with-core-data/comment-page-1/#comment-9</link>
		<dc:creator>ALEXander</dc:creator>
		<pubDate>Fri, 24 Apr 2009 09:44:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.timisted.net/blog/?p=3#comment-9</guid>
		<description>Great tutorial once again, thanks! That was exactly what I was looking for. Is there any way to display not only the contents of the row that is moved during the drag, but also the background?</description>
		<content:encoded><![CDATA[<p>Great tutorial once again, thanks! That was exactly what I was looking for. Is there any way to display not only the contents of the row that is moved during the drag, but also the background?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter Castine</title>
		<link>http://www.timisted.net/blog/archive/multiple-windows-with-core-data/comment-page-1/#comment-8</link>
		<dc:creator>Peter Castine</dc:creator>
		<pubDate>Sat, 21 Mar 2009 11:35:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.timisted.net/blog/?p=3#comment-8</guid>
		<description>Thanks for all the examples. They were a big help in getting my head around how to do certain things.

One thing about the &quot;First Steps&quot; section. I also read in the Cocoa documentation where it indicates that you have to delete the implementation of windowNibName: before it will call makeWindowControllers: … however, this seemed a little odd and when I went through your tutorial I left the code for windowNibName: in place, and simply called it in my override of makeWindowControllers: (instead of hard-wiring the NIB name into the makeWindowControllers: method).

Works fine, at least with the current Cocoa. I hate to rely on behavior that&#039;s contrary to documentation, but in this case maybe it&#039;s a documentation bug.</description>
		<content:encoded><![CDATA[<p>Thanks for all the examples. They were a big help in getting my head around how to do certain things.</p>
<p>One thing about the &#8220;First Steps&#8221; section. I also read in the Cocoa documentation where it indicates that you have to delete the implementation of windowNibName: before it will call makeWindowControllers: … however, this seemed a little odd and when I went through your tutorial I left the code for windowNibName: in place, and simply called it in my override of makeWindowControllers: (instead of hard-wiring the NIB name into the makeWindowControllers: method).</p>
<p>Works fine, at least with the current Cocoa. I hate to rely on behavior that&#8217;s contrary to documentation, but in this case maybe it&#8217;s a documentation bug.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gianandrea</title>
		<link>http://www.timisted.net/blog/archive/multiple-windows-with-core-data/comment-page-1/#comment-6</link>
		<dc:creator>Gianandrea</dc:creator>
		<pubDate>Sat, 04 Oct 2008 20:14:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.timisted.net/blog/?p=3#comment-6</guid>
		<description>Thanx Tim,
I really appreciate your examples. They’re very useful! Kind regards… Gianandrea</description>
		<content:encoded><![CDATA[<p>Thanx Tim,<br />
I really appreciate your examples. They’re very useful! Kind regards… Gianandrea</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: User links about "coredata" on iLinkShare</title>
		<link>http://www.timisted.net/blog/archive/multiple-windows-with-core-data/comment-page-1/#comment-5</link>
		<dc:creator>User links about "coredata" on iLinkShare</dc:creator>
		<pubDate>Wed, 10 Sep 2008 01:33:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.timisted.net/blog/?p=3#comment-5</guid>
		<description>[...] public links &#124; iLinkShare  2 votesWhat Were We Thinking?&gt;&gt; saved by chrisbe 1 days ago1 votesMultiple Windows with Core Data&gt;&gt; saved by T1o2b3i 1 days ago3 votesiRatchet 1.85&gt;&gt; saved by iamcam 2 days ago2 [...]</description>
		<content:encoded><![CDATA[<p>[...] public links | iLinkShare  2 votesWhat Were We Thinking?&gt;&gt; saved by chrisbe 1 days ago1 votesMultiple Windows with Core Data&gt;&gt; saved by T1o2b3i 1 days ago3 votesiRatchet 1.85&gt;&gt; saved by iamcam 2 days ago2 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Passing Curiosity &#187; Blog Archive &#187; Binding Operators With Core Data</title>
		<link>http://www.timisted.net/blog/archive/multiple-windows-with-core-data/comment-page-1/#comment-4</link>
		<dc:creator>Passing Curiosity &#187; Blog Archive &#187; Binding Operators With Core Data</dc:creator>
		<pubDate>Fri, 01 Aug 2008 06:52:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.timisted.net/blog/?p=3#comment-4</guid>
		<description>[...] Isted posted an excellent tutorial on building Core Data applications with multiple windows which really cleared up some of the mystery of using Core Data for me. He guides you through the [...]</description>
		<content:encoded><![CDATA[<p>[...] Isted posted an excellent tutorial on building Core Data applications with multiple windows which really cleared up some of the mystery of using Core Data for me. He guides you through the [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Passing Curiosity &#187; Blog Archive &#187; Resources for Learning Cocoa</title>
		<link>http://www.timisted.net/blog/archive/multiple-windows-with-core-data/comment-page-1/#comment-3</link>
		<dc:creator>Passing Curiosity &#187; Blog Archive &#187; Resources for Learning Cocoa</dc:creator>
		<pubDate>Fri, 01 Aug 2008 06:51:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.timisted.net/blog/?p=3#comment-3</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>
</channel>
</rss>
