<?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: Core Animation Tutorial: Dashboard Effect</title>
	<atom:link href="http://www.cimgf.com/2008/03/15/core-animation-tutorial-dashboard-effect/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cimgf.com/2008/03/15/core-animation-tutorial-dashboard-effect/</link>
	<description>Taglines are for Windows programmers</description>
	<lastBuildDate>Fri, 12 Mar 2010 03:21:12 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Long Pointers &#187; That Sucking Sound Is Java Killing Your Soul</title>
		<link>http://www.cimgf.com/2008/03/15/core-animation-tutorial-dashboard-effect/comment-page-1/#comment-594</link>
		<dc:creator>Long Pointers &#187; That Sucking Sound Is Java Killing Your Soul</dc:creator>
		<pubDate>Fri, 16 May 2008 05:00:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.cimgf.com/2008/03/15/core-animation-tutorial-dashboard-effect/#comment-594</guid>
		<description>&lt;p&gt;[...] Core Animation Tutorial: Dashboard Effect [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] Core Animation Tutorial: Dashboard Effect [...]</p>]]></content:encoded>
	</item>
	<item>
		<title>By: kwang</title>
		<link>http://www.cimgf.com/2008/03/15/core-animation-tutorial-dashboard-effect/comment-page-1/#comment-557</link>
		<dc:creator>kwang</dc:creator>
		<pubDate>Wed, 16 Apr 2008 20:33:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.cimgf.com/2008/03/15/core-animation-tutorial-dashboard-effect/#comment-557</guid>
		<description>&lt;p&gt;Hi,&lt;/p&gt;

&lt;p&gt;Your question on how to click through the window. Just add&lt;/p&gt;

&lt;p&gt;[self setIgnoresMouseEvents:YES];&lt;/p&gt;

&lt;p&gt;to your borderlesswindow class.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi,</p>

<p>Your question on how to click through the window. Just add</p>

<p>[self setIgnoresMouseEvents:YES];</p>

<p>to your borderlesswindow class.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Long Pointers &#187; Core Animation Tutorial: Dashboard Effect</title>
		<link>http://www.cimgf.com/2008/03/15/core-animation-tutorial-dashboard-effect/comment-page-1/#comment-65</link>
		<dc:creator>Long Pointers &#187; Core Animation Tutorial: Dashboard Effect</dc:creator>
		<pubDate>Sun, 16 Mar 2008 22:49:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.cimgf.com/2008/03/15/core-animation-tutorial-dashboard-effect/#comment-65</guid>
		<description>&lt;p&gt;[...] I just finished another Core Animation tutorial and posted it at CIMGF over the weekend. This was a pretty fun one. I wanted to duplicate the effect of the Dashboard widgets flying in and out from off screen and this is what I came up with. Take a look and let me know what you think. Core Animation Tutorial: Dashbaord Effect. [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] I just finished another Core Animation tutorial and posted it at CIMGF over the weekend. This was a pretty fun one. I wanted to duplicate the effect of the Dashboard widgets flying in and out from off screen and this is what I came up with. Take a look and let me know what you think. Core Animation Tutorial: Dashbaord Effect. [...]</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Matthieu Cormier</title>
		<link>http://www.cimgf.com/2008/03/15/core-animation-tutorial-dashboard-effect/comment-page-1/#comment-64</link>
		<dc:creator>Matthieu Cormier</dc:creator>
		<pubDate>Sat, 15 Mar 2008 18:53:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.cimgf.com/2008/03/15/core-animation-tutorial-dashboard-effect/#comment-64</guid>
		<description>&lt;p&gt;Hey Matt,&lt;/p&gt;

&lt;p&gt;Yeah the new one works fine.  It&#039;s good to know about that project preference, now I&#039;m not so worried about installing that iPhone SDK.  ;)&lt;/p&gt;

&lt;p&gt;M@&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hey Matt,</p>

<p>Yeah the new one works fine.  It&#8217;s good to know about that project preference, now I&#8217;m not so worried about installing that iPhone SDK.  ;)</p>

<p>M@</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Matt Long</title>
		<link>http://www.cimgf.com/2008/03/15/core-animation-tutorial-dashboard-effect/comment-page-1/#comment-63</link>
		<dc:creator>Matt Long</dc:creator>
		<pubDate>Sat, 15 Mar 2008 17:58:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.cimgf.com/2008/03/15/core-animation-tutorial-dashboard-effect/#comment-63</guid>
		<description>&lt;p&gt;Hey thanks for doing that Matthieu. I appreciate it.&lt;/p&gt;

&lt;p&gt;Turns out that there is a compatibility setting in the project prefs. I just changed that to XCode 3.0 compatible. Download the sample project again and see if it will open and build now (if you&#039;re so inclined ;-) )&lt;/p&gt;

&lt;p&gt;Thanks again.&lt;/p&gt;

&lt;p&gt;-Matt&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hey thanks for doing that Matthieu. I appreciate it.</p>

<p>Turns out that there is a compatibility setting in the project prefs. I just changed that to XCode 3.0 compatible. Download the sample project again and see if it will open and build now (if you&#8217;re so inclined ;-) )</p>

<p>Thanks again.</p>

<p>-Matt</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Matthieu Cormier</title>
		<link>http://www.cimgf.com/2008/03/15/core-animation-tutorial-dashboard-effect/comment-page-1/#comment-62</link>
		<dc:creator>Matthieu Cormier</dc:creator>
		<pubDate>Sat, 15 Mar 2008 16:31:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.cimgf.com/2008/03/15/core-animation-tutorial-dashboard-effect/#comment-62</guid>
		<description>&lt;p&gt;Matt,&lt;/p&gt;

&lt;p&gt;I&#039;ve created a project that works pre iPhone SDK install.&lt;/p&gt;

&lt;p&gt;http://allusions.sourceforge.net/Blog/DashboardEffectxcode3.zip&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Matt,</p>

<p>I&#8217;ve created a project that works pre iPhone SDK install.</p>

<p><a href="http://allusions.sourceforge.net/Blog/DashboardEffectxcode3.zip" rel="nofollow">http://allusions.sourceforge.net/Blog/DashboardEffectxcode3.zip</a></p>]]></content:encoded>
	</item>
	<item>
		<title>By: Matt Long</title>
		<link>http://www.cimgf.com/2008/03/15/core-animation-tutorial-dashboard-effect/comment-page-1/#comment-60</link>
		<dc:creator>Matt Long</dc:creator>
		<pubDate>Sat, 15 Mar 2008 14:38:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.cimgf.com/2008/03/15/core-animation-tutorial-dashboard-effect/#comment-60</guid>
		<description>&lt;p&gt;Matthieu,&lt;/p&gt;

&lt;p&gt;I&#039;m sorry about that. It didn&#039;t even occur to me that it wouldn&#039;t work with XCode 3.0. What&#039;s up with that, Apple? You&#039;re right, I did upgrade. I&#039;ll see if I can get a compatible project put together ASAP.&lt;/p&gt;

&lt;p&gt;Thanks.&lt;/p&gt;

&lt;p&gt;-Matt&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Matthieu,</p>

<p>I&#8217;m sorry about that. It didn&#8217;t even occur to me that it wouldn&#8217;t work with XCode 3.0. What&#8217;s up with that, Apple? You&#8217;re right, I did upgrade. I&#8217;ll see if I can get a compatible project put together ASAP.</p>

<p>Thanks.</p>

<p>-Matt</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Matthieu Cormier</title>
		<link>http://www.cimgf.com/2008/03/15/core-animation-tutorial-dashboard-effect/comment-page-1/#comment-59</link>
		<dc:creator>Matthieu Cormier</dc:creator>
		<pubDate>Sat, 15 Mar 2008 14:24:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.cimgf.com/2008/03/15/core-animation-tutorial-dashboard-effect/#comment-59</guid>
		<description>&lt;p&gt;Hello Matt,&lt;/p&gt;

&lt;p&gt;Looks like you need the latest version of xCode to run your project.  I&#039;m running xCode 3.0 on Leopard and I got a warning message when I opened the project.  The program also refused to run. You must have downloaded the new version of xCode when the iPhone SDK came out last week.&lt;/p&gt;

&lt;p&gt;I&#039;m surprised backwards compatibility was lost.&lt;/p&gt;

&lt;p&gt;M@&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hello Matt,</p>

<p>Looks like you need the latest version of xCode to run your project.  I&#8217;m running xCode 3.0 on Leopard and I got a warning message when I opened the project.  The program also refused to run. You must have downloaded the new version of xCode when the iPhone SDK came out last week.</p>

<p>I&#8217;m surprised backwards compatibility was lost.</p>

<p>M@</p>]]></content:encoded>
	</item>
</channel>
</rss>
