<?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: Removing the vertical separator from the ComboBox control in Flex</title>
	<atom:link href="http://blog.flexexamples.com/2009/03/23/removing-the-vertical-separator-from-the-combobox-control-in-flex/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.flexexamples.com/2009/03/23/removing-the-vertical-separator-from-the-combobox-control-in-flex/</link>
	<description>Just a bunch of Adobe Flex Examples</description>
	<lastBuildDate>Mon, 13 Feb 2012 01:38:13 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Richard of Norway</title>
		<link>http://blog.flexexamples.com/2009/03/23/removing-the-vertical-separator-from-the-combobox-control-in-flex/comment-page-1/#comment-6831</link>
		<dc:creator>Richard of Norway</dc:creator>
		<pubDate>Fri, 22 Jan 2010 12:28:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2009/03/23/removing-the-vertical-separator-from-the-combobox-control-in-flex/#comment-6831</guid>
		<description>I found out how to make the changes I wanted after all. I knew there should be a VERY SIMPLE way to do it, but scouring the net did not give me the answers until I stumbled across it in your code. Thanks!

The answer, in my case (change only border color and background-gradient) was to assign a themeColor to the components, which I did in the CSS, like this:
global {
	theme-color: #7ab800;
}</description>
		<content:encoded><![CDATA[<p>I found out how to make the changes I wanted after all. I knew there should be a VERY SIMPLE way to do it, but scouring the net did not give me the answers until I stumbled across it in your code. Thanks!</p>
<p>The answer, in my case (change only border color and background-gradient) was to assign a themeColor to the components, which I did in the CSS, like this:<br />
global {<br />
	theme-color: #7ab800;<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard of Norway</title>
		<link>http://blog.flexexamples.com/2009/03/23/removing-the-vertical-separator-from-the-combobox-control-in-flex/comment-page-1/#comment-6830</link>
		<dc:creator>Richard of Norway</dc:creator>
		<pubDate>Fri, 22 Jan 2010 12:13:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2009/03/23/removing-the-vertical-separator-from-the-combobox-control-in-flex/#comment-6830</guid>
		<description>I tried changing
     var arrowOnly:Boolean = true;
to &quot;false&quot; but no change at all.</description>
		<content:encoded><![CDATA[<p>I tried changing<br />
     var arrowOnly:Boolean = true;<br />
to &#8220;false&#8221; but no change at all.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard of Norway</title>
		<link>http://blog.flexexamples.com/2009/03/23/removing-the-vertical-separator-from-the-combobox-control-in-flex/comment-page-1/#comment-6829</link>
		<dc:creator>Richard of Norway</dc:creator>
		<pubDate>Fri, 22 Jan 2010 12:08:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2009/03/23/removing-the-vertical-separator-from-the-combobox-control-in-flex/#comment-6829</guid>
		<description>This is excellent!

What if I only want to change the background gradient or border color? But want to leave the seperator? (Which part of this code removes the seperator?)

Thanks! :)</description>
		<content:encoded><![CDATA[<p>This is excellent!</p>
<p>What if I only want to change the background gradient or border color? But want to leave the seperator? (Which part of this code removes the seperator?)</p>
<p>Thanks! :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Royce</title>
		<link>http://blog.flexexamples.com/2009/03/23/removing-the-vertical-separator-from-the-combobox-control-in-flex/comment-page-1/#comment-5388</link>
		<dc:creator>Royce</dc:creator>
		<pubDate>Thu, 27 Aug 2009 01:55:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2009/03/23/removing-the-vertical-separator-from-the-combobox-control-in-flex/#comment-5388</guid>
		<description>Nice post, solved my problem and got me on the path to creating a totally custom combobox skin which I needed for my current project.</description>
		<content:encoded><![CDATA[<p>Nice post, solved my problem and got me on the path to creating a totally custom combobox skin which I needed for my current project.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Todd</title>
		<link>http://blog.flexexamples.com/2009/03/23/removing-the-vertical-separator-from-the-combobox-control-in-flex/comment-page-1/#comment-4159</link>
		<dc:creator>Todd</dc:creator>
		<pubDate>Sat, 09 May 2009 11:04:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2009/03/23/removing-the-vertical-separator-from-the-combobox-control-in-flex/#comment-4159</guid>
		<description>I think in one of the Adobe TV clips they showed that if you create a folder structure like this in your project&#039;s src folder: src/mx/skins/halo and put your classes in there, then you wouldn&#039;t have to modify the framework directly. Don&#039;t hold me to that, though.</description>
		<content:encoded><![CDATA[<p>I think in one of the Adobe TV clips they showed that if you create a folder structure like this in your project&#8217;s src folder: src/mx/skins/halo and put your classes in there, then you wouldn&#8217;t have to modify the framework directly. Don&#8217;t hold me to that, though.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Hill</title>
		<link>http://blog.flexexamples.com/2009/03/23/removing-the-vertical-separator-from-the-combobox-control-in-flex/comment-page-1/#comment-4158</link>
		<dc:creator>Chris Hill</dc:creator>
		<pubDate>Fri, 27 Mar 2009 19:15:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2009/03/23/removing-the-vertical-separator-from-the-combobox-control-in-flex/#comment-4158</guid>
		<description>Thanks for this example. I spent a little bit working on a similar problem: how to remove the gradient border from the border of a combobox. In this process I found that this is a copy of the ComboBoxArrowSkin with a couple minor changes. What I ended up doing was just copy/pasting the ComboBoxArrowSkin class in flex_trunk/frameworks/projects/framework/src/mx/skins/halo and modifying it so that it didn&#039;t apply a gradient to the border. But I wouldn&#039;t have thought of doing that if it wasn&#039;t for this example. Cheers!</description>
		<content:encoded><![CDATA[<p>Thanks for this example. I spent a little bit working on a similar problem: how to remove the gradient border from the border of a combobox. In this process I found that this is a copy of the ComboBoxArrowSkin with a couple minor changes. What I ended up doing was just copy/pasting the ComboBoxArrowSkin class in flex_trunk/frameworks/projects/framework/src/mx/skins/halo and modifying it so that it didn&#8217;t apply a gradient to the border. But I wouldn&#8217;t have thought of doing that if it wasn&#8217;t for this example. Cheers!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

