<?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: Setting the symbol color on a Spark RadioButton control in Flex 4</title>
	<atom:link href="http://blog.flexexamples.com/2010/02/05/setting-the-symbol-color-on-a-spark-radiobutton-control-in-flex-4/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.flexexamples.com/2010/02/05/setting-the-symbol-color-on-a-spark-radiobutton-control-in-flex-4/</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/2010/02/05/setting-the-symbol-color-on-a-spark-radiobutton-control-in-flex-4/comment-page-1/#comment-7477</link>
		<dc:creator>Peter deHaan</dc:creator>
		<pubDate>Sat, 10 Apr 2010 16:58:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/?p=2385#comment-7477</guid>
		<description>@Mahesh,

For an example of multiline Spark RadioButton control with a vertically aligned radio button circle, see &lt;a href=&quot;http://blog.flexexamples.com/2010/04/10/creating-a-multiline-spark-radiobutton-control-in-flex-4/&quot; rel=&quot;nofollow&quot;&gt;&quot;Creating a multiline Spark RadioButton control in Flex 4&quot;&lt;/a&gt;.

It is basically the default Spark RadioButton skin, but I had to make two minor adjustments:
(1) To enable multiline labels, I removed the &lt;code&gt;maxDisplayedLines&lt;/code&gt; property.
(2) To vertically align the radio button dot, I had to change this line (~line 89 in the default RadioButtonSkin.mxml):
&lt;pre lang=&quot;mxml&quot;&gt;
&lt;s:Group verticalCenter=&quot;0&quot; width=&quot;13&quot; height=&quot;13&quot;&gt;
&lt;/pre&gt;

With this line:
&lt;pre lang=&quot;mxml&quot;&gt;
&lt;s:Group top=&quot;5&quot; width=&quot;13&quot; height=&quot;13&quot;&gt;
&lt;/pre&gt;

Hope that helps,
Peter</description>
		<content:encoded><![CDATA[<p>@Mahesh,</p>
<p>For an example of multiline Spark RadioButton control with a vertically aligned radio button circle, see <a href="http://blog.flexexamples.com/2010/04/10/creating-a-multiline-spark-radiobutton-control-in-flex-4/" rel="nofollow">&#8220;Creating a multiline Spark RadioButton control in Flex 4&#8243;</a>.</p>
<p>It is basically the default Spark RadioButton skin, but I had to make two minor adjustments:<br />
(1) To enable multiline labels, I removed the <code>maxDisplayedLines</code> property.<br />
(2) To vertically align the radio button dot, I had to change this line (~line 89 in the default RadioButtonSkin.mxml):</p>

<div class="wp_syntax"><div class="code"><pre class="mxml" style="font-family:monospace;"><span style="color: #000000;"><span style="color: #7400FF;">&lt;s:Group</span> verticalCenter=<span style="color: #ff0000;">&quot;0&quot;</span> width=<span style="color: #ff0000;">&quot;13&quot;</span> height=<span style="color: #ff0000;">&quot;13&quot;</span><span style="color: #7400FF;">&gt;</span></span></pre></div></div>

<p>With this line:</p>

<div class="wp_syntax"><div class="code"><pre class="mxml" style="font-family:monospace;"><span style="color: #000000;"><span style="color: #7400FF;">&lt;s:Group</span> top=<span style="color: #ff0000;">&quot;5&quot;</span> width=<span style="color: #ff0000;">&quot;13&quot;</span> height=<span style="color: #ff0000;">&quot;13&quot;</span><span style="color: #7400FF;">&gt;</span></span></pre></div></div>

<p>Hope that helps,<br />
Peter</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mahesgh</title>
		<link>http://blog.flexexamples.com/2010/02/05/setting-the-symbol-color-on-a-spark-radiobutton-control-in-flex-4/comment-page-1/#comment-7476</link>
		<dc:creator>mahesgh</dc:creator>
		<pubDate>Sat, 10 Apr 2010 16:13:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/?p=2385#comment-7476</guid>
		<description>Hi

i am able to create multiline radio button.
but my problem is i need to place that radio button visuval component i.e circle at 1st line


i had 3 lines of text i need to place that radio button circle at 1st line

please help me to solve this problem

Regards
Mahesh</description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>i am able to create multiline radio button.<br />
but my problem is i need to place that radio button visuval component i.e circle at 1st line</p>
<p>i had 3 lines of text i need to place that radio button circle at 1st line</p>
<p>please help me to solve this problem</p>
<p>Regards<br />
Mahesh</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter deHaan</title>
		<link>http://blog.flexexamples.com/2010/02/05/setting-the-symbol-color-on-a-spark-radiobutton-control-in-flex-4/comment-page-1/#comment-6971</link>
		<dc:creator>Peter deHaan</dc:creator>
		<pubDate>Wed, 10 Feb 2010 15:33:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/?p=2385#comment-6971</guid>
		<description>@yuxuan2658,

The namespace was renamed after beta 2 (in 4.0.0.12635, to be exact). For more information, see &lt;a href=&quot;http://blogs.adobe.com/pdehaan/2009/12/the_flex_4_halo_namespace_is_n.html&quot; rel=&quot;nofollow&quot;&gt;&quot;The Flex 4 &#039;halo&#039; namespace is now the &#039;mx&#039; namespace&quot;&lt;/a&gt;.

Peter</description>
		<content:encoded><![CDATA[<p>@yuxuan2658,</p>
<p>The namespace was renamed after beta 2 (in 4.0.0.12635, to be exact). For more information, see <a href="http://blogs.adobe.com/pdehaan/2009/12/the_flex_4_halo_namespace_is_n.html" rel="nofollow">&#8220;The Flex 4 &#8216;halo&#8217; namespace is now the &#8216;mx&#8217; namespace&#8221;</a>.</p>
<p>Peter</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: yuxuan2658</title>
		<link>http://blog.flexexamples.com/2010/02/05/setting-the-symbol-color-on-a-spark-radiobutton-control-in-flex-4/comment-page-1/#comment-6968</link>
		<dc:creator>yuxuan2658</dc:creator>
		<pubDate>Wed, 10 Feb 2010 07:59:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/?p=2385#comment-6968</guid>
		<description>&lt;code&gt;xmlns:mx=&quot;library://ns.adobe.com/flex/mx&quot;&lt;/code&gt; shoud be &lt;code&gt;xmlns:mx=&quot;library://ns.adobe.com/flex/halo&quot;&lt;/code&gt; !!!</description>
		<content:encoded><![CDATA[<p><code>xmlns:mx="library://ns.adobe.com/flex/mx"</code> shoud be <code>xmlns:mx="library://ns.adobe.com/flex/halo"</code> !!!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

