<?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"
	>
<channel>
	<title>Comments for Arcadio Carballares Martín - en</title>
	<atom:link href="http://www.carballares.es/en/arcadio/?feed=comments-rss2" rel="self" type="application/rss+xml" />
	<link>http://www.carballares.es/en/arcadio</link>
	<description>Personal repository to ideas, experiments and notes</description>
	<pubDate>Thu, 09 Sep 2010 06:44:20 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>Comment on ComboCheck: CheckBox inside of a ComboBox by Arcadio</title>
		<link>http://www.carballares.es/en/arcadio/?p=220#comment-355224</link>
		<dc:creator>Arcadio</dc:creator>
		<pubDate>Thu, 02 Sep 2010 06:45:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.carballares.es/en/arcadio/?p=220#comment-355224</guid>
		<description>Version here:
http://www.carballares.es/en/arcadio/?page_id=352</description>
		<content:encoded><![CDATA[<p>Version here:<br />
<a href="http://www.carballares.es/en/arcadio/?page_id=352" rel="nofollow">http://www.carballares.es/en/arcadio/?page_id=352</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ComboCheck: CheckBox inside of a ComboBox by Pier</title>
		<link>http://www.carballares.es/en/arcadio/?p=220#comment-355222</link>
		<dc:creator>Pier</dc:creator>
		<pubDate>Wed, 01 Sep 2010 16:44:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.carballares.es/en/arcadio/?p=220#comment-355222</guid>
		<description>Unfortunately, i'm working in Flex 3 only.
Which version is the last for Flex 3?</description>
		<content:encoded><![CDATA[<p>Unfortunately, i&#8217;m working in Flex 3 only.<br />
Which version is the last for Flex 3?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ComboCheck: CheckBox inside of a ComboBox by Arcadio</title>
		<link>http://www.carballares.es/en/arcadio/?p=220#comment-350662</link>
		<dc:creator>Arcadio</dc:creator>
		<pubDate>Mon, 30 Aug 2010 07:17:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.carballares.es/en/arcadio/?p=220#comment-350662</guid>
		<description>Hi, Pier. Have you try last version?
I’ve just migrate the component to flex 4 for setter performance</description>
		<content:encoded><![CDATA[<p>Hi, Pier. Have you try last version?<br />
I’ve just migrate the component to flex 4 for setter performance</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ComboCheck 1.2 by Arcadio</title>
		<link>http://www.carballares.es/en/arcadio/?p=354#comment-350661</link>
		<dc:creator>Arcadio</dc:creator>
		<pubDate>Mon, 30 Aug 2010 07:15:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.carballares.es/en/arcadio/?p=354#comment-350661</guid>
		<description>Hi, sam. Have you try last version? 
I've just migrate the component to flex 4 for setter performance.</description>
		<content:encoded><![CDATA[<p>Hi, sam. Have you try last version?<br />
I&#8217;ve just migrate the component to flex 4 for setter performance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ComboCheck 1.2 by sam</title>
		<link>http://www.carballares.es/en/arcadio/?p=354#comment-346056</link>
		<dc:creator>sam</dc:creator>
		<pubDate>Thu, 26 Aug 2010 18:53:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.carballares.es/en/arcadio/?p=354#comment-346056</guid>
		<description>hi i am very much new to flex
i tried using your component,its great,thanks a lot
but i have a problem the checkboxes are getting checked when the scroll is moved up and down

i am  not able to use your latest code since i dont have dropdownlist...so hope you can help me further..is there a way to do it with list..thanks in advance</description>
		<content:encoded><![CDATA[<p>hi i am very much new to flex<br />
i tried using your component,its great,thanks a lot<br />
but i have a problem the checkboxes are getting checked when the scroll is moved up and down</p>
<p>i am  not able to use your latest code since i dont have dropdownlist&#8230;so hope you can help me further..is there a way to do it with list..thanks in advance</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ComboCheck: CheckBox inside of a ComboBox by Pier</title>
		<link>http://www.carballares.es/en/arcadio/?p=220#comment-341652</link>
		<dc:creator>Pier</dc:creator>
		<pubDate>Tue, 24 Aug 2010 14:51:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.carballares.es/en/arcadio/?p=220#comment-341652</guid>
		<description>Hello Arcadio,

thank you for your lovely component.
Quick question:  as many others, i'm loading data into the combocheck dynamically, binding the dataprovider with a collection filled on the return of a server call.
My question is about the emptying of the selected items:  with a "Reset" button, i empty the collection of selectedItems.  The collection is therefore empty but the display is not updated.  The text remains the same until i force the selectedItem to equal null.  Also, when i open the list following the reset, the previously selected checkboxes are still selected.  I've half-managed to fix this by overriding the updateDisplayList function in the itemRenderer, forcing all data's "selected" property to false when the selectedItems collection is empty.  However, the checkboxes remain selected until my mouse hovers over the checkbox (or if i close and reopen the list).
Would you have any suggestions?
Much appreciated and keep up the excellent work.
Best regards
Pier</description>
		<content:encoded><![CDATA[<p>Hello Arcadio,</p>
<p>thank you for your lovely component.<br />
Quick question:  as many others, i&#8217;m loading data into the combocheck dynamically, binding the dataprovider with a collection filled on the return of a server call.<br />
My question is about the emptying of the selected items:  with a &#8220;Reset&#8221; button, i empty the collection of selectedItems.  The collection is therefore empty but the display is not updated.  The text remains the same until i force the selectedItem to equal null.  Also, when i open the list following the reset, the previously selected checkboxes are still selected.  I&#8217;ve half-managed to fix this by overriding the updateDisplayList function in the itemRenderer, forcing all data&#8217;s &#8220;selected&#8221; property to false when the selectedItems collection is empty.  However, the checkboxes remain selected until my mouse hovers over the checkbox (or if i close and reopen the list).<br />
Would you have any suggestions?<br />
Much appreciated and keep up the excellent work.<br />
Best regards<br />
Pier</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ComboCheck: CheckBox inside of a ComboBox by 919881137352</title>
		<link>http://www.carballares.es/en/arcadio/?p=220#comment-336930</link>
		<dc:creator>919881137352</dc:creator>
		<pubDate>Thu, 19 Aug 2010 09:17:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.carballares.es/en/arcadio/?p=220#comment-336930</guid>
		<description>Hi Arcadio,

If we add more item in dataprovider and scrolls it disorder the checkbox selection.

Do you have any idea??

Cheers,
Ram</description>
		<content:encoded><![CDATA[<p>Hi Arcadio,</p>
<p>If we add more item in dataprovider and scrolls it disorder the checkbox selection.</p>
<p>Do you have any idea??</p>
<p>Cheers,<br />
Ram</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Update DataGrid list with ItemRenderer by Henrik</title>
		<link>http://www.carballares.es/en/arcadio/?p=464#comment-323001</link>
		<dc:creator>Henrik</dc:creator>
		<pubDate>Tue, 03 Aug 2010 06:06:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.carballares.es/en/arcadio/?p=464#comment-323001</guid>
		<description>The only problem with this is that it only updates the values when you change the next thing, ie clicking the checkbox does not update the values until you click some other checkbox, and it's always one step behind...</description>
		<content:encoded><![CDATA[<p>The only problem with this is that it only updates the values when you change the next thing, ie clicking the checkbox does not update the values until you click some other checkbox, and it&#8217;s always one step behind&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ComboCheck 1.2.5: bug fixed by Arcadio</title>
		<link>http://www.carballares.es/en/arcadio/?p=462#comment-321798</link>
		<dc:creator>Arcadio</dc:creator>
		<pubDate>Sun, 01 Aug 2010 18:17:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.carballares.es/en/arcadio/?p=462#comment-321798</guid>
		<description>I'm working to fix it. Sorry.</description>
		<content:encoded><![CDATA[<p>I&#8217;m working to fix it. Sorry.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ComboCheck 1.2.5: bug fixed by JMP</title>
		<link>http://www.carballares.es/en/arcadio/?p=462#comment-299962</link>
		<dc:creator>JMP</dc:creator>
		<pubDate>Wed, 14 Jul 2010 15:39:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.carballares.es/en/arcadio/?p=462#comment-299962</guid>
		<description>Re: ComboCheck v 1.2.5
Great work.  One issue.  Have long list of employees.  After checking one then using keyboard navigation (example enter letter "M") you get a an item checked under the "M's".  If you move from it, it is really not selected but gives the impression of having been selected.  Cannot duplicate on test data, of course, since all labels start with "l".

Also 1 + 10 * 10 = 110 did not fail</description>
		<content:encoded><![CDATA[<p>Re: ComboCheck v 1.2.5<br />
Great work.  One issue.  Have long list of employees.  After checking one then using keyboard navigation (example enter letter &#8220;M&#8221;) you get a an item checked under the &#8220;M&#8217;s&#8221;.  If you move from it, it is really not selected but gives the impression of having been selected.  Cannot duplicate on test data, of course, since all labels start with &#8220;l&#8221;.</p>
<p>Also 1 + 10 * 10 = 110 did not fail</p>
]]></content:encoded>
	</item>
</channel>
</rss>
