<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Flex Examples &#187; setTimeout()</title>
	<atom:link href="http://blog.flexexamples.com/tag/settimeout/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.flexexamples.com</link>
	<description>Just a bunch of Adobe Flex Examples</description>
	<lastBuildDate>Fri, 19 Mar 2010 00:49:09 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<atom:link rel='hub' href='http://blog.flexexamples.com/?pushpress=hub'/>
		<item>
		<title>Disabling an Alert control in Flex</title>
		<link>http://blog.flexexamples.com/2008/10/17/disabling-an-alert-control-in-flex/</link>
		<comments>http://blog.flexexamples.com/2008/10/17/disabling-an-alert-control-in-flex/#comments</comments>
		<pubDate>Sat, 18 Oct 2008 06:56:47 +0000</pubDate>
		<dc:creator>Peter deHaan</dc:creator>
				<category><![CDATA[Alert]]></category>
		<category><![CDATA[enabled]]></category>
		<category><![CDATA[setTimeout()]]></category>

		<guid isPermaLink="false">http://blog.flexexamples.com/2008/10/17/disabling-an-alert-control-in-flex/</guid>
		<description><![CDATA[The following example shows how you can disable an Alert control for a specified number of milliseconds before the user can dismiss the dialog by setting the enabled property.
Full code after the jump.

View MXML

&#60;?xml version=&#34;1.0&#34; encoding=&#34;utf-8&#34;?&#62;
&#60;!-- http://blog.flexexamples.com/2008/10/17/disabling-an-alert-control-in-flex/ --&#62;
&#60;mx:Application name=&#34;Alert_enabled_test&#34;
        xmlns:mx=&#34;http://www.adobe.com/2006/mxml&#34;
        layout=&#34;vertical&#34;
 [...]]]></description>
		<wfw:commentRss>http://blog.flexexamples.com/2008/10/17/disabling-an-alert-control-in-flex/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Creating timers using the setTimeout method</title>
		<link>http://blog.flexexamples.com/2008/02/15/creating-timers-using-the-settimeout-method/</link>
		<comments>http://blog.flexexamples.com/2008/02/15/creating-timers-using-the-settimeout-method/#comments</comments>
		<pubDate>Sat, 16 Feb 2008 04:11:19 +0000</pubDate>
		<dc:creator>Peter deHaan</dc:creator>
				<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[clearTimeout()]]></category>
		<category><![CDATA[setTimeout()]]></category>

		<guid isPermaLink="false">http://blog.flexexamples.com/2008/02/15/creating-timers-using-the-settimeout-method/</guid>
		<description><![CDATA[In a previous example, &#8220;Creating timers using the setInterval() method&#8221;, we saw how you can create a repeating timer using the setInterval() method.
In the following example, you will see how to create and cancel non-repeating timers using the setTimeout() and clearTimeout() methods. You&#8217;ll also see how you can pass additional parameters to the setTimeout() method [...]]]></description>
		<wfw:commentRss>http://blog.flexexamples.com/2008/02/15/creating-timers-using-the-settimeout-method/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Displaying a TextInput control&#8217;s text as a password in Flex (redux)</title>
		<link>http://blog.flexexamples.com/2008/01/27/displaying-a-textinput-controls-text-as-a-password-in-flex-redux/</link>
		<comments>http://blog.flexexamples.com/2008/01/27/displaying-a-textinput-controls-text-as-a-password-in-flex-redux/#comments</comments>
		<pubDate>Sun, 27 Jan 2008 16:42:45 +0000</pubDate>
		<dc:creator>Peter deHaan</dc:creator>
				<category><![CDATA[PopUpManager]]></category>
		<category><![CDATA[TextInput]]></category>
		<category><![CDATA[displayAsPassword]]></category>
		<category><![CDATA[focusIn]]></category>
		<category><![CDATA[focusOut]]></category>
		<category><![CDATA[removePopUp()]]></category>
		<category><![CDATA[setTimeout()]]></category>

		<guid isPermaLink="false">http://blog.flexexamples.com/2008/01/27/displaying-a-textinput-controls-text-as-a-password-in-flex-redux/</guid>
		<description><![CDATA[We&#8217;ve already seen how to get a TextInput control to display its text as a masked password field before in an earlier example, &#8220;Displaying a TextInput control&#8217;s text as a password in Flex&#8221; by setting the displayAsPassword property to true.
The following example will show you how you can listen for the focusIn and focusOut events [...]]]></description>
		<wfw:commentRss>http://blog.flexexamples.com/2008/01/27/displaying-a-textinput-controls-text-as-a-password-in-flex-redux/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Programmatically removing an Alert using the PopUpManager</title>
		<link>http://blog.flexexamples.com/2007/10/22/programmatically-removing-an-alert-using-the-popupmanager/</link>
		<comments>http://blog.flexexamples.com/2007/10/22/programmatically-removing-an-alert-using-the-popupmanager/#comments</comments>
		<pubDate>Tue, 23 Oct 2007 02:49:34 +0000</pubDate>
		<dc:creator>Peter deHaan</dc:creator>
				<category><![CDATA[Alert]]></category>
		<category><![CDATA[PopUpManager]]></category>
		<category><![CDATA[removePopUp()]]></category>
		<category><![CDATA[setTimeout()]]></category>
		<category><![CDATA[show()]]></category>

		<guid isPermaLink="false">http://blog.flexexamples.com/2007/10/22/programmatically-removing-an-alert-using-the-popupmanager/</guid>
		<description><![CDATA[The following example shows how you can close an Alert control by calling the PopUpManager class&#8217;s removePopUp() method.
Full code after the jump.

View MXML

&#60;?xml version="1.0" encoding="utf-8"?&#62;
&#60;!-- http://blog.flexexamples.com/2007/10/22/programmatically-removing-an-alert-using-the-popupmanager/ --&#62;
&#60;mx:Application xmlns:mx="http://www.adobe.com/2006/mxml"
        layout="vertical"
        verticalAlign="middle"
        backgroundColor="white"&#62;

    [...]]]></description>
		<wfw:commentRss>http://blog.flexexamples.com/2007/10/22/programmatically-removing-an-alert-using-the-popupmanager/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
