<?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"
	>
<channel>
	<title>Comments on: Getting Started with the PureMVC Startup Manager - Introduction</title>
	<atom:link href="http://blog.log2e.com/2008/05/19/getting-started-with-the-puremvc-startup-manager-introduction/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.log2e.com/2008/05/19/getting-started-with-the-puremvc-startup-manager-introduction/</link>
	<description>Tutorials and Code Snippets</description>
	<pubDate>Tue, 06 Jan 2009 09:07:33 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.5</generator>
		<item>
		<title>By: cim</title>
		<link>http://blog.log2e.com/2008/05/19/getting-started-with-the-puremvc-startup-manager-introduction/#comment-85</link>
		<dc:creator>cim</dc:creator>
		<pubDate>Wed, 19 Nov 2008 10:54:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.log2e.com/?p=29#comment-85</guid>
		<description>great tutorial ..

in the StartupCommand from the downloaded files you have lines 27 and 28 commented out , but in the tutorial you still refer to these lines, as casting to IStartupProxy.  

don't know which one is correct ?</description>
		<content:encoded><![CDATA[<p>great tutorial ..</p>
<p>in the StartupCommand from the downloaded files you have lines 27 and 28 commented out , but in the tutorial you still refer to these lines, as casting to IStartupProxy.  </p>
<p>don&#8217;t know which one is correct ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jim</title>
		<link>http://blog.log2e.com/2008/05/19/getting-started-with-the-puremvc-startup-manager-introduction/#comment-71</link>
		<dc:creator>jim</dc:creator>
		<pubDate>Sat, 06 Sep 2008 14:09:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.log2e.com/?p=29#comment-71</guid>
		<description>Great tutorial
But in trying to compile in the IDE keep getting the following error
1119: Access of possibly undefined property defaultTimeout through a reference with static type org.puremvc.as3.utilities.startupmanager.model:StartupMonitorProxy.</description>
		<content:encoded><![CDATA[<p>Great tutorial<br />
But in trying to compile in the IDE keep getting the following error<br />
1119: Access of possibly undefined property defaultTimeout through a reference with static type org.puremvc.as3.utilities.startupmanager.model:StartupMonitorProxy.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: FlashDevelop - OpenSource alternative for Flex Builder &#124; Enetlive.net- Rich Internet Applications Blog</title>
		<link>http://blog.log2e.com/2008/05/19/getting-started-with-the-puremvc-startup-manager-introduction/#comment-53</link>
		<dc:creator>FlashDevelop - OpenSource alternative for Flex Builder &#124; Enetlive.net- Rich Internet Applications Blog</dc:creator>
		<pubDate>Wed, 13 Aug 2008 04:09:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.log2e.com/?p=29#comment-53</guid>
		<description>[...] persons who are interested in PureMVC, here is a short tutorial how use it with [...]</description>
		<content:encoded><![CDATA[<p>[...] persons who are interested in PureMVC, here is a short tutorial how use it with [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pascal</title>
		<link>http://blog.log2e.com/2008/05/19/getting-started-with-the-puremvc-startup-manager-introduction/#comment-51</link>
		<dc:creator>Pascal</dc:creator>
		<pubDate>Wed, 23 Jul 2008 16:13:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.log2e.com/?p=29#comment-51</guid>
		<description>Great tutorial !

First, I'm French and my english is bad. Sorry.

I'm looking for conrete tutorials that explain PureMVC with pure AS3.
I have understood the theory but I need à "real world" exemple.
Bye...

Pascal.</description>
		<content:encoded><![CDATA[<p>Great tutorial !</p>
<p>First, I&#8217;m French and my english is bad. Sorry.</p>
<p>I&#8217;m looking for conrete tutorials that explain PureMVC with pure AS3.<br />
I have understood the theory but I need à &#8220;real world&#8221; exemple.<br />
Bye&#8230;</p>
<p>Pascal.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Justin Ho</title>
		<link>http://blog.log2e.com/2008/05/19/getting-started-with-the-puremvc-startup-manager-introduction/#comment-49</link>
		<dc:creator>Justin Ho</dc:creator>
		<pubDate>Tue, 22 Jul 2008 09:04:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.log2e.com/?p=29#comment-49</guid>
		<description>@Oliver: 

Change to:
_monitor.defaultRetryPolicy = new RetryPolicy(new RetryParameters(0, 0, 30)); in StartupCommand

Remove
case StartupMonitorProxy.LOAD_RESOURCES_REJECTED: from handleNotification

Remove StartupMonitorProxy.LOAD_RESOURCES_REJECTED, from handleNotification</description>
		<content:encoded><![CDATA[<p>@Oliver: </p>
<p>Change to:<br />
_monitor.defaultRetryPolicy = new RetryPolicy(new RetryParameters(0, 0, 30)); in StartupCommand</p>
<p>Remove<br />
case StartupMonitorProxy.LOAD_RESOURCES_REJECTED: from handleNotification</p>
<p>Remove StartupMonitorProxy.LOAD_RESOURCES_REJECTED, from handleNotification</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stefan Schmalhaus</title>
		<link>http://blog.log2e.com/2008/05/19/getting-started-with-the-puremvc-startup-manager-introduction/#comment-48</link>
		<dc:creator>Stefan Schmalhaus</dc:creator>
		<pubDate>Tue, 22 Jul 2008 03:03:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.log2e.com/?p=29#comment-48</guid>
		<description>@Oliver: Which version of the Startup Manager utility do you use? The tutorial is based on version 1.2. Please note that the 1.3 release breaks backward compatibility with the previous release. More information here: http://trac.puremvc.org/Utility_AS3_StartupManager/wiki/ReleaseNotes</description>
		<content:encoded><![CDATA[<p>@Oliver: Which version of the Startup Manager utility do you use? The tutorial is based on version 1.2. Please note that the 1.3 release breaks backward compatibility with the previous release. More information here: <a href="http://trac.puremvc.org/Utility_AS3_StartupManager/wiki/ReleaseNotes" rel="nofollow" onclick="pageTracker._trackPageview('/outgoing/trac.puremvc.org/Utility_AS3_StartupManager/wiki/ReleaseNotes?referer=');">http://trac.puremvc.org/Utility_AS3_StartupManager/wiki/ReleaseNotes</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: FlashDevelop - OpenSource alternative for Flex Builder &#124; Rich Internet Applications</title>
		<link>http://blog.log2e.com/2008/05/19/getting-started-with-the-puremvc-startup-manager-introduction/#comment-46</link>
		<dc:creator>FlashDevelop - OpenSource alternative for Flex Builder &#124; Rich Internet Applications</dc:creator>
		<pubDate>Sun, 20 Jul 2008 22:09:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.log2e.com/?p=29#comment-46</guid>
		<description>[...] behind FB, but in most cases it has everything you need! For persons who are interested in PureMVC, here is a short tutorial how use it with [...]</description>
		<content:encoded><![CDATA[<p>[...] behind FB, but in most cases it has everything you need! For persons who are interested in PureMVC, here is a short tutorial how use it with [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: More PureMVC Links &#171; The Algorithmist</title>
		<link>http://blog.log2e.com/2008/05/19/getting-started-with-the-puremvc-startup-manager-introduction/#comment-44</link>
		<dc:creator>More PureMVC Links &#171; The Algorithmist</dc:creator>
		<pubDate>Mon, 14 Jul 2008 12:03:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.log2e.com/?p=29#comment-44</guid>
		<description>[...] PureMVC Startup Manager. [...]</description>
		<content:encoded><![CDATA[<p>[...] PureMVC Startup Manager. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Oliver</title>
		<link>http://blog.log2e.com/2008/05/19/getting-started-with-the-puremvc-startup-manager-introduction/#comment-42</link>
		<dc:creator>Oliver</dc:creator>
		<pubDate>Fri, 11 Jul 2008 11:11:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.log2e.com/?p=29#comment-42</guid>
		<description>Hi Stefan,

Many thanks for this very helpfull tutorial.

But I am encountering some difficulties when trying to test the project:

StartupCommand.as, Line 22   1119: Access of possibly undefined property defaultTimeout through a reference with static type org.puremvc.as3.utilities.startupmanager.model:StartupMonitorProxy.

The defaultTimeout property does not exist in the StartupMonitorProxy.as file...

StageMediator.as, Line 28   1119: Access of possibly undefined property LOAD_RESOURCES_REJECTED through a reference with static type Class.

StageMediator.as, Line 51   1119: Access of possibly undefined property LOAD_RESOURCES_REJECTED through a reference with static type Class.

The LOAD_RESOURCES_REJECTED constant does not exist in the StartupMonitorProxy.as file...

Thanks for your help...
Best regards,</description>
		<content:encoded><![CDATA[<p>Hi Stefan,</p>
<p>Many thanks for this very helpfull tutorial.</p>
<p>But I am encountering some difficulties when trying to test the project:</p>
<p>StartupCommand.as, Line 22   1119: Access of possibly undefined property defaultTimeout through a reference with static type org.puremvc.as3.utilities.startupmanager.model:StartupMonitorProxy.</p>
<p>The defaultTimeout property does not exist in the StartupMonitorProxy.as file&#8230;</p>
<p>StageMediator.as, Line 28   1119: Access of possibly undefined property LOAD_RESOURCES_REJECTED through a reference with static type Class.</p>
<p>StageMediator.as, Line 51   1119: Access of possibly undefined property LOAD_RESOURCES_REJECTED through a reference with static type Class.</p>
<p>The LOAD_RESOURCES_REJECTED constant does not exist in the StartupMonitorProxy.as file&#8230;</p>
<p>Thanks for your help&#8230;<br />
Best regards,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michal</title>
		<link>http://blog.log2e.com/2008/05/19/getting-started-with-the-puremvc-startup-manager-introduction/#comment-29</link>
		<dc:creator>Michal</dc:creator>
		<pubDate>Thu, 22 May 2008 06:07:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.log2e.com/?p=29#comment-29</guid>
		<description>Thank you for that Stefan,
It worked great. I see now my mistake was trying to set this up as a Flex/AIR application. Which I did figure out eventually, using the default mxml file and call from there to facade.startup(this) rather than using the Main.as file.
Nice work on the tutorial and thanks again for all your help here.

Michal</description>
		<content:encoded><![CDATA[<p>Thank you for that Stefan,<br />
It worked great. I see now my mistake was trying to set this up as a Flex/AIR application. Which I did figure out eventually, using the default mxml file and call from there to facade.startup(this) rather than using the Main.as file.<br />
Nice work on the tutorial and thanks again for all your help here.</p>
<p>Michal</p>
]]></content:encoded>
	</item>
</channel>
</rss>
