<?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 corner radius on the Halo Alert control in Flex 4</title>
	<atom:link href="http://blog.flexexamples.com/2009/06/20/setting-the-corner-radius-on-the-halo-alert-control-in-flex-4/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.flexexamples.com/2009/06/20/setting-the-corner-radius-on-the-halo-alert-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/2009/06/20/setting-the-corner-radius-on-the-halo-alert-control-in-flex-4/comment-page-1/#comment-8002</link>
		<dc:creator>Peter deHaan</dc:creator>
		<pubDate>Fri, 25 Jun 2010 00:34:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2009/06/20/setting-the-corner-radius-on-the-halo-control-in-flex-4/#comment-8002</guid>
		<description>It looks like this example isn&#039;t really relevant anymore in the final Flex 4.0 SDK. Now it looks like you can set the corner radius directly in the &lt;Style&gt; block, as seen in the following snippet:
&lt;pre lang=&quot;css&quot;&gt;
@namespace mx &quot;library://ns.adobe.com/flex/mx&quot;;

mx&#124;Alert {
    cornerRadius: 20;
}
&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>It looks like this example isn&#8217;t really relevant anymore in the final Flex 4.0 SDK. Now it looks like you can set the corner radius directly in the &lt;Style&gt; block, as seen in the following snippet:</p>

<div class="wp_syntax"><div class="code"><pre class="css" style="font-family:monospace;"><span style="color: #a1a100;">@namespace mx &quot;library://ns.adobe.com/flex/mx&quot;;</span>
&nbsp;
mx|Alert <span style="color: #00AA00;">&#123;</span>
    cornerRadius<span style="color: #00AA00;">:</span> <span style="color: #cc66cc;">20</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span></pre></div></div>

]]></content:encoded>
	</item>
	<item>
		<title>By: GuitarWorker</title>
		<link>http://blog.flexexamples.com/2009/06/20/setting-the-corner-radius-on-the-halo-alert-control-in-flex-4/comment-page-1/#comment-8001</link>
		<dc:creator>GuitarWorker</dc:creator>
		<pubDate>Thu, 24 Jun 2010 23:57:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2009/06/20/setting-the-corner-radius-on-the-halo-control-in-flex-4/#comment-8001</guid>
		<description>Thank you by the way ;)</description>
		<content:encoded><![CDATA[<p>Thank you by the way ;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: GuitarWorker</title>
		<link>http://blog.flexexamples.com/2009/06/20/setting-the-corner-radius-on-the-halo-alert-control-in-flex-4/comment-page-1/#comment-8000</link>
		<dc:creator>GuitarWorker</dc:creator>
		<pubDate>Thu, 24 Jun 2010 23:56:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2009/06/20/setting-the-corner-radius-on-the-halo-control-in-flex-4/#comment-8000</guid>
		<description>Hello. I would like to know how can I change the border with a css property using your example. for instance instead of using this: radiusY=&quot;{rad}&quot; i want to be able to do something like this radiusY=&quot;{getStyle(&#039;alertRadius&#039;)}&quot;&quot; and define the value of the alertRadius in my css.</description>
		<content:encoded><![CDATA[<p>Hello. I would like to know how can I change the border with a css property using your example. for instance instead of using this: radiusY=&#8221;{rad}&#8221; i want to be able to do something like this radiusY=&#8221;{getStyle(&#8216;alertRadius&#8217;)}&#8221;" and define the value of the alertRadius in my css.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter deHaan</title>
		<link>http://blog.flexexamples.com/2009/06/20/setting-the-corner-radius-on-the-halo-alert-control-in-flex-4/comment-page-1/#comment-4422</link>
		<dc:creator>Peter deHaan</dc:creator>
		<pubDate>Wed, 01 Jul 2009 23:54:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2009/06/20/setting-the-corner-radius-on-the-halo-control-in-flex-4/#comment-4422</guid>
		<description>Vincent,

I&#039;m not sure what that error message says, but I probably would have tested this example on a newer version of the Flex 4 SDK (newer than the SDK version that comes with the Flash Builder 4 beta (which I believe was Flex 4.0.0.7219).

http://opensource.adobe.com/wiki/display/flexsdk/Download+Flex+4

Peter</description>
		<content:encoded><![CDATA[<p>Vincent,</p>
<p>I&#8217;m not sure what that error message says, but I probably would have tested this example on a newer version of the Flex 4 SDK (newer than the SDK version that comes with the Flash Builder 4 beta (which I believe was Flex 4.0.0.7219).</p>
<p><a href="http://opensource.adobe.com/wiki/display/flexsdk/Download+Flex+4" rel="nofollow">http://opensource.adobe.com/wiki/display/flexsdk/Download+Flex+4</a></p>
<p>Peter</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Indonesia</title>
		<link>http://blog.flexexamples.com/2009/06/20/setting-the-corner-radius-on-the-halo-alert-control-in-flex-4/comment-page-1/#comment-4424</link>
		<dc:creator>Indonesia</dc:creator>
		<pubDate>Wed, 01 Jul 2009 16:51:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2009/06/20/setting-the-corner-radius-on-the-halo-control-in-flex-4/#comment-4424</guid>
		<description>Demo pls...</description>
		<content:encoded><![CDATA[<p>Demo pls&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vincent</title>
		<link>http://blog.flexexamples.com/2009/06/20/setting-the-corner-radius-on-the-halo-alert-control-in-flex-4/comment-page-1/#comment-4423</link>
		<dc:creator>Vincent</dc:creator>
		<pubDate>Tue, 30 Jun 2009 14:55:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2009/06/20/setting-the-corner-radius-on-the-halo-control-in-flex-4/#comment-4423</guid>
		<description>This script has been testing ont the flash builder Beta or Not ?

Because for is not available :
message Flash builder is :
&quot;Description	Ressource	Chemin 	Emplacement 	Type
Les sélecteurs de type CSS ne sont pas pris en charge dans les composants : mx.controls.Alert	CustomComponent8.mxml	s1neoConfigurator/src/components	ligne 4	Flex Problem
&quot;

Excuse me for my english small level. I&#039;m french

Thank you for all</description>
		<content:encoded><![CDATA[<p>This script has been testing ont the flash builder Beta or Not ?</p>
<p>Because for is not available :<br />
message Flash builder is :<br />
&#8220;Description	Ressource	Chemin 	Emplacement 	Type<br />
Les sélecteurs de type CSS ne sont pas pris en charge dans les composants : mx.controls.Alert	CustomComponent8.mxml	s1neoConfigurator/src/components	ligne 4	Flex Problem<br />
&#8221;</p>
<p>Excuse me for my english small level. I&#8217;m french</p>
<p>Thank you for all</p>
]]></content:encoded>
	</item>
</channel>
</rss>

