<?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 a border color on the ComboBox control in Flex</title>
	<link>http://blog.flexexamples.com/2008/06/09/setting-a-border-color-on-the-combobox-control-in-flex/</link>
	<description>A bunch of examples for Adobe Flex and ActionScript</description>
	<pubDate>Thu, 04 Dec 2008 23:31:15 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.1</generator>

	<item>
		<title>By: peterd</title>
		<link>http://blog.flexexamples.com/2008/06/09/setting-a-border-color-on-the-combobox-control-in-flex/#comment-14228</link>
		<author>peterd</author>
		<pubDate>Fri, 18 Jul 2008 20:04:24 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2008/06/09/setting-a-border-color-on-the-combobox-control-in-flex/#comment-14228</guid>
		<description>Paul Dandurand,

I believe you'd need to make a custom skin:
&lt;pre class="code"&gt;
&#60;?xml version="1.0" encoding="utf-8"?&#62;
&#60;mx:Application xmlns:mx="http://www.adobe.com/2006/mxml"
        layout="vertical"
        backgroundColor="white"
        backgroundImage=""&#62;

    &#60;mx:ComboBox id="comboBox"
            borderColor="white"
            fillColors="[white,white]"
            dataProvider="[One,Two,Three]" /&#62;

&#60;/mx:Application&#62;
&lt;/pre&gt;

It seems there is still a slight border on the ComboBox control.

Peter</description>
		<content:encoded><![CDATA[<p>Paul Dandurand,</p>
<p>I believe you&#8217;d need to make a custom skin:</p>
<pre class="code">
&lt;?xml version="1.0" encoding="utf-8"?&gt;
&lt;mx:Application xmlns:mx="http://www.adobe.com/2006/mxml"
        layout="vertical"
        backgroundColor="white"
        backgroundImage=""&gt;

    &lt;mx:ComboBox id="comboBox"
            borderColor="white"
            fillColors="[white,white]"
            dataProvider="[One,Two,Three]" /&gt;

&lt;/mx:Application&gt;
</pre>
<p>It seems there is still a slight border on the ComboBox control.</p>
<p>Peter</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul Dandurand</title>
		<link>http://blog.flexexamples.com/2008/06/09/setting-a-border-color-on-the-combobox-control-in-flex/#comment-14220</link>
		<author>Paul Dandurand</author>
		<pubDate>Fri, 18 Jul 2008 19:18:28 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2008/06/09/setting-a-border-color-on-the-combobox-control-in-flex/#comment-14220</guid>
		<description>I notice the combobox always has a slight black border at the bottom no matter what border color you give it. Is there a way to get rid of this bottom color? I would like to make my combobox disappear completely into a white background (except for the text). I suppose I could make a skin, but is there an easier way?
Thanks.</description>
		<content:encoded><![CDATA[<p>I notice the combobox always has a slight black border at the bottom no matter what border color you give it. Is there a way to get rid of this bottom color? I would like to make my combobox disappear completely into a white background (except for the text). I suppose I could make a skin, but is there an easier way?<br />
Thanks.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
