<?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: Flex 4 AutoComplete</title>
	<atom:link href="http://flashcommander.org/blog/flex-4-autocomplete/feed" rel="self" type="application/rss+xml" />
	<link>http://flashcommander.org/blog/flex-4-autocomplete</link>
	<description>Flex, Flash, Air, Android, web development</description>
	<lastBuildDate>Wed, 01 Sep 2010 23:38:52 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: cg</title>
		<link>http://flashcommander.org/blog/flex-4-autocomplete/comment-page-1#comment-84</link>
		<dc:creator>cg</dc:creator>
		<pubDate>Wed, 01 Sep 2010 23:38:52 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/wordpress/?p=36#comment-84</guid>
		<description>Ok, found out how to do this myself. Removed lines 321 - 324 in the Autocomplete.as file. The following lines where the item is being set to null

if (collection.length==0){
_selectedIndex = -1;
				selectedItem = null;
			}</description>
		<content:encoded><![CDATA[<p>Ok, found out how to do this myself. Removed lines 321 &#8211; 324 in the Autocomplete.as file. The following lines where the item is being set to null</p>
<p>if (collection.length==0){<br />
_selectedIndex = -1;<br />
				selectedItem = null;<br />
			}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cg</title>
		<link>http://flashcommander.org/blog/flex-4-autocomplete/comment-page-1#comment-83</link>
		<dc:creator>cg</dc:creator>
		<pubDate>Wed, 01 Sep 2010 07:44:03 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/wordpress/?p=36#comment-83</guid>
		<description>Is there anyway to allow for free text as well as the dropdown list? 

For example, when using as in input field, as people type in the text box for a first name, they will see a list that help them pick a list of predefined common names, but they are still free to enter their own name. eg - &quot;J&quot; (shows John, Jenny, Jake) ... &quot;John&quot; (only two items left in the list &quot;John&quot;, &quot;Johno&quot;)... user enters &quot;Johnster&quot; which might be their actual name and continues on with the rest of the form</description>
		<content:encoded><![CDATA[<p>Is there anyway to allow for free text as well as the dropdown list? </p>
<p>For example, when using as in input field, as people type in the text box for a first name, they will see a list that help them pick a list of predefined common names, but they are still free to enter their own name. eg &#8211; &#8220;J&#8221; (shows John, Jenny, Jake) &#8230; &#8220;John&#8221; (only two items left in the list &#8220;John&#8221;, &#8220;Johno&#8221;)&#8230; user enters &#8220;Johnster&#8221; which might be their actual name and continues on with the rest of the form</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shafi</title>
		<link>http://flashcommander.org/blog/flex-4-autocomplete/comment-page-1#comment-78</link>
		<dc:creator>Shafi</dc:creator>
		<pubDate>Tue, 10 Aug 2010 14:31:38 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/wordpress/?p=36#comment-78</guid>
		<description>Thanks for sharing the code.

If we have to dynamic dataProvider. When user press the &quot;A&quot; it should fetch the data from there server and show them in list</description>
		<content:encoded><![CDATA[<p>Thanks for sharing the code.</p>
<p>If we have to dynamic dataProvider. When user press the &#8220;A&#8221; it should fetch the data from there server and show them in list</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://flashcommander.org/blog/flex-4-autocomplete/comment-page-1#comment-72</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Tue, 15 Jun 2010 11:31:26 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/wordpress/?p=36#comment-72</guid>
		<description>Thanks for the tips. I have implemented the first two and updated the source. 
I haven&#039;t experienced no 3. so far.</description>
		<content:encoded><![CDATA[<p>Thanks for the tips. I have implemented the first two and updated the source.<br />
I haven&#8217;t experienced no 3. so far.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vicary Archangel</title>
		<link>http://flashcommander.org/blog/flex-4-autocomplete/comment-page-1#comment-69</link>
		<dc:creator>Vicary Archangel</dc:creator>
		<pubDate>Sun, 06 Jun 2010 20:36:01 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/wordpress/?p=36#comment-69</guid>
		<description>A few fine tuning:
1. on _focusOutHandler, clear out selectedIndex and selectedItem on &quot;collection.length == 0&quot;.
2. on set selectedItem, also set _text rather than just inputTxt.text.
3. Directly changing the dataProvider may cause filter and sorter already set being malfunctioned, shoulda create new ListCollectionView or something with the same source on setting dataProvider property.

Great component and I&#039;m sure I&#039;ll use it for a long time.</description>
		<content:encoded><![CDATA[<p>A few fine tuning:<br />
1. on _focusOutHandler, clear out selectedIndex and selectedItem on &#8220;collection.length == 0&#8243;.<br />
2. on set selectedItem, also set _text rather than just inputTxt.text.<br />
3. Directly changing the dataProvider may cause filter and sorter already set being malfunctioned, shoulda create new ListCollectionView or something with the same source on setting dataProvider property.</p>
<p>Great component and I&#8217;m sure I&#8217;ll use it for a long time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vicary Archangel</title>
		<link>http://flashcommander.org/blog/flex-4-autocomplete/comment-page-1#comment-68</link>
		<dc:creator>Vicary Archangel</dc:creator>
		<pubDate>Sun, 06 Jun 2010 19:09:46 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/wordpress/?p=36#comment-68</guid>
		<description>It throws a RangeException when you press enter on every thing in the list is filtered out.

You can fix this by adding &quot;&amp;&amp; collection.length &gt; 0&quot; in the first if statement under method acceptCompletion().</description>
		<content:encoded><![CDATA[<p>It throws a RangeException when you press enter on every thing in the list is filtered out.</p>
<p>You can fix this by adding &#8220;&amp;&amp; collection.length &gt; 0&#8243; in the first if statement under method acceptCompletion().</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matthew Montana</title>
		<link>http://flashcommander.org/blog/flex-4-autocomplete/comment-page-1#comment-60</link>
		<dc:creator>Matthew Montana</dc:creator>
		<pubDate>Wed, 28 Apr 2010 12:41:18 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/wordpress/?p=36#comment-60</guid>
		<description>Any chance you could throw together a quick and dirty sample of adding icons? I&#039;m very much a noob. I&#039;m not sure where to even start modifying those files. Thanks in advance.</description>
		<content:encoded><![CDATA[<p>Any chance you could throw together a quick and dirty sample of adding icons? I&#8217;m very much a noob. I&#8217;m not sure where to even start modifying those files. Thanks in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://flashcommander.org/blog/flex-4-autocomplete/comment-page-1#comment-59</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Tue, 27 Apr 2010 15:12:11 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/wordpress/?p=36#comment-59</guid>
		<description>Yes, you need to edit the skin file &lt;code&gt;AutoCompleteSkin &lt;/code&gt; - to change the input - and to define a custom item renderer for &lt;code&gt;ListAutoComplete &lt;/code&gt; - to change the popup.</description>
		<content:encoded><![CDATA[<p>Yes, you need to edit the skin file <code>AutoCompleteSkin </code> &#8211; to change the input &#8211; and to define a custom item renderer for <code>ListAutoComplete </code> &#8211; to change the popup.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matthew Montana</title>
		<link>http://flashcommander.org/blog/flex-4-autocomplete/comment-page-1#comment-58</link>
		<dc:creator>Matthew Montana</dc:creator>
		<pubDate>Tue, 27 Apr 2010 14:55:07 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/wordpress/?p=36#comment-58</guid>
		<description>Great component. Clean and quick. Question...Would it be possible to add icons to the component, both in the text input and the pop up list?</description>
		<content:encoded><![CDATA[<p>Great component. Clean and quick. Question&#8230;Would it be possible to add icons to the component, both in the text input and the pop up list?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ranch</title>
		<link>http://flashcommander.org/blog/flex-4-autocomplete/comment-page-1#comment-39</link>
		<dc:creator>Ranch</dc:creator>
		<pubDate>Thu, 01 Apr 2010 17:55:28 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/wordpress/?p=36#comment-39</guid>
		<description>Thank you very much, after the upgrade it works fine as a stand alone.
But, when the autocomplete is part of a datagrid the mouse down code is not working. any suggestion?</description>
		<content:encoded><![CDATA[<p>Thank you very much, after the upgrade it works fine as a stand alone.<br />
But, when the autocomplete is part of a datagrid the mouse down code is not working. any suggestion?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
