<?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>Eric Fickes &#187; alert</title>
	<atom:link href="http://ericfickes.com/tag/alert/feed/" rel="self" type="application/rss+xml" />
	<link>http://ericfickes.com</link>
	<description>Design minded Internet Programmer</description>
	<lastBuildDate>Fri, 28 Oct 2011 04:14:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Keyboard doesn&#8217;t release a RadioButtonGroup&#8217;s focus</title>
		<link>http://ericfickes.com/2009/03/keyboard-doesnt-release-a-radiobuttongroups-focus/</link>
		<comments>http://ericfickes.com/2009/03/keyboard-doesnt-release-a-radiobuttongroups-focus/#comments</comments>
		<pubDate>Sat, 07 Mar 2009 03:12:26 +0000</pubDate>
		<dc:creator>Eric Fickes</dc:creator>
				<category><![CDATA[adobe]]></category>
		<category><![CDATA[FLEX]]></category>
		<category><![CDATA[tips and tricks]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[alert]]></category>
		<category><![CDATA[alert.show]]></category>
		<category><![CDATA[keyboard]]></category>
		<category><![CDATA[RadioButtonGroup]]></category>

		<guid isPermaLink="false">http://ericfickes.com/?p=515</guid>
		<description><![CDATA[Today I was using Alert.show() while building a RadioButtonGroup change handler and noticed something interesting. If you use your mouse to change the values of a RadioButtonGroup, Alert.show() will behave like a proper modal dialog. However, if you use your &#8230; <a href="http://ericfickes.com/2009/03/keyboard-doesnt-release-a-radiobuttongroups-focus/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Today I was using Alert.show() while building a RadioButtonGroup change handler and noticed something interesting.<br />
        <br />
        If you use your mouse to change the values of a RadioButtonGroup, Alert.show() will behave like a proper modal dialog.<br />
        However, if you use your keyboard&#8217;s arrow keys to toggle the values, the focus remains with your RadioButtonGroup.</p>
<p>        The lesson here is since the focus remains with my RadioButtonGroup, you can continue to change the values all you want via keyboard.<br />
        In my situation, I kept receiving Alert.show()s, instead of one.</p>
<p>        Try it for yourself.<br />
        First click on a RadioButton below, and notice that the Alert.show() keeps you from clicking on the RadioButtonGroup until you OK the prompt.</p>
<p>        Now try the same thing again using your keyboard.  If you do it enough times, the prompts will cover up the stage completely.</p>
<p>		<iframe src="http://www.ericfickes.com/v1/code/flexRadioButtonAlertShow/alertblur.html" width="251" height="121" scrolling="no" frameborder="0"></iframe></p>
<p>		<a href="http://www.adobe.com/go/EN_US-H-GET-FLASH" target="_bonk" title="Get Adobe Flash Player now!!!!"><br />
        <img src="images/get_adobe_flash_player.png" alt="Get Adobe Flash Player" width="158" height="39" border="0" title="Get the FREE Adobe Flash Player" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://ericfickes.com/2009/03/keyboard-doesnt-release-a-radiobuttongroups-focus/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

