<?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 Component: a new take on an old standard&#8230;</title>
	<atom:link href="http://hillelcoren.com/2008/11/10/flex-autocomplete-component-a-new-take-on-an-old-standard/feed/" rel="self" type="application/rss+xml" />
	<link>http://hillelcoren.com/2008/11/10/flex-autocomplete-component-a-new-take-on-an-old-standard/</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: Hillel</title>
		<link>http://hillelcoren.com/2008/11/10/flex-autocomplete-component-a-new-take-on-an-old-standard/comment-page-2/#comment-5985</link>
		<dc:creator><![CDATA[Hillel]]></dc:creator>
		<pubDate>Tue, 05 Apr 2011 13:10:09 +0000</pubDate>
		<guid isPermaLink="false">http://hillelcoren.wordpress.com/?p=74#comment-5985</guid>
		<description><![CDATA[mike,

I&#039;d start by checking out the DynamicData.mxml file in the examples folder of the zip. Let me know if you have any trouble getting it working.]]></description>
		<content:encoded><![CDATA[<p>mike,</p>
<p>I&#8217;d start by checking out the DynamicData.mxml file in the examples folder of the zip. Let me know if you have any trouble getting it working.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mike</title>
		<link>http://hillelcoren.com/2008/11/10/flex-autocomplete-component-a-new-take-on-an-old-standard/comment-page-2/#comment-5981</link>
		<dc:creator><![CDATA[mike]]></dc:creator>
		<pubDate>Tue, 05 Apr 2011 02:03:35 +0000</pubDate>
		<guid isPermaLink="false">http://hillelcoren.wordpress.com/?p=74#comment-5981</guid>
		<description><![CDATA[this is indeed a great component .. 
i was just wondering ... is there a way to populate the &quot;textinput&quot; with data coming from a database? should i convert the lastResult into an Array Collection? im quite lost about this pls do help .. tnx .. ^^]]></description>
		<content:encoded><![CDATA[<p>this is indeed a great component ..<br />
i was just wondering &#8230; is there a way to populate the &#8220;textinput&#8221; with data coming from a database? should i convert the lastResult into an Array Collection? im quite lost about this pls do help .. tnx .. ^^</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hillel</title>
		<link>http://hillelcoren.com/2008/11/10/flex-autocomplete-component-a-new-take-on-an-old-standard/comment-page-2/#comment-3775</link>
		<dc:creator><![CDATA[Hillel]]></dc:creator>
		<pubDate>Sun, 07 Nov 2010 14:31:45 +0000</pubDate>
		<guid isPermaLink="false">http://hillelcoren.wordpress.com/?p=74#comment-3775</guid>
		<description><![CDATA[Felipe,

To specify which properties to show in the dataGrid and set the headers you can use the following (note: make sure you&#039;re using 1.1 version of the component).

autoComplete.browserFields = [{field:&quot;id&quot;,label:&quot;ID&quot;}];

Best,
Hillel]]></description>
		<content:encoded><![CDATA[<p>Felipe,</p>
<p>To specify which properties to show in the dataGrid and set the headers you can use the following (note: make sure you&#8217;re using 1.1 version of the component).</p>
<p>autoComplete.browserFields = [{field:"id",label:"ID"}];</p>
<p>Best,<br />
Hillel</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Felipe</title>
		<link>http://hillelcoren.com/2008/11/10/flex-autocomplete-component-a-new-take-on-an-old-standard/comment-page-2/#comment-3747</link>
		<dc:creator><![CDATA[Felipe]]></dc:creator>
		<pubDate>Fri, 05 Nov 2010 12:30:42 +0000</pubDate>
		<guid isPermaLink="false">http://hillelcoren.wordpress.com/?p=74#comment-3747</guid>
		<description><![CDATA[Hello
I&#039;m from Brazil, use the Chooser component, but I have a difficulty using the property isBrowseable = &quot;true&quot;, like that when I could use this property to limit the columns in the DataGrid that opens, just put the ID and Description of the object. and I also have the difficulty to rename the column of the DataGrid headerText that opens on top, can you help me?


Felipe
Brazil]]></description>
		<content:encoded><![CDATA[<p>Hello<br />
I&#8217;m from Brazil, use the Chooser component, but I have a difficulty using the property isBrowseable = &#8220;true&#8221;, like that when I could use this property to limit the columns in the DataGrid that opens, just put the ID and Description of the object. and I also have the difficulty to rename the column of the DataGrid headerText that opens on top, can you help me?</p>
<p>Felipe<br />
Brazil</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hillel</title>
		<link>http://hillelcoren.com/2008/11/10/flex-autocomplete-component-a-new-take-on-an-old-standard/comment-page-2/#comment-2431</link>
		<dc:creator><![CDATA[Hillel]]></dc:creator>
		<pubDate>Tue, 16 Mar 2010 11:40:49 +0000</pubDate>
		<guid isPermaLink="false">http://hillelcoren.wordpress.com/?p=74#comment-2431</guid>
		<description><![CDATA[Lakhan,

In the future I may charge for it but for now it&#039;s free.

The best place to download the source/swc is http://hillelcoren.com/flex-autocomplete/

Best,
Hillel]]></description>
		<content:encoded><![CDATA[<p>Lakhan,</p>
<p>In the future I may charge for it but for now it&#8217;s free.</p>
<p>The best place to download the source/swc is <a href="http://hillelcoren.com/flex-autocomplete/" rel="nofollow">http://hillelcoren.com/flex-autocomplete/</a></p>
<p>Best,<br />
Hillel</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lakhan</title>
		<link>http://hillelcoren.com/2008/11/10/flex-autocomplete-component-a-new-take-on-an-old-standard/comment-page-2/#comment-2429</link>
		<dc:creator><![CDATA[Lakhan]]></dc:creator>
		<pubDate>Tue, 16 Mar 2010 11:37:25 +0000</pubDate>
		<guid isPermaLink="false">http://hillelcoren.wordpress.com/?p=74#comment-2429</guid>
		<description><![CDATA[I just want to know that weather your component is free to use or it require any Licence. Also I would require source code or SWC file if it is free to use. Please let me know from where we can download the same.

Thank in Advance.
Lakhan]]></description>
		<content:encoded><![CDATA[<p>I just want to know that weather your component is free to use or it require any Licence. Also I would require source code or SWC file if it is free to use. Please let me know from where we can download the same.</p>
<p>Thank in Advance.<br />
Lakhan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hillel</title>
		<link>http://hillelcoren.com/2008/11/10/flex-autocomplete-component-a-new-take-on-an-old-standard/comment-page-2/#comment-2325</link>
		<dc:creator><![CDATA[Hillel]]></dc:creator>
		<pubDate>Tue, 02 Mar 2010 08:43:22 +0000</pubDate>
		<guid isPermaLink="false">http://hillelcoren.wordpress.com/?p=74#comment-2325</guid>
		<description><![CDATA[jyoti,

Are you using the sourcecode or the SWC?]]></description>
		<content:encoded><![CDATA[<p>jyoti,</p>
<p>Are you using the sourcecode or the SWC?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jyoti</title>
		<link>http://hillelcoren.com/2008/11/10/flex-autocomplete-component-a-new-take-on-an-old-standard/comment-page-2/#comment-2324</link>
		<dc:creator><![CDATA[jyoti]]></dc:creator>
		<pubDate>Tue, 02 Mar 2010 05:19:34 +0000</pubDate>
		<guid isPermaLink="false">http://hillelcoren.wordpress.com/?p=74#comment-2324</guid>
		<description><![CDATA[Hello Hillel
 very helpful component u have created. 
But I am new in flex field and still I am having some problem with it.In textInput box a grayBOx is coming inside textInput box(or more clearly autocomplete box), I want the component to look exactly like textInpt after selecting an item and don&#039;t want to have that gray box inside what I can do for it? Please reply ASAP.]]></description>
		<content:encoded><![CDATA[<p>Hello Hillel<br />
 very helpful component u have created.<br />
But I am new in flex field and still I am having some problem with it.In textInput box a grayBOx is coming inside textInput box(or more clearly autocomplete box), I want the component to look exactly like textInpt after selecting an item and don&#8217;t want to have that gray box inside what I can do for it? Please reply ASAP.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MArtin</title>
		<link>http://hillelcoren.com/2008/11/10/flex-autocomplete-component-a-new-take-on-an-old-standard/comment-page-2/#comment-2133</link>
		<dc:creator><![CDATA[MArtin]]></dc:creator>
		<pubDate>Mon, 04 Jan 2010 12:32:54 +0000</pubDate>
		<guid isPermaLink="false">http://hillelcoren.wordpress.com/?p=74#comment-2133</guid>
		<description><![CDATA[Hi Hillel
All the best for 2010...
Currently I am develloping an application where i use 
your color_demo and your email_demo.
to move the values I collected via your autocomplete component
to my database I first of all have to sort them to an array and splice them to the 
position that maches the database table&#039;s fields.


colors = new ArrayCollection(
				[
					{ &quot;name&quot;:&quot;wert1&quot;, &quot;hex&quot;:&quot;1&quot;, &quot;nr&quot;:&quot;10&quot;, &quot;val&quot;:&quot;1&quot;  },
					{ &quot;name&quot;:&quot;wert2&quot;, &quot;hex&quot;:&quot;1&quot; , &quot;nr&quot;:&quot;10&quot;, &quot;val&quot;:&quot;2&quot;}, 
					..etc
					
I simply recycled your function for changing the bg color,
 to splice the contents of the autocomplete box to an array (to transmit it to a database later)

private function handleAutoCompleteChange():void
			{
				var color:Object = autoComplete.selectedItem;
				
				if (color != null &amp;&amp; color.hasOwnProperty( &quot;hex&quot; ))
				{
					//Application.application.setStyle( &quot;backgroundColor&quot;, color.hex );

				Application.application.antworten.splice(color.nr, 0, color.val);
				trace(Application.application.antworten);
				}				
			}

this works.
 
But how could I achieve to do the same when something is removed via backspace?
I mean, replacing the Value in my Array at Position &quot;color.nr&quot; with a default value..

Sorry for asking beginner Questions

thanks
Martin]]></description>
		<content:encoded><![CDATA[<p>Hi Hillel<br />
All the best for 2010&#8230;<br />
Currently I am develloping an application where i use<br />
your color_demo and your email_demo.<br />
to move the values I collected via your autocomplete component<br />
to my database I first of all have to sort them to an array and splice them to the<br />
position that maches the database table&#8217;s fields.</p>
<p>colors = new ArrayCollection(<br />
				[<br />
					{ &#8220;name&#8221;:&#8221;wert1&#8243;, &#8220;hex&#8221;:&#8221;1&#8243;, &#8220;nr&#8221;:&#8221;10&#8243;, &#8220;val&#8221;:&#8221;1&#8243;  },<br />
					{ &#8220;name&#8221;:&#8221;wert2&#8243;, &#8220;hex&#8221;:&#8221;1&#8243; , &#8220;nr&#8221;:&#8221;10&#8243;, &#8220;val&#8221;:&#8221;2&#8243;},<br />
					..etc</p>
<p>I simply recycled your function for changing the bg color,<br />
 to splice the contents of the autocomplete box to an array (to transmit it to a database later)</p>
<p>private function handleAutoCompleteChange():void<br />
			{<br />
				var color:Object = autoComplete.selectedItem;</p>
<p>				if (color != null &amp;&amp; color.hasOwnProperty( &#8220;hex&#8221; ))<br />
				{<br />
					//Application.application.setStyle( &#8220;backgroundColor&#8221;, color.hex );</p>
<p>				Application.application.antworten.splice(color.nr, 0, color.val);<br />
				trace(Application.application.antworten);<br />
				}<br />
			}</p>
<p>this works.</p>
<p>But how could I achieve to do the same when something is removed via backspace?<br />
I mean, replacing the Value in my Array at Position &#8220;color.nr&#8221; with a default value..</p>
<p>Sorry for asking beginner Questions</p>
<p>thanks<br />
Martin</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hillel</title>
		<link>http://hillelcoren.com/2008/11/10/flex-autocomplete-component-a-new-take-on-an-old-standard/comment-page-2/#comment-2112</link>
		<dc:creator><![CDATA[Hillel]]></dc:creator>
		<pubDate>Sun, 27 Dec 2009 09:31:41 +0000</pubDate>
		<guid isPermaLink="false">http://hillelcoren.wordpress.com/?p=74#comment-2112</guid>
		<description><![CDATA[Bo,

I plan to add the ability to set the value to use as the separator in the next version. For now, this comment explains a workaround using the source.

http://hillelcoren.com/2009/05/11/flex-autocomplete-version-0-98-2/#comment-940

Best,
Hillel]]></description>
		<content:encoded><![CDATA[<p>Bo,</p>
<p>I plan to add the ability to set the value to use as the separator in the next version. For now, this comment explains a workaround using the source.</p>
<p><a href="http://hillelcoren.com/2009/05/11/flex-autocomplete-version-0-98-2/#comment-940" rel="nofollow">http://hillelcoren.com/2009/05/11/flex-autocomplete-version-0-98-2/#comment-940</a></p>
<p>Best,<br />
Hillel</p>
]]></content:encoded>
	</item>
</channel>
</rss>

