<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Flex AutoComplete: Version 1.0</title>
	<atom:link href="http://hillelcoren.com/2009/07/03/flex-autocomplete-version-1-0/feed/" rel="self" type="application/rss+xml" />
	<link>http://hillelcoren.com/2009/07/03/flex-autocomplete-version-1-0/</link>
	<description>Just another coding weblog</description>
	<lastBuildDate>Wed, 30 May 2012 18:31:38 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Arun</title>
		<link>http://hillelcoren.com/2009/07/03/flex-autocomplete-version-1-0/comment-page-1/#comment-9825</link>
		<dc:creator><![CDATA[Arun]]></dc:creator>
		<pubDate>Sun, 04 Dec 2011 05:36:36 +0000</pubDate>
		<guid isPermaLink="false">http://hillelcoren.com/?p=380#comment-9825</guid>
		<description><![CDATA[I Am not still clear will explain me plese]]></description>
		<content:encoded><![CDATA[<p>I Am not still clear will explain me plese</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hillel</title>
		<link>http://hillelcoren.com/2009/07/03/flex-autocomplete-version-1-0/comment-page-1/#comment-9017</link>
		<dc:creator><![CDATA[Hillel]]></dc:creator>
		<pubDate>Fri, 07 Oct 2011 11:26:50 +0000</pubDate>
		<guid isPermaLink="false">http://hillelcoren.com/?p=380#comment-9017</guid>
		<description><![CDATA[I&#039;m sorry, I&#039;m not aware of an autocomplete which is suitable for a mobile project.]]></description>
		<content:encoded><![CDATA[<p>I&#8217;m sorry, I&#8217;m not aware of an autocomplete which is suitable for a mobile project.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Saidi Reddy.S</title>
		<link>http://hillelcoren.com/2009/07/03/flex-autocomplete-version-1-0/comment-page-1/#comment-9016</link>
		<dc:creator><![CDATA[Saidi Reddy.S]]></dc:creator>
		<pubDate>Fri, 07 Oct 2011 11:24:45 +0000</pubDate>
		<guid isPermaLink="false">http://hillelcoren.com/?p=380#comment-9016</guid>
		<description><![CDATA[Hi Sir,

Am new Flex , In Flex mobile Projects (flash builder 4.5 ). Autocompleteis not available could u please give advise for any alternate element to autocomplete of TextInput Control Thanks in Advance.]]></description>
		<content:encoded><![CDATA[<p>Hi Sir,</p>
<p>Am new Flex , In Flex mobile Projects (flash builder 4.5 ). Autocompleteis not available could u please give advise for any alternate element to autocomplete of TextInput Control Thanks in Advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hillel</title>
		<link>http://hillelcoren.com/2009/07/03/flex-autocomplete-version-1-0/comment-page-1/#comment-8267</link>
		<dc:creator><![CDATA[Hillel]]></dc:creator>
		<pubDate>Mon, 22 Aug 2011 06:15:24 +0000</pubDate>
		<guid isPermaLink="false">http://hillelcoren.com/?p=380#comment-8267</guid>
		<description><![CDATA[In the latest version of the AutoComplete I&#039;ve changed all private functions to protected (so people can more easily override the behavior). It&#039;s possible that this change has introduced some naming conflicts in your ExtendedAutoComplete class. You should just need to change the names of your functions to resolve the errors.]]></description>
		<content:encoded><![CDATA[<p>In the latest version of the AutoComplete I&#8217;ve changed all private functions to protected (so people can more easily override the behavior). It&#8217;s possible that this change has introduced some naming conflicts in your ExtendedAutoComplete class. You should just need to change the names of your functions to resolve the errors.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bhaskar Mannava</title>
		<link>http://hillelcoren.com/2009/07/03/flex-autocomplete-version-1-0/comment-page-1/#comment-8207</link>
		<dc:creator><![CDATA[Bhaskar Mannava]]></dc:creator>
		<pubDate>Fri, 19 Aug 2011 17:29:59 +0000</pubDate>
		<guid isPermaLink="false">http://hillelcoren.com/?p=380#comment-8207</guid>
		<description><![CDATA[Hi Hillel,
I am using autocomplete old version  and I want to migrate to newer version  (AutoComplete-1.2-Fx3.swc) But it is causing the following errors.

Could you please help me in this regards,

Ambiguous reference to handleItemRemove.
Ambiguous reference to handleItemTextInput.
Ambiguous reference to handleEditableItemChange.
Incompatible override.

1152: A conflict exists with inherited definition com.hillelcoren.components:AutoComplete._allowEditingNewValues in namespace protected.	ExtendedAutoComplete.as	

1152: A conflict exists with inherited definition com.hillelcoren.components:AutoComplete._allowNewValues in namespace protected.	ExtendedAutoComplete.as	

1152: A conflict exists with inherited definition com.hillelcoren.components:AutoComplete._delimiter in namespace protected.	ExtendedAutoComplete.as	

1152: A conflict exists with inherited definition com.hillelcoren.components:AutoComplete._dropDownRowCount in namespace protected.	ExtendedAutoComplete.as	

1152: A conflict exists with inherited definition com.hillelcoren.components:AutoComplete._showRemoveIcon in namespace protected.	ExtendedAutoComplete.as	


Thank you,
Bhas.]]></description>
		<content:encoded><![CDATA[<p>Hi Hillel,<br />
I am using autocomplete old version  and I want to migrate to newer version  (AutoComplete-1.2-Fx3.swc) But it is causing the following errors.</p>
<p>Could you please help me in this regards,</p>
<p>Ambiguous reference to handleItemRemove.<br />
Ambiguous reference to handleItemTextInput.<br />
Ambiguous reference to handleEditableItemChange.<br />
Incompatible override.</p>
<p>1152: A conflict exists with inherited definition com.hillelcoren.components:AutoComplete._allowEditingNewValues in namespace protected.	ExtendedAutoComplete.as	</p>
<p>1152: A conflict exists with inherited definition com.hillelcoren.components:AutoComplete._allowNewValues in namespace protected.	ExtendedAutoComplete.as	</p>
<p>1152: A conflict exists with inherited definition com.hillelcoren.components:AutoComplete._delimiter in namespace protected.	ExtendedAutoComplete.as	</p>
<p>1152: A conflict exists with inherited definition com.hillelcoren.components:AutoComplete._dropDownRowCount in namespace protected.	ExtendedAutoComplete.as	</p>
<p>1152: A conflict exists with inherited definition com.hillelcoren.components:AutoComplete._showRemoveIcon in namespace protected.	ExtendedAutoComplete.as	</p>
<p>Thank you,<br />
Bhas.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hillel</title>
		<link>http://hillelcoren.com/2009/07/03/flex-autocomplete-version-1-0/comment-page-1/#comment-3158</link>
		<dc:creator><![CDATA[Hillel]]></dc:creator>
		<pubDate>Mon, 30 Aug 2010 17:20:33 +0000</pubDate>
		<guid isPermaLink="false">http://hillelcoren.com/?p=380#comment-3158</guid>
		<description><![CDATA[Patrick,

One possible way to implement this could be to add a &quot;nothing found&quot; element to your data list. Then set a custom function which always returns false for the item unless it&#039;s the only item left.]]></description>
		<content:encoded><![CDATA[<p>Patrick,</p>
<p>One possible way to implement this could be to add a &#8220;nothing found&#8221; element to your data list. Then set a custom function which always returns false for the item unless it&#8217;s the only item left.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick</title>
		<link>http://hillelcoren.com/2009/07/03/flex-autocomplete-version-1-0/comment-page-1/#comment-3156</link>
		<dc:creator><![CDATA[Patrick]]></dc:creator>
		<pubDate>Mon, 30 Aug 2010 06:08:53 +0000</pubDate>
		<guid isPermaLink="false">http://hillelcoren.com/?p=380#comment-3156</guid>
		<description><![CDATA[Hi Hillel,

is it possible to display &quot;nothing found&quot; on the Autocomplete or get a message &quot;nothing found&quot;  if there are no matching data?

Thanks,
Patrick]]></description>
		<content:encoded><![CDATA[<p>Hi Hillel,</p>
<p>is it possible to display &#8220;nothing found&#8221; on the Autocomplete or get a message &#8220;nothing found&#8221;  if there are no matching data?</p>
<p>Thanks,<br />
Patrick</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hillel</title>
		<link>http://hillelcoren.com/2009/07/03/flex-autocomplete-version-1-0/comment-page-1/#comment-3135</link>
		<dc:creator><![CDATA[Hillel]]></dc:creator>
		<pubDate>Wed, 25 Aug 2010 15:11:51 +0000</pubDate>
		<guid isPermaLink="false">http://hillelcoren.com/?p=380#comment-3135</guid>
		<description><![CDATA[Krunal,

Have you seen this comments: http://hillelcoren.com/flex-autocomplete/documentation/#comment-3125

It might be of help...]]></description>
		<content:encoded><![CDATA[<p>Krunal,</p>
<p>Have you seen this comments: <a href="http://hillelcoren.com/flex-autocomplete/documentation/#comment-3125" rel="nofollow">http://hillelcoren.com/flex-autocomplete/documentation/#comment-3125</a></p>
<p>It might be of help&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: krunal panchal</title>
		<link>http://hillelcoren.com/2009/07/03/flex-autocomplete-version-1-0/comment-page-1/#comment-3133</link>
		<dc:creator><![CDATA[krunal panchal]]></dc:creator>
		<pubDate>Wed, 25 Aug 2010 09:45:49 +0000</pubDate>
		<guid isPermaLink="false">http://hillelcoren.com/?p=380#comment-3133</guid>
		<description><![CDATA[Hi Hillel,

Thanks for you update, actually i had tried the same but unfortunately i am not able to open it due to _dropdown.parent is getting null in isDropDownVisible method.

I have called showDropDown() method in handleFocusIn handler.

And one more thing o observed is that while executing handleMouseDown handler, it will hide the dropdown. 

Thanks,
Krunal]]></description>
		<content:encoded><![CDATA[<p>Hi Hillel,</p>
<p>Thanks for you update, actually i had tried the same but unfortunately i am not able to open it due to _dropdown.parent is getting null in isDropDownVisible method.</p>
<p>I have called showDropDown() method in handleFocusIn handler.</p>
<p>And one more thing o observed is that while executing handleMouseDown handler, it will hide the dropdown. </p>
<p>Thanks,<br />
Krunal</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shankar</title>
		<link>http://hillelcoren.com/2009/07/03/flex-autocomplete-version-1-0/comment-page-1/#comment-3117</link>
		<dc:creator><![CDATA[Shankar]]></dc:creator>
		<pubDate>Mon, 23 Aug 2010 23:57:01 +0000</pubDate>
		<guid isPermaLink="false">http://hillelcoren.com/?p=380#comment-3117</guid>
		<description><![CDATA[Thanks Hillel, its working perfectly.]]></description>
		<content:encoded><![CDATA[<p>Thanks Hillel, its working perfectly.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

