<?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: Using the DropDownList in Flex 4</title>
	<atom:link href="http://blog.flexexamples.com/2009/03/07/using-the-dropdownlist-in-flex-gumbo/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.flexexamples.com/2009/03/07/using-the-dropdownlist-in-flex-gumbo/</link>
	<description>Just a bunch of Adobe Flex Examples</description>
	<lastBuildDate>Sat, 11 Feb 2012 11:51:51 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Shailen TJ</title>
		<link>http://blog.flexexamples.com/2009/03/07/using-the-dropdownlist-in-flex-gumbo/comment-page-1/#comment-9402</link>
		<dc:creator>Shailen TJ</dc:creator>
		<pubDate>Mon, 18 Jul 2011 11:30:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2009/03/07/using-the-dropdownlist-in-flex-gumbo/#comment-9402</guid>
		<description>Got same question as Jason and Hernan. We are in 2011 now. If you have some time, it would be great if you could create the examples in SWF format. Thank you very much.</description>
		<content:encoded><![CDATA[<p>Got same question as Jason and Hernan. We are in 2011 now. If you have some time, it would be great if you could create the examples in SWF format. Thank you very much.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jason</title>
		<link>http://blog.flexexamples.com/2009/03/07/using-the-dropdownlist-in-flex-gumbo/comment-page-1/#comment-9118</link>
		<dc:creator>jason</dc:creator>
		<pubDate>Fri, 08 Apr 2011 17:34:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2009/03/07/using-the-dropdownlist-in-flex-gumbo/#comment-9118</guid>
		<description>Are there any tutorials here or elsewhere that describe how to skin all the elements of a DropDownList?
Skin a scroll bar - piece of cake.  But, I&#039;m finding skinning a DropDownList extremely challenging.

Thx.</description>
		<content:encoded><![CDATA[<p>Are there any tutorials here or elsewhere that describe how to skin all the elements of a DropDownList?<br />
Skin a scroll bar &#8211; piece of cake.  But, I&#8217;m finding skinning a DropDownList extremely challenging.</p>
<p>Thx.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter deHaan</title>
		<link>http://blog.flexexamples.com/2009/03/07/using-the-dropdownlist-in-flex-gumbo/comment-page-1/#comment-8316</link>
		<dc:creator>Peter deHaan</dc:creator>
		<pubDate>Fri, 10 Sep 2010 06:10:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2009/03/07/using-the-dropdownlist-in-flex-gumbo/#comment-8316</guid>
		<description>@Rajneesh,

Are you targeting Flex SDK 4.0 or later? Also, possibly try renaming your MXML file something more unique than &quot;dropdownlist.mxml&quot;. That may be causing conflicts with the Spark DropDownList class.

Peter</description>
		<content:encoded><![CDATA[<p>@Rajneesh,</p>
<p>Are you targeting Flex SDK 4.0 or later? Also, possibly try renaming your MXML file something more unique than &#8220;dropdownlist.mxml&#8221;. That may be causing conflicts with the Spark DropDownList class.</p>
<p>Peter</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rajneesh</title>
		<link>http://blog.flexexamples.com/2009/03/07/using-the-dropdownlist-in-flex-gumbo/comment-page-1/#comment-8315</link>
		<dc:creator>Rajneesh</dc:creator>
		<pubDate>Fri, 10 Sep 2010 05:44:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2009/03/07/using-the-dropdownlist-in-flex-gumbo/#comment-8315</guid>
		<description>Hi all,

When I am placing this code on flex Builder . I am getting a Description	Resource	Path	Location	Type
Unable to locate specified base class &#039;spark.components.Application&#039; for component class &#039;dropdownlist&#039;.	dropdownlist.mxml	/brace-builder/src	Unknown	Flex Problem


Kindly let me know the issue</description>
		<content:encoded><![CDATA[<p>Hi all,</p>
<p>When I am placing this code on flex Builder . I am getting a Description	Resource	Path	Location	Type<br />
Unable to locate specified base class &#8216;spark.components.Application&#8217; for component class &#8216;dropdownlist&#8217;.	dropdownlist.mxml	/brace-builder/src	Unknown	Flex Problem</p>
<p>Kindly let me know the issue</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tony</title>
		<link>http://blog.flexexamples.com/2009/03/07/using-the-dropdownlist-in-flex-gumbo/comment-page-1/#comment-8076</link>
		<dc:creator>Tony</dc:creator>
		<pubDate>Tue, 06 Jul 2010 15:23:02 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2009/03/07/using-the-dropdownlist-in-flex-gumbo/#comment-8076</guid>
		<description>Is there any way to set the dropdowns selected item based on a value?  Basically i have name/value pairs and want to be able to set the dropdowns  visibly selected item by value.</description>
		<content:encoded><![CDATA[<p>Is there any way to set the dropdowns selected item based on a value?  Basically i have name/value pairs and want to be able to set the dropdowns  visibly selected item by value.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter deHaan</title>
		<link>http://blog.flexexamples.com/2009/03/07/using-the-dropdownlist-in-flex-gumbo/comment-page-1/#comment-4142</link>
		<dc:creator>Peter deHaan</dc:creator>
		<pubDate>Mon, 09 Mar 2009 00:39:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2009/03/07/using-the-dropdownlist-in-flex-gumbo/#comment-4142</guid>
		<description>Hernan,

The Gumbo posts will all need to be updated after the Fx prefix is removed. So I didn&#039;t want to create/upload a bunch of SWFs and then recreate them all in the future. I&#039;m planning on adding SWFs to these older examples (time permitting) when I update them all later after the big API renaming. For more information on the &lt;a href=&quot;http://opensource.adobe.com/wiki/display/flexsdk/Dropping+the+Fx+Prefix&quot; rel=&quot;nofollow&quot;&gt;&quot;Dropping the Fx Prefix&quot;&lt;/a&gt; page on the Flex Gumbo page on the opensource.adobe.com website.

Peter</description>
		<content:encoded><![CDATA[<p>Hernan,</p>
<p>The Gumbo posts will all need to be updated after the Fx prefix is removed. So I didn&#8217;t want to create/upload a bunch of SWFs and then recreate them all in the future. I&#8217;m planning on adding SWFs to these older examples (time permitting) when I update them all later after the big API renaming. For more information on the <a href="http://opensource.adobe.com/wiki/display/flexsdk/Dropping+the+Fx+Prefix" rel="nofollow">&#8220;Dropping the Fx Prefix&#8221;</a> page on the Flex Gumbo page on the opensource.adobe.com website.</p>
<p>Peter</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hernan</title>
		<link>http://blog.flexexamples.com/2009/03/07/using-the-dropdownlist-in-flex-gumbo/comment-page-1/#comment-4141</link>
		<dc:creator>Hernan</dc:creator>
		<pubDate>Mon, 09 Mar 2009 00:29:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2009/03/07/using-the-dropdownlist-in-flex-gumbo/#comment-4141</guid>
		<description>Hi, Why dont upload the example running like other examples</description>
		<content:encoded><![CDATA[<p>Hi, Why dont upload the example running like other examples</p>
]]></content:encoded>
	</item>
</channel>
</rss>

