<?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: How do you remove an Alert component?	</title>
	<atom:link href="https://jessewarden.com/2004/01/how-do-you-remove-an-alert-component.html/feed" rel="self" type="application/rss+xml" />
	<link>https://jessewarden.com/2004/01/how-do-you-remove-an-alert-component.html</link>
	<description>Software &#124; Fitness &#124; Gaming</description>
	<lastBuildDate>Tue, 09 Dec 2008 22:37:15 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: darron		</title>
		<link>https://jessewarden.com/2004/01/how-do-you-remove-an-alert-component.html/comment-page-1#comment-1278</link>

		<dc:creator><![CDATA[darron]]></dc:creator>
		<pubDate>Thu, 29 Jan 2004 04:29:38 +0000</pubDate>
		<guid isPermaLink="false">http://jessewarden.com/?p=415#comment-1278</guid>

					<description><![CDATA[import mx.controls.Alert;
var msgWin = Alert.show(&quot;test&quot;);

// then to programmatically remove:
msgWin.deletePopUp();
]]></description>
			<content:encoded><![CDATA[<p>import mx.controls.Alert;<br />
var msgWin = Alert.show(&#8220;test&#8221;);</p>
<p>// then to programmatically remove:<br />
msgWin.deletePopUp();</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Julian		</title>
		<link>https://jessewarden.com/2004/01/how-do-you-remove-an-alert-component.html/comment-page-1#comment-1277</link>

		<dc:creator><![CDATA[Julian]]></dc:creator>
		<pubDate>Thu, 29 Jan 2004 02:41:41 +0000</pubDate>
		<guid isPermaLink="false">http://jessewarden.com/?p=415#comment-1277</guid>

					<description><![CDATA[try PopUp.deletePopUp(); or it&#039;s the instance name of your alert.deletePopUp();]]></description>
			<content:encoded><![CDATA[<p>try PopUp.deletePopUp(); or it&#8217;s the instance name of your alert.deletePopUp();</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
