<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2.1" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Setting the corner radius on a Flex PopUpButton control</title>
	<link>http://blog.flexexamples.com/2008/01/31/setting-the-corner-radius-on-a-flex-popupbutton-control/</link>
	<description>A bunch of examples for Adobe Flex and ActionScript</description>
	<pubDate>Thu, 08 Jan 2009 17:47:12 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.1</generator>

	<item>
		<title>By: peterd</title>
		<link>http://blog.flexexamples.com/2008/01/31/setting-the-corner-radius-on-a-flex-popupbutton-control/#comment-14691</link>
		<author>peterd</author>
		<pubDate>Thu, 14 Aug 2008 06:46:18 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2008/01/31/setting-the-corner-radius-on-a-flex-popupbutton-control/#comment-14691</guid>
		<description>Henk,

Try something like the following:
&lt;pre class="code"&gt;
&#60;mx:Style&#62;
    PopUpButton {
        popUpStyleName: myCustomPopUpStyleName;
    }

    .myCustomPopUpStyleName {
        borderStyle: solid;
        dropShadowEnabled: false;
        cornerRadius: 10;
        fontWeight: normal;
        textAlign: left;
        leftIconGap: 0;
    }
&#60;/mx:Style&#62;
&lt;/pre&gt;

It *should* work, but I'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-14690</link>
		<author>Henk</author>
		<pubDate>Thu, 14 Aug 2008 06:38:55 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2008/01/31/setting-the-corner-radius-on-a-flex-popupbutton-control/#comment-14690</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-6552</link>
		<author>Paul Bohnenkamp</author>
		<pubDate>Fri, 01 Feb 2008 05:08:13 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2008/01/31/setting-the-corner-radius-on-a-flex-popupbutton-control/#comment-6552</guid>
		<description>How would I do a Flex PopUpButton control with no border?  Just the text and arrow and menu below.

p.s. I'm  a flex newbie trying to come up to speed fast and so have a lot of flex feeds I'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>
