<?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: Flex Chronicles #21: Faceless Children in Cairngorm 2	</title>
	<atom:link href="https://jessewarden.com/2006/07/flex-chronicles-21-faceless-children-in-cairngorm-2.html/feed" rel="self" type="application/rss+xml" />
	<link>https://jessewarden.com/2006/07/flex-chronicles-21-faceless-children-in-cairngorm-2.html</link>
	<description>Software &#124; Fitness &#124; Gaming</description>
	<lastBuildDate>Sat, 29 Jul 2006 13:52:05 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Ethan		</title>
		<link>https://jessewarden.com/2006/07/flex-chronicles-21-faceless-children-in-cairngorm-2.html/comment-page-1#comment-3595</link>

		<dc:creator><![CDATA[Ethan]]></dc:creator>
		<pubDate>Sat, 29 Jul 2006 13:52:05 +0000</pubDate>
		<guid isPermaLink="false">http://jessewarden.com/?p=1031#comment-3595</guid>

					<description><![CDATA[Hi,

I was bored the other day and decided that I wanted to play around with the Freestyle XL application. After searching through my drive I found that I no longer had it. No problem, I&#039;ll just download it again from Jesse&#039;s site. Hmm... no longer there. No problem, I&#039;ll just google for it. What.... no one has it!! 

Is there a reason for this? Are you &#039;pulling&#039; it from the shelves? If I&#039;m just trippin&#039;, I apologize and would appreciate a link or a way to redownload your fine app.

Thanks.


]]></description>
			<content:encoded><![CDATA[<p>Hi,</p>
<p>I was bored the other day and decided that I wanted to play around with the Freestyle XL application. After searching through my drive I found that I no longer had it. No problem, I&#8217;ll just download it again from Jesse&#8217;s site. Hmm&#8230; no longer there. No problem, I&#8217;ll just google for it. What&#8230;. no one has it!! </p>
<p>Is there a reason for this? Are you &#8216;pulling&#8217; it from the shelves? If I&#8217;m just trippin&#8217;, I apologize and would appreciate a link or a way to redownload your fine app.</p>
<p>Thanks.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: JesterXL		</title>
		<link>https://jessewarden.com/2006/07/flex-chronicles-21-faceless-children-in-cairngorm-2.html/comment-page-1#comment-3594</link>

		<dc:creator><![CDATA[JesterXL]]></dc:creator>
		<pubDate>Mon, 03 Jul 2006 05:54:39 +0000</pubDate>
		<guid isPermaLink="false">http://jessewarden.com/?p=1031#comment-3594</guid>

					<description><![CDATA[Darron already &lt;a href=&#039;http://www.darronschall.com/weblog/archives/000224.cfm&#039; rel=&quot;nofollow&quot;&gt;posted a solution&lt;/a&gt; to that problem.  To me, popups were too much of an edge case to really justify this as a big problem, but better to make standards that work for everyone than having to workaround some weird reason.]]></description>
			<content:encoded><![CDATA[<p>Darron already <a href='http://www.darronschall.com/weblog/archives/000224.cfm' rel="nofollow">posted a solution</a> to that problem.  To me, popups were too much of an edge case to really justify this as a big problem, but better to make standards that work for everyone than having to workaround some weird reason.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Clint Modien		</title>
		<link>https://jessewarden.com/2006/07/flex-chronicles-21-faceless-children-in-cairngorm-2.html/comment-page-1#comment-3593</link>

		<dc:creator><![CDATA[Clint Modien]]></dc:creator>
		<pubDate>Sun, 02 Jul 2006 22:29:38 +0000</pubDate>
		<guid isPermaLink="false">http://jessewarden.com/?p=1031#comment-3593</guid>

					<description><![CDATA[The reason they reintroduced the EventBroadcaster is because they were using the mx.core.Application.application to dispatch events to the FrontController which didn&#039;t work for popups...  it looked like this
                            Stage
                               &#124;
                   System Manager
                   &#124;                         &#124;
           Application           Popup

You can see why dispatching an event form a popup wouldn&#039;t work.. it never makes it to the Application object and since the FrontController was listening only to the Application the event wasn&#039;t being picked up.

Reintroducing the CairngormEventDispatcher as a central event pipe that everything dispatches to and the Controller listens on... eliminates this problem.]]></description>
			<content:encoded><![CDATA[<p>The reason they reintroduced the EventBroadcaster is because they were using the mx.core.Application.application to dispatch events to the FrontController which didn&#8217;t work for popups&#8230;  it looked like this<br />
                            Stage<br />
                               |<br />
                   System Manager<br />
                   |                         |<br />
           Application           Popup</p>
<p>You can see why dispatching an event form a popup wouldn&#8217;t work.. it never makes it to the Application object and since the FrontController was listening only to the Application the event wasn&#8217;t being picked up.</p>
<p>Reintroducing the CairngormEventDispatcher as a central event pipe that everything dispatches to and the Controller listens on&#8230; eliminates this problem.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Mattias		</title>
		<link>https://jessewarden.com/2006/07/flex-chronicles-21-faceless-children-in-cairngorm-2.html/comment-page-1#comment-3592</link>

		<dc:creator><![CDATA[Mattias]]></dc:creator>
		<pubDate>Sun, 02 Jul 2006 21:42:03 +0000</pubDate>
		<guid isPermaLink="false">http://jessewarden.com/?p=1031#comment-3592</guid>

					<description><![CDATA[Hey, 

We have just started a flexforum at www.flexforum.org. We will do the best to answer all questions. Just wanted to tell. It would be fun to have a good forum for all us flexlovers =) Please join!

All the best
Mattias]]></description>
			<content:encoded><![CDATA[<p>Hey, </p>
<p>We have just started a flexforum at <a href="http://www.flexforum.org" rel="nofollow ugc">http://www.flexforum.org</a>. We will do the best to answer all questions. Just wanted to tell. It would be fun to have a good forum for all us flexlovers =) Please join!</p>
<p>All the best<br />
Mattias</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: JesterXL		</title>
		<link>https://jessewarden.com/2006/07/flex-chronicles-21-faceless-children-in-cairngorm-2.html/comment-page-1#comment-3591</link>

		<dc:creator><![CDATA[JesterXL]]></dc:creator>
		<pubDate>Sun, 02 Jul 2006 21:33:13 +0000</pubDate>
		<guid isPermaLink="false">http://jessewarden.com/?p=1031#comment-3591</guid>

					<description><![CDATA[Yeah, picked this up on &lt;a href=&#039;http://weblogs.macromedia.com/mxna/&#039; rel=&quot;nofollow&quot;&gt;MXNA&lt;/a&gt; this morning.  At the time of this writing, I&#039;m using the beta 3 build that Cairngorm 2 was made for.  Hrm... I agree with their reasonaing, though.  Coupling to DisplayObject&#039;s only really gained you performance benefits, and most people aren&#039;t intending to cancel events propgated with the intent to fire off commands anyway.  It&#039;s nice too, because it&#039;s more explicit what you are doing.  With strong-typing, I doubt the performance is that big of a deal either.]]></description>
			<content:encoded><![CDATA[<p>Yeah, picked this up on <a href='http://weblogs.macromedia.com/mxna/' rel="nofollow">MXNA</a> this morning.  At the time of this writing, I&#8217;m using the beta 3 build that Cairngorm 2 was made for.  Hrm&#8230; I agree with their reasonaing, though.  Coupling to DisplayObject&#8217;s only really gained you performance benefits, and most people aren&#8217;t intending to cancel events propgated with the intent to fire off commands anyway.  It&#8217;s nice too, because it&#8217;s more explicit what you are doing.  With strong-typing, I doubt the performance is that big of a deal either.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
