<?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: My New Developer Center Article</title>
	<atom:link href="http://www.davidtucker.net/2007/10/29/my-new-developer-center-article/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.davidtucker.net/2007/10/29/my-new-developer-center-article/</link>
	<description>web development goodness</description>
	<pubDate>Fri, 05 Sep 2008 23:59:03 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: Mark Mazelin</title>
		<link>http://www.davidtucker.net/2007/10/29/my-new-developer-center-article/#comment-374</link>
		<dc:creator>Mark Mazelin</dc:creator>
		<pubDate>Thu, 06 Dec 2007 21:45:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidtucker.net/2007/10/29/my-new-developer-center-article/#comment-374</guid>
		<description>David:

Thanks for the great article! I'm a fresh AIR developer (pun intended) and am working to incorporate it into one of my first apps. Note that I found two bugs, both dealing with an application that is not setup in the database.

First, you need to change the APPLICATION_NOT_FOUND constant in UpdateManageFaultEvent.as to be "applicationNotFound" (to match what is in UpdateManager.as, instead of what you had: "updateNotFound"). Second, you need to add a listener for it in the app init, so adding a line like "um.addEventListener(UpdateManagerFaultEvent.APPLICATION_NOT_FOUND,onUpdateManagerFault);". Before these changes, the application not found event was never dispatched and obviously never received.

Mark</description>
		<content:encoded><![CDATA[<p>David:</p>
<p>Thanks for the great article! I&#8217;m a fresh AIR developer (pun intended) and am working to incorporate it into one of my first apps. Note that I found two bugs, both dealing with an application that is not setup in the database.</p>
<p>First, you need to change the APPLICATION_NOT_FOUND constant in UpdateManageFaultEvent.as to be &#8220;applicationNotFound&#8221; (to match what is in UpdateManager.as, instead of what you had: &#8220;updateNotFound&#8221;). Second, you need to add a listener for it in the app init, so adding a line like &#8220;um.addEventListener(UpdateManagerFaultEvent.APPLICATION_NOT_FOUND,onUpdateManagerFault);&#8221;. Before these changes, the application not found event was never dispatched and obviously never received.</p>
<p>Mark</p>
]]></content:encoded>
	</item>
</channel>
</rss>
