<?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: Displaying icons in a Flex ComboBox control</title>
	<atom:link href="http://blog.flexexamples.com/2007/08/18/displaying-icons-in-a-flex-combobox-control/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.flexexamples.com/2007/08/18/displaying-icons-in-a-flex-combobox-control/</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: Anonymous</title>
		<link>http://blog.flexexamples.com/2007/08/18/displaying-icons-in-a-flex-combobox-control/comment-page-1/#comment-8102</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Tue, 13 Jul 2010 16:57:43 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/08/18/displaying-icons-in-a-flex-combobox-control/#comment-8102</guid>
		<description>Also, you have to make your image variable public only.  I tried to make it private and it was not working.  Quite weired, the &quot;private&quot; should work</description>
		<content:encoded><![CDATA[<p>Also, you have to make your image variable public only.  I tried to make it private and it was not working.  Quite weired, the &#8220;private&#8221; should work</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Leonardo C.</title>
		<link>http://blog.flexexamples.com/2007/08/18/displaying-icons-in-a-flex-combobox-control/comment-page-1/#comment-6555</link>
		<dc:creator>Leonardo C.</dc:creator>
		<pubDate>Tue, 08 Dec 2009 11:50:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/08/18/displaying-icons-in-a-flex-combobox-control/#comment-6555</guid>
		<description>Hi, I&#039;m trying to change the combobox arrow icon (that is, the outer icon).  But couldn&#039;t find a resource yet... does anyone have some tips or know resources about that ?</description>
		<content:encoded><![CDATA[<p>Hi, I&#8217;m trying to change the combobox arrow icon (that is, the outer icon).  But couldn&#8217;t find a resource yet&#8230; does anyone have some tips or know resources about that ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mikhail Zoupas</title>
		<link>http://blog.flexexamples.com/2007/08/18/displaying-icons-in-a-flex-combobox-control/comment-page-1/#comment-6504</link>
		<dc:creator>Mikhail Zoupas</dc:creator>
		<pubDate>Wed, 02 Dec 2009 09:23:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/08/18/displaying-icons-in-a-flex-combobox-control/#comment-6504</guid>
		<description>Hello there and thanks in advance...
I am trying to make a combobox with a divider. List of values normally but on top one value &#039;ADD NEW...&#039; and a divider. Any ideas?
Thanks

Have fun</description>
		<content:encoded><![CDATA[<p>Hello there and thanks in advance&#8230;<br />
I am trying to make a combobox with a divider. List of values normally but on top one value &#8216;ADD NEW&#8230;&#8217; and a divider. Any ideas?<br />
Thanks</p>
<p>Have fun</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vijay</title>
		<link>http://blog.flexexamples.com/2007/08/18/displaying-icons-in-a-flex-combobox-control/comment-page-1/#comment-661</link>
		<dc:creator>Vijay</dc:creator>
		<pubDate>Sun, 27 Jul 2008 21:50:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/08/18/displaying-icons-in-a-flex-combobox-control/#comment-661</guid>
		<description>Method 1:
Took me a while to figure out since i had my comboBox inside another component and not in main.mxml. You need to declare the IMAGES only in the main.mxml in other words where ever the  tag is,  otherwise the icon wont show up in the combo box.

Method 2:
This is better coz u can see the icon after a selection is made unlike method1 which shows icons only when dropdown is mainfested.
http://flexibleexperiments.wordpress.com/2007/04/28/flex-201-combobox-with-icon-support/</description>
		<content:encoded><![CDATA[<p>Method 1:<br />
Took me a while to figure out since i had my comboBox inside another component and not in main.mxml. You need to declare the IMAGES only in the main.mxml in other words where ever the  tag is,  otherwise the icon wont show up in the combo box.</p>
<p>Method 2:<br />
This is better coz u can see the icon after a selection is made unlike method1 which shows icons only when dropdown is mainfested.<br />
<a href="http://flexibleexperiments.wordpress.com/2007/04/28/flex-201-combobox-with-icon-support/" rel="nofollow">http://flexibleexperiments.wordpress.com/2007/04/28/flex-201-combobox-with-icon-support/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://blog.flexexamples.com/2007/08/18/displaying-icons-in-a-flex-combobox-control/comment-page-1/#comment-660</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Thu, 11 Oct 2007 15:34:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/08/18/displaying-icons-in-a-flex-combobox-control/#comment-660</guid>
		<description>to display icon http://flexibleexperiments.wordpress.com/2007/04/28/flex-201-combobox-with-icon-support/</description>
		<content:encoded><![CDATA[<p>to display icon <a href="http://flexibleexperiments.wordpress.com/2007/04/28/flex-201-combobox-with-icon-support/" rel="nofollow">http://flexibleexperiments.wordpress.com/2007/04/28/flex-201-combobox-with-icon-support/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://blog.flexexamples.com/2007/08/18/displaying-icons-in-a-flex-combobox-control/comment-page-1/#comment-659</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Fri, 28 Sep 2007 12:23:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/08/18/displaying-icons-in-a-flex-combobox-control/#comment-659</guid>
		<description>Hi,

I&#039;m trying to do the same except with a Menu. A Menu where the MenuItems have embedded icons, aligned on the left. Something which should be so easy seems like a lot of trouble.

Matt</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I&#8217;m trying to do the same except with a Menu. A Menu where the MenuItems have embedded icons, aligned on the left. Something which should be so easy seems like a lot of trouble.</p>
<p>Matt</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nate</title>
		<link>http://blog.flexexamples.com/2007/08/18/displaying-icons-in-a-flex-combobox-control/comment-page-1/#comment-658</link>
		<dc:creator>Nate</dc:creator>
		<pubDate>Wed, 26 Sep 2007 14:32:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/08/18/displaying-icons-in-a-flex-combobox-control/#comment-658</guid>
		<description>Any luck having that icon display once an item is selected? Internally it&#039;s a text field but I&#039;m looking for a way to change that.</description>
		<content:encoded><![CDATA[<p>Any luck having that icon display once an item is selected? Internally it&#8217;s a text field but I&#8217;m looking for a way to change that.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

