<?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: Enabling and disabling RadioButton controls in a RadioButtonGroup in Flex</title>
	<atom:link href="http://blog.flexexamples.com/2008/06/19/enabling-and-disabling-radiobutton-controls-in-a-radiobuttongroup-in-flex/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.flexexamples.com/2008/06/19/enabling-and-disabling-radiobutton-controls-in-a-radiobuttongroup-in-flex/</link>
	<description>Just a bunch of Adobe Flex Examples</description>
	<lastBuildDate>Sun, 12 Feb 2012 19:26:49 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Peter deHaan</title>
		<link>http://blog.flexexamples.com/2008/06/19/enabling-and-disabling-radiobutton-controls-in-a-radiobuttongroup-in-flex/comment-page-1/#comment-3397</link>
		<dc:creator>Peter deHaan</dc:creator>
		<pubDate>Fri, 06 Mar 2009 18:58:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/06/19/enabling-and-disabling-radiobutton-controls-in-a-radiobuttongroup-in-flex/#comment-3397</guid>
		<description>srikanth,

That is a Flex SDK bug with the Flex RadioButtonGroup class (see &lt;a href=&quot;http://bugs.adobe.com/jira/browse/SDK-13095&quot; rel=&quot;nofollow&quot;&gt;&lt;u&gt;SDK-13095&lt;/u&gt;&lt;/a&gt;). The workaround is to set the &lt;code&gt;enabled&lt;/code&gt; property on the RadioButtonGroup using ActionScript. See the bug report for an example and more details.

Peter</description>
		<content:encoded><![CDATA[<p>srikanth,</p>
<p>That is a Flex SDK bug with the Flex RadioButtonGroup class (see <a href="http://bugs.adobe.com/jira/browse/SDK-13095" rel="nofollow"><u>SDK-13095</u></a>). The workaround is to set the <code>enabled</code> property on the RadioButtonGroup using ActionScript. See the bug report for an example and more details.</p>
<p>Peter</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: srikanth</title>
		<link>http://blog.flexexamples.com/2008/06/19/enabling-and-disabling-radiobutton-controls-in-a-radiobuttongroup-in-flex/comment-page-1/#comment-3398</link>
		<dc:creator>srikanth</dc:creator>
		<pubDate>Thu, 05 Mar 2009 22:32:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/06/19/enabling-and-disabling-radiobutton-controls-in-a-radiobuttongroup-in-flex/#comment-3398</guid>
		<description>if i start the radio group with enabled=&quot;false&quot; it doesn&#039;t work.

i used the second method, ie attached a event listener to the check box.

The radio buttons in the group are still enabled (if the radio group is hardcoded to enabled=false). when i check/uncheck the box the radio buttons are correctly enabled or disabled. the issue is at the startup. is that a flex defect?</description>
		<content:encoded><![CDATA[<p>if i start the radio group with enabled=&#8221;false&#8221; it doesn&#8217;t work.</p>
<p>i used the second method, ie attached a event listener to the check box.</p>
<p>The radio buttons in the group are still enabled (if the radio group is hardcoded to enabled=false). when i check/uncheck the box the radio buttons are correctly enabled or disabled. the issue is at the startup. is that a flex defect?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

