<?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: Tip of the Day &#8211; How to create a prompt field on your mx:ComboBox</title>
	<atom:link href="http://blog.natebeck.net/2009/04/tip-of-the-day-how-to-create-a-prompt-field-on-your-mxcombobox/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.natebeck.net/2009/04/tip-of-the-day-how-to-create-a-prompt-field-on-your-mxcombobox/</link>
	<description>AIR, Flex / Flash, FMS, PushButton, Game... Developer</description>
	<lastBuildDate>Mon, 11 Jul 2011 19:09:05 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: Gareth Arch</title>
		<link>http://blog.natebeck.net/2009/04/tip-of-the-day-how-to-create-a-prompt-field-on-your-mxcombobox/comment-page-1/#comment-2201</link>
		<dc:creator>Gareth Arch</dc:creator>
		<pubDate>Mon, 18 May 2009 03:13:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.natebeck.net/?p=772#comment-2201</guid>
		<description>Hmmm...I never knew that you could ctrl-click on the combobox to reset that value to -1.  I knew about the prompt, but wow...learn something new every day :)  Sounds like that might be a nice custom control though.  DeselectableComboBox - onclick - if ( selectedItem == currentTarget ), either throw a ctrl-click or just set selectedIndex = -1.</description>
		<content:encoded><![CDATA[<p>Hmmm&#8230;I never knew that you could ctrl-click on the combobox to reset that value to -1.  I knew about the prompt, but wow&#8230;learn something new every day <img src='http://blog.natebeck.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />   Sounds like that might be a nice custom control though.  DeselectableComboBox &#8211; onclick &#8211; if ( selectedItem == currentTarget ), either throw a ctrl-click or just set selectedIndex = -1.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom Sammons</title>
		<link>http://blog.natebeck.net/2009/04/tip-of-the-day-how-to-create-a-prompt-field-on-your-mxcombobox/comment-page-1/#comment-1247</link>
		<dc:creator>Tom Sammons</dc:creator>
		<pubDate>Sat, 18 Apr 2009 13:13:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.natebeck.net/?p=772#comment-1247</guid>
		<description>Don&#039;t forget to add the &quot;selectedIndex=-1&quot; setter if you use the MXML method to ensure that the prompt is displayed if your dataProvider is populated through a service result handler function.  And also that the prompt value can&#039;t be selected again after you select another value unless your user knows how to deselect (control-click) -- not necessarily intuitive to all -- or they have another means of resetting the selected value to -1 via an actionscript function.</description>
		<content:encoded><![CDATA[<p>Don&#8217;t forget to add the &#8220;selectedIndex=-1&#8243; setter if you use the MXML method to ensure that the prompt is displayed if your dataProvider is populated through a service result handler function.  And also that the prompt value can&#8217;t be selected again after you select another value unless your user knows how to deselect (control-click) &#8212; not necessarily intuitive to all &#8212; or they have another means of resetting the selected value to -1 via an actionscript function.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

