<?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 for Hillel Coren</title>
	<atom:link href="http://hillelcoren.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://hillelcoren.com</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>Comment on Documentation by Hillel</title>
		<link>http://hillelcoren.com/flex-autocomplete/documentation/comment-page-4/#comment-14013</link>
		<dc:creator><![CDATA[Hillel]]></dc:creator>
		<pubDate>Wed, 30 May 2012 18:31:38 +0000</pubDate>
		<guid isPermaLink="false">http://hillelcoren.com/?page_id=484#comment-14013</guid>
		<description><![CDATA[First off... welcome to Flex :)

I&#039;m sorry, but I&#039;m not sure how well my component is going to suit your needs, this is pretty far removed from its standard behavior. If I was tasked with creating your app I don&#039;t think I would use it. A simpler approach may be to use a standard TextArea component and add the required logic/dropDowns/etc.

If after reading this you&#039;re still not convinced, here are some pointers...

1. The items shown in the AutoComplete are really just Button with the toggle property set to true (this can be seen in the SelectedItem class). You should be able to loop the FlowBox&#039;s children to determine which item is selected.

2. You could try listening to the searchChange event (which fires when the user enters text) and adding some custom logic. Alternatively, you may be able to dynamically change the filterFunction. You could selectively make it so that no matches are found which in theory should turn on/off the AutoComplete.  

Hope this helps]]></description>
		<content:encoded><![CDATA[<p>First off&#8230; welcome to Flex <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I&#8217;m sorry, but I&#8217;m not sure how well my component is going to suit your needs, this is pretty far removed from its standard behavior. If I was tasked with creating your app I don&#8217;t think I would use it. A simpler approach may be to use a standard TextArea component and add the required logic/dropDowns/etc.</p>
<p>If after reading this you&#8217;re still not convinced, here are some pointers&#8230;</p>
<p>1. The items shown in the AutoComplete are really just Button with the toggle property set to true (this can be seen in the SelectedItem class). You should be able to loop the FlowBox&#8217;s children to determine which item is selected.</p>
<p>2. You could try listening to the searchChange event (which fires when the user enters text) and adding some custom logic. Alternatively, you may be able to dynamically change the filterFunction. You could selectively make it so that no matches are found which in theory should turn on/off the AutoComplete.  </p>
<p>Hope this helps</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Documentation by Hillel</title>
		<link>http://hillelcoren.com/flex-autocomplete/documentation/comment-page-4/#comment-14012</link>
		<dc:creator><![CDATA[Hillel]]></dc:creator>
		<pubDate>Wed, 30 May 2012 18:13:21 +0000</pubDate>
		<guid isPermaLink="false">http://hillelcoren.com/?page_id=484#comment-14012</guid>
		<description><![CDATA[Hmm... it&#039;s possible it&#039;s a bug with the component. You may need to modify the source to make sure the event isn&#039;t dispatched until the component is fully initialized. A simpler solution may be to figure out a way to ignore the event. Sorry, I realize this isn&#039;t the most helpful response.]]></description>
		<content:encoded><![CDATA[<p>Hmm&#8230; it&#8217;s possible it&#8217;s a bug with the component. You may need to modify the source to make sure the event isn&#8217;t dispatched until the component is fully initialized. A simpler solution may be to figure out a way to ignore the event. Sorry, I realize this isn&#8217;t the most helpful response.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Faster searching in Flex (part 1) by Hillel</title>
		<link>http://hillelcoren.com/2008/09/03/faster-searching-in-flex/comment-page-1/#comment-14011</link>
		<dc:creator><![CDATA[Hillel]]></dc:creator>
		<pubDate>Wed, 30 May 2012 18:10:52 +0000</pubDate>
		<guid isPermaLink="false">http://myflexblog.wordpress.com/?p=5#comment-14011</guid>
		<description><![CDATA[Awesome, happy to hear it helped!]]></description>
		<content:encoded><![CDATA[<p>Awesome, happy to hear it helped!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Faster searching in Flex (part 1) by viswa</title>
		<link>http://hillelcoren.com/2008/09/03/faster-searching-in-flex/comment-page-1/#comment-14005</link>
		<dc:creator><![CDATA[viswa]]></dc:creator>
		<pubDate>Wed, 30 May 2012 12:36:23 +0000</pubDate>
		<guid isPermaLink="false">http://myflexblog.wordpress.com/?p=5#comment-14005</guid>
		<description><![CDATA[Thank you, this code useful me another way.]]></description>
		<content:encoded><![CDATA[<p>Thank you, this code useful me another way.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Documentation by Ruy Ramos</title>
		<link>http://hillelcoren.com/flex-autocomplete/documentation/comment-page-4/#comment-14003</link>
		<dc:creator><![CDATA[Ruy Ramos]]></dc:creator>
		<pubDate>Wed, 30 May 2012 09:19:08 +0000</pubDate>
		<guid isPermaLink="false">http://hillelcoren.com/?page_id=484#comment-14003</guid>
		<description><![CDATA[Hello,

First of all thank you for this component.

I&#039;m kind of new to flex and all its wonder so excuse me if my questions are strange or hard to understand (some times I have a hard time understanding them myself). 

I&#039;m trying to do &quot;another kind&quot; of auto complete then the ones in your examples. In my project we are trying to do a auto complete that should work as the ones in developing programs (ex Eclipse, Netbeans, Flash Builder, ect). I have a set of objects that has attributes (ex object1 has attributes x and y =&gt; object1.x and object1.y and object2 has attributes w and h =&gt; object2.w and object2.h). I use these objects and its attributes as variables to write formulas (ex object1.x + object2.w).

So to my questions:

1. I need the auto complete to be two levels. The second level of auto complete should depend on which object is selected on the first level. Is this possible? I have experimented with the showDropDown functions but haven&#039;t really worked it out. Any help or an example where some one else has done it would help a lot. I saw in a comment that someone else were trying to do something similar but didn&#039;t find any actual solution.

2. In my TextInput I need to allow characters between the auto complete variables (ex 1.3 * object1.x + 0.5*object2.w )  to make it simple I need the auto complete to &quot;start&quot; when I write an character(a-Z). I&#039;m having problems with this if you could give me a hint on how to solve it would help me a lot because now I&#039;m all lost.

Thank you again and I hope to hear from you.]]></description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>First of all thank you for this component.</p>
<p>I&#8217;m kind of new to flex and all its wonder so excuse me if my questions are strange or hard to understand (some times I have a hard time understanding them myself). </p>
<p>I&#8217;m trying to do &#8220;another kind&#8221; of auto complete then the ones in your examples. In my project we are trying to do a auto complete that should work as the ones in developing programs (ex Eclipse, Netbeans, Flash Builder, ect). I have a set of objects that has attributes (ex object1 has attributes x and y =&gt; object1.x and object1.y and object2 has attributes w and h =&gt; object2.w and object2.h). I use these objects and its attributes as variables to write formulas (ex object1.x + object2.w).</p>
<p>So to my questions:</p>
<p>1. I need the auto complete to be two levels. The second level of auto complete should depend on which object is selected on the first level. Is this possible? I have experimented with the showDropDown functions but haven&#8217;t really worked it out. Any help or an example where some one else has done it would help a lot. I saw in a comment that someone else were trying to do something similar but didn&#8217;t find any actual solution.</p>
<p>2. In my TextInput I need to allow characters between the auto complete variables (ex 1.3 * object1.x + 0.5*object2.w )  to make it simple I need the auto complete to &#8220;start&#8221; when I write an character(a-Z). I&#8217;m having problems with this if you could give me a hint on how to solve it would help me a lot because now I&#8217;m all lost.</p>
<p>Thank you again and I hope to hear from you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Documentation by Mac</title>
		<link>http://hillelcoren.com/flex-autocomplete/documentation/comment-page-4/#comment-13989</link>
		<dc:creator><![CDATA[Mac]]></dc:creator>
		<pubDate>Tue, 29 May 2012 17:16:28 +0000</pubDate>
		<guid isPermaLink="false">http://hillelcoren.com/?page_id=484#comment-13989</guid>
		<description><![CDATA[Thanks again.

Using the searchChange event did the trick for my autoComplete, but ...... the searchChangeHandler of my ADVANCEDAutoComplete (next view state) fires spontaneously on Application start!!!!!]]></description>
		<content:encoded><![CDATA[<p>Thanks again.</p>
<p>Using the searchChange event did the trick for my autoComplete, but &#8230;&#8230; the searchChangeHandler of my ADVANCEDAutoComplete (next view state) fires spontaneously on Application start!!!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Documentation by Hillel</title>
		<link>http://hillelcoren.com/flex-autocomplete/documentation/comment-page-4/#comment-13988</link>
		<dc:creator><![CDATA[Hillel]]></dc:creator>
		<pubDate>Tue, 29 May 2012 13:57:13 +0000</pubDate>
		<guid isPermaLink="false">http://hillelcoren.com/?page_id=484#comment-13988</guid>
		<description><![CDATA[Try using the searchChange event instead, it&#039;s dispatched when the user changes the search text.]]></description>
		<content:encoded><![CDATA[<p>Try using the searchChange event instead, it&#8217;s dispatched when the user changes the search text.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Documentation by Mac</title>
		<link>http://hillelcoren.com/flex-autocomplete/documentation/comment-page-4/#comment-13987</link>
		<dc:creator><![CDATA[Mac]]></dc:creator>
		<pubDate>Tue, 29 May 2012 13:53:31 +0000</pubDate>
		<guid isPermaLink="false">http://hillelcoren.com/?page_id=484#comment-13987</guid>
		<description><![CDATA[Thanks for your kind reply. I am really at a loss here. Up to now I&#039;ve worked with permanent data collections. Now that I&#039;m trying to do the same with dynamic data I have trouble understanding what goes wrong and where. So here&#039;s another question:

When I get the data first (the full data collection), all goes well. But now I use the autoComplete.change event to get a selection based on the searchText. However, in the change eventhandler function the autoComplete.searchText appears to be an empty string (which gives me the full data collection instead of a selection) and the call search() does NOT show the dropdown list.
What am I doing wrong here?]]></description>
		<content:encoded><![CDATA[<p>Thanks for your kind reply. I am really at a loss here. Up to now I&#8217;ve worked with permanent data collections. Now that I&#8217;m trying to do the same with dynamic data I have trouble understanding what goes wrong and where. So here&#8217;s another question:</p>
<p>When I get the data first (the full data collection), all goes well. But now I use the autoComplete.change event to get a selection based on the searchText. However, in the change eventhandler function the autoComplete.searchText appears to be an empty string (which gives me the full data collection instead of a selection) and the call search() does NOT show the dropdown list.<br />
What am I doing wrong here?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Documentation by Hillel</title>
		<link>http://hillelcoren.com/flex-autocomplete/documentation/comment-page-4/#comment-13965</link>
		<dc:creator><![CDATA[Hillel]]></dc:creator>
		<pubDate>Sun, 27 May 2012 19:58:30 +0000</pubDate>
		<guid isPermaLink="false">http://hillelcoren.com/?page_id=484#comment-13965</guid>
		<description><![CDATA[Try setting the delimiter property, the default value is a comma which would explain your issue.

The best way to look for solutions is to reference the documentation page as well as the ASDoc files (which are linked to at the top of the documentation page). If you can&#039;t find the answer though I&quot;m happy to try to answer your questions.]]></description>
		<content:encoded><![CDATA[<p>Try setting the delimiter property, the default value is a comma which would explain your issue.</p>
<p>The best way to look for solutions is to reference the documentation page as well as the ASDoc files (which are linked to at the top of the documentation page). If you can&#8217;t find the answer though I&#8221;m happy to try to answer your questions.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Documentation by Mac</title>
		<link>http://hillelcoren.com/flex-autocomplete/documentation/comment-page-4/#comment-13962</link>
		<dc:creator><![CDATA[Mac]]></dc:creator>
		<pubDate>Sun, 27 May 2012 18:06:42 +0000</pubDate>
		<guid isPermaLink="false">http://hillelcoren.com/?page_id=484#comment-13962</guid>
		<description><![CDATA[Hi,

Thanks for your reply.

And yes, autoselectenabled=false does prevent entering single words. However, when I want to insert a sentence with one or more comma&#039;s, it keeps entering the unfinished sentence on typing the comma. Is there a way around this? Or is this just one more stupid question.....?
I wish I could look for a solution myself, but I wouldn&#039;t know where to look.]]></description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Thanks for your reply.</p>
<p>And yes, autoselectenabled=false does prevent entering single words. However, when I want to insert a sentence with one or more comma&#8217;s, it keeps entering the unfinished sentence on typing the comma. Is there a way around this? Or is this just one more stupid question&#8230;..?<br />
I wish I could look for a solution myself, but I wouldn&#8217;t know where to look.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

