<?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: Example code updated for beta 3</title>
	<atom:link href="http://kuwamoto.org/2006/05/11/example-code-updated-for-beta-3/feed/" rel="self" type="application/rss+xml" />
	<link>http://kuwamoto.org/2006/05/11/example-code-updated-for-beta-3/</link>
	<description>music, technology, interfaces, people</description>
	<lastBuildDate>Tue, 03 Aug 2010 22:16:45 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: sushant</title>
		<link>http://kuwamoto.org/2006/05/11/example-code-updated-for-beta-3/comment-page-1/#comment-241396</link>
		<dc:creator>sushant</dc:creator>
		<pubDate>Fri, 02 Jan 2009 16:38:48 +0000</pubDate>
		<guid isPermaLink="false">http://kuwamoto.org/2006/05/11/example-code-updated-for-beta-3/#comment-241396</guid>
		<description>Hi,

Can Any body help me about using completion function

Thanks, 

Sushant</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Can Any body help me about using completion function</p>
<p>Thanks, </p>
<p>Sushant</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: littleMuscle</title>
		<link>http://kuwamoto.org/2006/05/11/example-code-updated-for-beta-3/comment-page-1/#comment-236479</link>
		<dc:creator>littleMuscle</dc:creator>
		<pubDate>Sat, 20 Dec 2008 22:03:45 +0000</pubDate>
		<guid isPermaLink="false">http://kuwamoto.org/2006/05/11/example-code-updated-for-beta-3/#comment-236479</guid>
		<description>I read that to use a dataprovider with the CompletionInput control one can add sortedCandidatesDirty = true; to the setter for the dataProvider (response 23 - Nate).  Can anyone help me do this.</description>
		<content:encoded><![CDATA[<p>I read that to use a dataprovider with the CompletionInput control one can add sortedCandidatesDirty = true; to the setter for the dataProvider (response 23 &#8211; Nate).  Can anyone help me do this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Composant Flex - AutoCompletion sur un champ Texte (AutoComplete TextInput) - Adobe Flex Tutorial - Tutoriaux Flex Builder, MXML, ActionScript, AS3</title>
		<link>http://kuwamoto.org/2006/05/11/example-code-updated-for-beta-3/comment-page-1/#comment-232495</link>
		<dc:creator>Composant Flex - AutoCompletion sur un champ Texte (AutoComplete TextInput) - Adobe Flex Tutorial - Tutoriaux Flex Builder, MXML, ActionScript, AS3</dc:creator>
		<pubDate>Wed, 26 Nov 2008 15:57:30 +0000</pubDate>
		<guid isPermaLink="false">http://kuwamoto.org/2006/05/11/example-code-updated-for-beta-3/#comment-232495</guid>
		<description>[...] CompleteInput sur kuwamoto.org [...]</description>
		<content:encoded><![CDATA[<p>[...] CompleteInput sur kuwamoto.org [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: prashant shelke</title>
		<link>http://kuwamoto.org/2006/05/11/example-code-updated-for-beta-3/comment-page-1/#comment-231446</link>
		<dc:creator>prashant shelke</dc:creator>
		<pubDate>Mon, 17 Nov 2008 11:19:42 +0000</pubDate>
		<guid isPermaLink="false">http://kuwamoto.org/2006/05/11/example-code-updated-for-beta-3/#comment-231446</guid>
		<description>Nice component.

Can you please provide any help on autoComplete combo instead of TextInput. I am trying to use this nice feature with editable comboBox.

Great work!

Thanks.</description>
		<content:encoded><![CDATA[<p>Nice component.</p>
<p>Can you please provide any help on autoComplete combo instead of TextInput. I am trying to use this nice feature with editable comboBox.</p>
<p>Great work!</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Flex AutoComplete Component: a new take on an old standard&#8230; &#171; Hillel Coren</title>
		<link>http://kuwamoto.org/2006/05/11/example-code-updated-for-beta-3/comment-page-1/#comment-230471</link>
		<dc:creator>Flex AutoComplete Component: a new take on an old standard&#8230; &#171; Hillel Coren</dc:creator>
		<pubDate>Mon, 10 Nov 2008 17:54:54 +0000</pubDate>
		<guid isPermaLink="false">http://kuwamoto.org/2006/05/11/example-code-updated-for-beta-3/#comment-230471</guid>
		<description>[...] a couple of other AutoComplete components out there (most notably the ones from the Flex Team and kuwamoto.org), neither of them had the features we were looking for. I struggled for a while trying to extend [...]</description>
		<content:encoded><![CDATA[<p>[...] a couple of other AutoComplete components out there (most notably the ones from the Flex Team and kuwamoto.org), neither of them had the features we were looking for. I struggled for a while trying to extend [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nitin</title>
		<link>http://kuwamoto.org/2006/05/11/example-code-updated-for-beta-3/comment-page-1/#comment-223814</link>
		<dc:creator>Nitin</dc:creator>
		<pubDate>Fri, 19 Sep 2008 06:28:42 +0000</pubDate>
		<guid isPermaLink="false">http://kuwamoto.org/2006/05/11/example-code-updated-for-beta-3/#comment-223814</guid>
		<description>Hi,

I have seen your AutoComplete Input sample. Its really a very good sample.
I have fetched the data from webservice as an array and bind it to the CompletionInput dataprovider but the items of the array does not get populated in the Textbox.

Can you pls help me regarding the same. 

Thanks,
Nitin</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I have seen your AutoComplete Input sample. Its really a very good sample.<br />
I have fetched the data from webservice as an array and bind it to the CompletionInput dataprovider but the items of the array does not get populated in the Textbox.</p>
<p>Can you pls help me regarding the same. </p>
<p>Thanks,<br />
Nitin</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amanda</title>
		<link>http://kuwamoto.org/2006/05/11/example-code-updated-for-beta-3/comment-page-1/#comment-181444</link>
		<dc:creator>Amanda</dc:creator>
		<pubDate>Wed, 30 Apr 2008 18:20:52 +0000</pubDate>
		<guid isPermaLink="false">http://kuwamoto.org/2006/05/11/example-code-updated-for-beta-3/#comment-181444</guid>
		<description>Thank you SO much for a great auto complete component! I couldn&#039;t get any of the others out there to work for me but yours did the trick. One thing, I did have to import the ContextMenuItem class for it to work properly.

Thanks again - cheers!
Amanda</description>
		<content:encoded><![CDATA[<p>Thank you SO much for a great auto complete component! I couldn&#8217;t get any of the others out there to work for me but yours did the trick. One thing, I did have to import the ContextMenuItem class for it to work properly.</p>
<p>Thanks again &#8211; cheers!<br />
Amanda</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: WS-Blog &#187; Quick tip: Avoid issues using Adobes AutoComplete Input component using Flex 3</title>
		<link>http://kuwamoto.org/2006/05/11/example-code-updated-for-beta-3/comment-page-1/#comment-181443</link>
		<dc:creator>WS-Blog &#187; Quick tip: Avoid issues using Adobes AutoComplete Input component using Flex 3</dc:creator>
		<pubDate>Wed, 30 Apr 2008 18:19:02 +0000</pubDate>
		<guid isPermaLink="false">http://kuwamoto.org/2006/05/11/example-code-updated-for-beta-3/#comment-181443</guid>
		<description>[...] There are several Flex components for handling auto completion out there, for example components called CompletionInput, Autocomplete TextInput or Adobes AutoComplete Input. For a current Flex 3 based project I decided to use Adobes component and had the following issue: [...]</description>
		<content:encoded><![CDATA[<p>[...] There are several Flex components for handling auto completion out there, for example components called CompletionInput, Autocomplete TextInput or Adobes AutoComplete Input. For a current Flex 3 based project I decided to use Adobes component and had the following issue: [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rafael Ochoa</title>
		<link>http://kuwamoto.org/2006/05/11/example-code-updated-for-beta-3/comment-page-1/#comment-126321</link>
		<dc:creator>Rafael Ochoa</dc:creator>
		<pubDate>Mon, 04 Feb 2008 19:24:29 +0000</pubDate>
		<guid isPermaLink="false">http://kuwamoto.org/2006/05/11/example-code-updated-for-beta-3/#comment-126321</guid>
		<description>Hello, great components. I need to know How may I call the drawer without mouse movement?? with a click on a buttom for example?? thanks</description>
		<content:encoded><![CDATA[<p>Hello, great components. I need to know How may I call the drawer without mouse movement?? with a click on a buttom for example?? thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Venkata Guru</title>
		<link>http://kuwamoto.org/2006/05/11/example-code-updated-for-beta-3/comment-page-1/#comment-123141</link>
		<dc:creator>Venkata Guru</dc:creator>
		<pubDate>Thu, 31 Jan 2008 08:27:10 +0000</pubDate>
		<guid isPermaLink="false">http://kuwamoto.org/2006/05/11/example-code-updated-for-beta-3/#comment-123141</guid>
		<description>Hi,
    Iam using the &quot; CompletionInput &quot; . The component is not working with DataProvider.   Can you please help me, how to use that with a DataProvider.

Regards,
Guru</description>
		<content:encoded><![CDATA[<p>Hi,<br />
    Iam using the &#8221; CompletionInput &#8221; . The component is not working with DataProvider.   Can you please help me, how to use that with a DataProvider.</p>
<p>Regards,<br />
Guru</p>
]]></content:encoded>
	</item>
</channel>
</rss>
