<?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 #5: Alert Drama	</title>
	<atom:link href="https://jessewarden.com/2005/01/flex-chronicles-5-alert-drama.html/feed" rel="self" type="application/rss+xml" />
	<link>https://jessewarden.com/2005/01/flex-chronicles-5-alert-drama.html</link>
	<description>Software &#124; Fitness &#124; Gaming</description>
	<lastBuildDate>Mon, 03 Jan 2005 21:01:05 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Joe Martinez		</title>
		<link>https://jessewarden.com/2005/01/flex-chronicles-5-alert-drama.html/comment-page-1#comment-2263</link>

		<dc:creator><![CDATA[Joe Martinez]]></dc:creator>
		<pubDate>Mon, 03 Jan 2005 21:01:05 +0000</pubDate>
		<guid isPermaLink="false">http://jessewarden.com/?p=694#comment-2263</guid>

					<description><![CDATA[Good to know. Thanks.
]]></description>
			<content:encoded><![CDATA[<p>Good to know. Thanks.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: JesterXL		</title>
		<link>https://jessewarden.com/2005/01/flex-chronicles-5-alert-drama.html/comment-page-1#comment-2262</link>

		<dc:creator><![CDATA[JesterXL]]></dc:creator>
		<pubDate>Mon, 03 Jan 2005 18:12:45 +0000</pubDate>
		<guid isPermaLink="false">http://jessewarden.com/?p=694#comment-2262</guid>

					<description><![CDATA[The application level &#039;alert&#039; function does 2 things differently than the static &#039;show&#039; function of the &#039;Alert&#039; class:

- first, and most important, it returns 0 upon success, some other number if it did not.  This means that the &lt;b&gt;only way&lt;/b&gt; to dismiss the alert is by user interaction.  I need to have the option of dismissing the alerts via code, hence me using the Alert.show, which returns a reference to the alert created vs. an error code.
- secondly, it removes the parent parameter, and swaps the icon and defaultButton parameter locations to be in a more programmer-friendly order]]></description>
			<content:encoded><![CDATA[<p>The application level &#8216;alert&#8217; function does 2 things differently than the static &#8216;show&#8217; function of the &#8216;Alert&#8217; class:</p>
<p>&#8211; first, and most important, it returns 0 upon success, some other number if it did not.  This means that the <b>only way</b> to dismiss the alert is by user interaction.  I need to have the option of dismissing the alerts via code, hence me using the Alert.show, which returns a reference to the alert created vs. an error code.<br />
&#8211; secondly, it removes the parent parameter, and swaps the icon and defaultButton parameter locations to be in a more programmer-friendly order</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Joe Martinez		</title>
		<link>https://jessewarden.com/2005/01/flex-chronicles-5-alert-drama.html/comment-page-1#comment-2261</link>

		<dc:creator><![CDATA[Joe Martinez]]></dc:creator>
		<pubDate>Mon, 03 Jan 2005 18:04:12 +0000</pubDate>
		<guid isPermaLink="false">http://jessewarden.com/?p=694#comment-2261</guid>

					<description><![CDATA[Thanks for writing these. I feel like I&#039;m in the trenches w/ you as I&#039;ve recently dove into the the sea of Flex development. 

What is the benefit of using that type of alert vs using alert(&#039;My message&#039;, &#039;my title&#039;);]]></description>
			<content:encoded><![CDATA[<p>Thanks for writing these. I feel like I&#8217;m in the trenches w/ you as I&#8217;ve recently dove into the the sea of Flex development. </p>
<p>What is the benefit of using that type of alert vs using alert(&#8216;My message&#8217;, &#8216;my title&#8217;);</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
