<?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 a Flex PopUpButton control</title>
	<atom:link href="http://blog.flexexamples.com/2008/01/31/setting-the-corner-radius-on-a-flex-popupbutton-control/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.flexexamples.com/2008/01/31/setting-the-corner-radius-on-a-flex-popupbutton-control/</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: peterd</title>
		<link>http://blog.flexexamples.com/2008/01/31/setting-the-corner-radius-on-a-flex-popupbutton-control/comment-page-1/#comment-2445</link>
		<dc:creator>peterd</dc:creator>
		<pubDate>Thu, 14 Aug 2008 06:46:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/01/31/setting-the-corner-radius-on-a-flex-popupbutton-control/#comment-2445</guid>
		<description>Henk,

Try something like the following:
&lt;pre class=&quot;code&quot;&gt;
&lt;mx:Style&gt;
    PopUpButton {
        popUpStyleName: myCustomPopUpStyleName;
    }

    .myCustomPopUpStyleName {
        borderStyle: solid;
        dropShadowEnabled: false;
        cornerRadius: 10;
        fontWeight: normal;
        textAlign: left;
        leftIconGap: 0;
    }
&lt;/mx:Style&gt;
&lt;/pre&gt;

It *should* work, but I&#039;m not sure how it will handle the rounded corners when you roll your mouse over an item.

Peter</description>
		<content:encoded><![CDATA[<p>Henk,</p>
<p>Try something like the following:</p>
<pre class="code">
&lt;mx:Style&gt;
    PopUpButton {
        popUpStyleName: myCustomPopUpStyleName;
    }

    .myCustomPopUpStyleName {
        borderStyle: solid;
        dropShadowEnabled: false;
        cornerRadius: 10;
        fontWeight: normal;
        textAlign: left;
        leftIconGap: 0;
    }
&lt;/mx:Style&gt;
</pre>
<p>It *should* work, but I&#8217;m not sure how it will handle the rounded corners when you roll your mouse over an item.</p>
<p>Peter</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Henk</title>
		<link>http://blog.flexexamples.com/2008/01/31/setting-the-corner-radius-on-a-flex-popupbutton-control/comment-page-1/#comment-2444</link>
		<dc:creator>Henk</dc:creator>
		<pubDate>Thu, 14 Aug 2008 06:38:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/01/31/setting-the-corner-radius-on-a-flex-popupbutton-control/#comment-2444</guid>
		<description>How can you set the cornerRadius of the menu that is popped-up?</description>
		<content:encoded><![CDATA[<p>How can you set the cornerRadius of the menu that is popped-up?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul Bohnenkamp</title>
		<link>http://blog.flexexamples.com/2008/01/31/setting-the-corner-radius-on-a-flex-popupbutton-control/comment-page-1/#comment-2443</link>
		<dc:creator>Paul Bohnenkamp</dc:creator>
		<pubDate>Fri, 01 Feb 2008 05:08:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/01/31/setting-the-corner-radius-on-a-flex-popupbutton-control/#comment-2443</guid>
		<description>How would I do a Flex PopUpButton control with no border?  Just the text and arrow and menu below.

p.s. I&#039;m  a flex newbie trying to come up to speed fast and so have a lot of flex feeds I&#039;m reading daily.  But, I have to say, yours is the best, bar none, with all these examples.  Keep up the great work!

Thanks,
Paul</description>
		<content:encoded><![CDATA[<p>How would I do a Flex PopUpButton control with no border?  Just the text and arrow and menu below.</p>
<p>p.s. I&#8217;m  a flex newbie trying to come up to speed fast and so have a lot of flex feeds I&#8217;m reading daily.  But, I have to say, yours is the best, bar none, with all these examples.  Keep up the great work!</p>
<p>Thanks,<br />
Paul</p>
]]></content:encoded>
	</item>
</channel>
</rss>

