<?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: Understanding the Flex Application startup event order</title>
	<atom:link href="http://www.wietseveenstra.nl/blog/2007/02/understanding-the-flex-application-startup-event-order/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.wietseveenstra.nl/blog/2007/02/understanding-the-flex-application-startup-event-order/</link>
	<description>Exploring web x.0, innovation and RIA techniques</description>
	<lastBuildDate>Tue, 25 May 2010 11:00:16 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=1484</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Michael Fitchett</title>
		<link>http://www.wietseveenstra.nl/blog/2007/02/understanding-the-flex-application-startup-event-order/comment-page-1/#comment-13318</link>
		<dc:creator>Michael Fitchett</dc:creator>
		<pubDate>Fri, 26 Mar 2010 17:07:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.wietseveenstra.nl/blog/?p=53#comment-13318</guid>
		<description>Awesome thank you!</description>
		<content:encoded><![CDATA[<p>Awesome thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mko</title>
		<link>http://www.wietseveenstra.nl/blog/2007/02/understanding-the-flex-application-startup-event-order/comment-page-1/#comment-13301</link>
		<dc:creator>mko</dc:creator>
		<pubDate>Fri, 15 Jan 2010 13:17:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.wietseveenstra.nl/blog/?p=53#comment-13301</guid>
		<description>Thanks! I was wondering why I never got into the creationComplete-Handler of the Application...applicationComplete works!</description>
		<content:encoded><![CDATA[<p>Thanks! I was wondering why I never got into the creationComplete-Handler of the Application&#8230;applicationComplete works!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Solution Hacker - Flex Startup Sequence</title>
		<link>http://www.wietseveenstra.nl/blog/2007/02/understanding-the-flex-application-startup-event-order/comment-page-1/#comment-13276</link>
		<dc:creator>Solution Hacker - Flex Startup Sequence</dc:creator>
		<pubDate>Mon, 16 Mar 2009 06:57:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.wietseveenstra.nl/blog/?p=53#comment-13276</guid>
		<description>[...] of how and when application dispatches different events during the startup time, I found this article very useful. Below is the diagram I stole from this [...]</description>
		<content:encoded><![CDATA[<p>[...] of how and when application dispatches different events during the startup time, I found this article very useful. Below is the diagram I stole from this [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mind wandering.. &#187; Blog Archive &#187; Flex: understanding the component instantiation life cycle</title>
		<link>http://www.wietseveenstra.nl/blog/2007/02/understanding-the-flex-application-startup-event-order/comment-page-1/#comment-13232</link>
		<dc:creator>Mind wandering.. &#187; Blog Archive &#187; Flex: understanding the component instantiation life cycle</dc:creator>
		<pubDate>Tue, 08 Jul 2008 21:34:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.wietseveenstra.nl/blog/?p=53#comment-13232</guid>
		<description>[...] http://www.wietseveenstra.nl/blog/2007/02/understanding-the-flex-application-startup-event-order/ [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://www.wietseveenstra.nl/blog/2007/02/understanding-the-flex-application-startup-event-order/" rel="nofollow">http://www.wietseveenstra.nl/blog/2007/02/understanding-the-flex-application-startup-event-order/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chetan Sachdev</title>
		<link>http://www.wietseveenstra.nl/blog/2007/02/understanding-the-flex-application-startup-event-order/comment-page-1/#comment-11640</link>
		<dc:creator>Chetan Sachdev</dc:creator>
		<pubDate>Wed, 26 Mar 2008 10:43:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.wietseveenstra.nl/blog/?p=53#comment-11640</guid>
		<description>I am trying to use this while I am loading a module in my Application. My module is in actionscript 3. can you tell me how I can add listener for creationcomplete or initialize events while I am loading module using ModuleLoader class.</description>
		<content:encoded><![CDATA[<p>I am trying to use this while I am loading a module in my Application. My module is in actionscript 3. can you tell me how I can add listener for creationcomplete or initialize events while I am loading module using ModuleLoader class.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anoop P K</title>
		<link>http://www.wietseveenstra.nl/blog/2007/02/understanding-the-flex-application-startup-event-order/comment-page-1/#comment-11074</link>
		<dc:creator>Anoop P K</dc:creator>
		<pubDate>Thu, 06 Mar 2008 10:00:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.wietseveenstra.nl/blog/?p=53#comment-11074</guid>
		<description>Hats on you dude... thanks... i was struggling with some problem.. it helped me to solve that... Thanks very much. from hindustan</description>
		<content:encoded><![CDATA[<p>Hats on you dude&#8230; thanks&#8230; i was struggling with some problem.. it helped me to solve that&#8230; Thanks very much. from hindustan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rudi</title>
		<link>http://www.wietseveenstra.nl/blog/2007/02/understanding-the-flex-application-startup-event-order/comment-page-1/#comment-4058</link>
		<dc:creator>Rudi</dc:creator>
		<pubDate>Wed, 06 Jun 2007 20:37:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.wietseveenstra.nl/blog/?p=53#comment-4058</guid>
		<description>Hi, Thanks!!!!! very very much from Italy</description>
		<content:encoded><![CDATA[<p>Hi, Thanks!!!!! very very much from Italy</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Are you still jumping out of windows in expensive clothes? &#187; Blog Archive &#187; Initialiseringsordningen i Flex</title>
		<link>http://www.wietseveenstra.nl/blog/2007/02/understanding-the-flex-application-startup-event-order/comment-page-1/#comment-2464</link>
		<dc:creator>Are you still jumping out of windows in expensive clothes? &#187; Blog Archive &#187; Initialiseringsordningen i Flex</dc:creator>
		<pubDate>Sun, 29 Apr 2007 20:19:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.wietseveenstra.nl/blog/?p=53#comment-2464</guid>
		<description>[...] [1]. http://www.wietseveenstra.nl/blog/?p=53 [2]. [...]</description>
		<content:encoded><![CDATA[<p>[...] [1]. <a href="http://www.wietseveenstra.nl/blog/?p=53" rel="nofollow">http://www.wietseveenstra.nl/blog/?p=53</a> [2]. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Error on adding FullScreenListener in creationComplete handler &#171; FLEXing my Muscle</title>
		<link>http://www.wietseveenstra.nl/blog/2007/02/understanding-the-flex-application-startup-event-order/comment-page-1/#comment-1093</link>
		<dc:creator>Error on adding FullScreenListener in creationComplete handler &#171; FLEXing my Muscle</dc:creator>
		<pubDate>Fri, 16 Mar 2007 09:58:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.wietseveenstra.nl/blog/?p=53#comment-1093</guid>
		<description>[...] Addendum again (the next day) - Thanks Joan for the info. Thanks to her, i found the solution for the above problem&#8230; It seems that the stage is available only after the updateComplete or applicationComplete Events. Read the post that demystified things for me&#8230; [...]</description>
		<content:encoded><![CDATA[<p>[...] Addendum again (the next day) &#8211; Thanks Joan for the info. Thanks to her, i found the solution for the above problem&#8230; It seems that the stage is available only after the updateComplete or applicationComplete Events. Read the post that demystified things for me&#8230; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: All in a post (3) &#124; Web X.Y</title>
		<link>http://www.wietseveenstra.nl/blog/2007/02/understanding-the-flex-application-startup-event-order/comment-page-1/#comment-825</link>
		<dc:creator>All in a post (3) &#124; Web X.Y</dc:creator>
		<pubDate>Fri, 02 Mar 2007 08:43:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.wietseveenstra.nl/blog/?p=53#comment-825</guid>
		<description>[...] Wietse writes startup event order in Flex L(link) [...]</description>
		<content:encoded><![CDATA[<p>[...] Wietse writes startup event order in Flex L(link) [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
