<?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 a border color on the ComboBox control in Flex</title>
	<atom:link href="http://blog.flexexamples.com/2008/06/09/setting-a-border-color-on-the-combobox-control-in-flex/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.flexexamples.com/2008/06/09/setting-a-border-color-on-the-combobox-control-in-flex/</link>
	<description>Just a bunch of Adobe Flex Examples</description>
	<lastBuildDate>Sun, 12 Feb 2012 14:19:03 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: peterd</title>
		<link>http://blog.flexexamples.com/2008/06/09/setting-a-border-color-on-the-combobox-control-in-flex/comment-page-1/#comment-3360</link>
		<dc:creator>peterd</dc:creator>
		<pubDate>Fri, 18 Jul 2008 20:04:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/06/09/setting-a-border-color-on-the-combobox-control-in-flex/#comment-3360</guid>
		<description>Paul Dandurand,

I believe you&#039;d need to make a custom skin:
&lt;pre class=&quot;code&quot;&gt;
&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot;?&gt;
&lt;mx:Application xmlns:mx=&quot;http://www.adobe.com/2006/mxml&quot;
        layout=&quot;vertical&quot;
        backgroundColor=&quot;white&quot;
        backgroundImage=&quot;&quot;&gt;

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

&lt;/mx:Application&gt;
&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-page-1/#comment-3359</link>
		<dc:creator>Paul Dandurand</dc:creator>
		<pubDate>Fri, 18 Jul 2008 19:18:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/06/09/setting-a-border-color-on-the-combobox-control-in-flex/#comment-3359</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>

