<?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>Tue, 21 Feb 2012 16:25:41 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>Comment on AutoComplete by Hillel</title>
		<link>http://hillelcoren.com/flex-autocomplete/comment-page-7/#comment-12356</link>
		<dc:creator><![CDATA[Hillel]]></dc:creator>
		<pubDate>Tue, 21 Feb 2012 16:25:41 +0000</pubDate>
		<guid isPermaLink="false">http://hillelcoren.com/?page_id=400#comment-12356</guid>
		<description><![CDATA[I&#039;m sorry, that&#039;s just a quirk in how the component works. You may be able to use the source to modify the behavior though.]]></description>
		<content:encoded><![CDATA[<p>I&#8217;m sorry, that&#8217;s just a quirk in how the component works. You may be able to use the source to modify the behavior though.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on AutoComplete by jazz</title>
		<link>http://hillelcoren.com/flex-autocomplete/comment-page-7/#comment-12354</link>
		<dc:creator><![CDATA[jazz]]></dc:creator>
		<pubDate>Tue, 21 Feb 2012 15:26:49 +0000</pubDate>
		<guid isPermaLink="false">http://hillelcoren.com/?page_id=400#comment-12354</guid>
		<description><![CDATA[Hi Hillel

Firstly I want to thank you for the great component that you have created. 

Secondly I am facing an issue, I am using _allowEditingSelectedValues option, this means that I can edit the selected item. But when I select the value there is gap between the cursor and the value, though when I use back space it removes only the last alphabet. But there should not be any gap between the value and cursor.

Eagerly waiting for your reply.]]></description>
		<content:encoded><![CDATA[<p>Hi Hillel</p>
<p>Firstly I want to thank you for the great component that you have created. </p>
<p>Secondly I am facing an issue, I am using _allowEditingSelectedValues option, this means that I can edit the selected item. But when I select the value there is gap between the cursor and the value, though when I use back space it removes only the last alphabet. But there should not be any gap between the value and cursor.</p>
<p>Eagerly waiting for your reply.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Documentation by Alex</title>
		<link>http://hillelcoren.com/flex-autocomplete/documentation/comment-page-4/#comment-12343</link>
		<dc:creator><![CDATA[Alex]]></dc:creator>
		<pubDate>Mon, 20 Feb 2012 18:20:43 +0000</pubDate>
		<guid isPermaLink="false">http://hillelcoren.com/?page_id=484#comment-12343</guid>
		<description><![CDATA[That is it... Thank you.]]></description>
		<content:encoded><![CDATA[<p>That is it&#8230; Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Documentation by Hillel</title>
		<link>http://hillelcoren.com/flex-autocomplete/documentation/comment-page-4/#comment-12342</link>
		<dc:creator><![CDATA[Hillel]]></dc:creator>
		<pubDate>Mon, 20 Feb 2012 17:08:43 +0000</pubDate>
		<guid isPermaLink="false">http://hillelcoren.com/?page_id=484#comment-12342</guid>
		<description><![CDATA[Try autoComplete.selectedItem = myObject. The addItem function is part of the Grid class, I realize it can be confusing...]]></description>
		<content:encoded><![CDATA[<p>Try autoComplete.selectedItem = myObject. The addItem function is part of the Grid class, I realize it can be confusing&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Documentation by Alex</title>
		<link>http://hillelcoren.com/flex-autocomplete/documentation/comment-page-4/#comment-12341</link>
		<dc:creator><![CDATA[Alex]]></dc:creator>
		<pubDate>Mon, 20 Feb 2012 17:00:22 +0000</pubDate>
		<guid isPermaLink="false">http://hillelcoren.com/?page_id=484#comment-12341</guid>
		<description><![CDATA[Hi Hillel,

First, Thank you for sharing this wonderfull component.

Second, I just have an issue when I manully add the object to the AutoComplete upon its creation completion finished by using the autoComplete.addItem(myObject); 
And then when i try to use the Back Arrow button to delete that object, it didn&#039;t do anything.
If I selected another item form the dropdown list, and use the Back Arrow again, I got this error:

RangeError: Index &#039;1&#039; specified is out of bounds.
	at mx.collections::ListCollectionView/removeItemAt()[C:\autobuild\3.2.0\frameworks\projects\framework\src\mx\collections\ListCollectionView.as:592]
	at com.hillelcoren.components::AutoComplete/handleKeyDown()[C:\Users\hillel\code\autocomplete\src\com\hillelcoren\components\AutoComplete.mxml:785]

Can you help??

Thanks,]]></description>
		<content:encoded><![CDATA[<p>Hi Hillel,</p>
<p>First, Thank you for sharing this wonderfull component.</p>
<p>Second, I just have an issue when I manully add the object to the AutoComplete upon its creation completion finished by using the autoComplete.addItem(myObject);<br />
And then when i try to use the Back Arrow button to delete that object, it didn&#8217;t do anything.<br />
If I selected another item form the dropdown list, and use the Back Arrow again, I got this error:</p>
<p>RangeError: Index &#8217;1&#8242; specified is out of bounds.<br />
	at mx.collections::ListCollectionView/removeItemAt()[C:\autobuild\3.2.0\frameworks\projects\framework\src\mx\collections\ListCollectionView.as:592]<br />
	at com.hillelcoren.components::AutoComplete/handleKeyDown()[C:\Users\hillel\code\autocomplete\src\com\hillelcoren\components\AutoComplete.mxml:785]</p>
<p>Can you help??</p>
<p>Thanks,</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on coder++ by Stuff I saw on the Internet Today &#171; Binary Delusions</title>
		<link>http://hillelcoren.com/coder/comment-page-1/#comment-12203</link>
		<dc:creator><![CDATA[Stuff I saw on the Internet Today &#171; Binary Delusions]]></dc:creator>
		<pubDate>Wed, 15 Feb 2012 17:01:54 +0000</pubDate>
		<guid isPermaLink="false">http://hillelcoren.com/?page_id=1011#comment-12203</guid>
		<description><![CDATA[[...] http://hillelcoren.com/coder/ [...]]]></description>
		<content:encoded><![CDATA[<p>[...] <a href="http://hillelcoren.com/coder/" rel="nofollow">http://hillelcoren.com/coder/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Flex Tip: Convert XML to ArrayCollection by maria</title>
		<link>http://hillelcoren.com/2008/09/21/flex-tip-convert-xml-to-arraycollection/comment-page-1/#comment-12152</link>
		<dc:creator><![CDATA[maria]]></dc:creator>
		<pubDate>Tue, 14 Feb 2012 08:20:31 +0000</pubDate>
		<guid isPermaLink="false">http://hillelcoren.wordpress.com/?p=46#comment-12152</guid>
		<description><![CDATA[Thats right. I&#039;ve eventually used labelfunction. Thanks]]></description>
		<content:encoded><![CDATA[<p>Thats right. I&#8217;ve eventually used labelfunction. Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Flex Tip: Convert XML to ArrayCollection by Hillel</title>
		<link>http://hillelcoren.com/2008/09/21/flex-tip-convert-xml-to-arraycollection/comment-page-1/#comment-12127</link>
		<dc:creator><![CDATA[Hillel]]></dc:creator>
		<pubDate>Mon, 13 Feb 2012 19:50:24 +0000</pubDate>
		<guid isPermaLink="false">http://hillelcoren.wordpress.com/?p=46#comment-12127</guid>
		<description><![CDATA[You may be able to solve this using a label function or custom renderer in the datagrid.]]></description>
		<content:encoded><![CDATA[<p>You may be able to solve this using a label function or custom renderer in the datagrid.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Flex Tip: Convert XML to ArrayCollection by maria</title>
		<link>http://hillelcoren.com/2008/09/21/flex-tip-convert-xml-to-arraycollection/comment-page-1/#comment-12113</link>
		<dc:creator><![CDATA[maria]]></dc:creator>
		<pubDate>Mon, 13 Feb 2012 10:21:20 +0000</pubDate>
		<guid isPermaLink="false">http://hillelcoren.wordpress.com/?p=46#comment-12113</guid>
		<description><![CDATA[Hi. This has also helped me a lot. But I have one problem which is that if I have no data for one of the cells, datagrid is filled with [object Object]. I&#039;ve tried reading the arraycollection and asigning value to &quot; &quot;, but as value in fact doesnt exist, it doesnt work. The structure of the xml is something like

    
       
            value
       
       
    

This is converted to arraycollection as:
arr[0][field1].type = x
arr[0][field1].value = value
arr[0][field2].type = x
arr[0][field2].value----------&gt;it doesnt exists so that cell in the dataprovider of the datagrid appears like [object Object]
Any ideas?]]></description>
		<content:encoded><![CDATA[<p>Hi. This has also helped me a lot. But I have one problem which is that if I have no data for one of the cells, datagrid is filled with [object Object]. I&#8217;ve tried reading the arraycollection and asigning value to &#8221; &#8220;, but as value in fact doesnt exist, it doesnt work. The structure of the xml is something like</p>
<p>            value</p>
<p>This is converted to arraycollection as:<br />
arr[0][field1].type = x<br />
arr[0][field1].value = value<br />
arr[0][field2].type = x<br />
arr[0][field2].value&#8212;&#8212;&#8212;-&gt;it doesnt exists so that cell in the dataprovider of the datagrid appears like [object Object]<br />
Any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on coder++ by Hillel</title>
		<link>http://hillelcoren.com/coder/comment-page-1/#comment-12080</link>
		<dc:creator><![CDATA[Hillel]]></dc:creator>
		<pubDate>Sun, 12 Feb 2012 18:59:00 +0000</pubDate>
		<guid isPermaLink="false">http://hillelcoren.com/?page_id=1011#comment-12080</guid>
		<description><![CDATA[Thanks. Here&#039;s a link to the transcript &lt;a href=&quot;http://hillelcoren.com/coder/transcript/&quot; title=&quot;http://hillelcoren.com/coder/transcript/&quot; rel=&quot;nofollow&quot;&gt;http://hillelcoren.com/coder/transcript/&lt;/a&gt;]]></description>
		<content:encoded><![CDATA[<p>Thanks. Here&#8217;s a link to the transcript <a href="http://hillelcoren.com/coder/transcript/" title="http://hillelcoren.com/coder/transcript/" rel="nofollow">http://hillelcoren.com/coder/transcript/</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

