<?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/"
		>
<channel>
	<title>Comments on: Filtering a Flex Tree using an ArrayCollection</title>
	<atom:link href="http://www.kalengibbons.com/blog/index.php/2009/01/filtering-a-flex-tree-using-an-arraycollection/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kalengibbons.com/blog/index.php/2009/01/filtering-a-flex-tree-using-an-arraycollection/</link>
	<description>The Dead Tree Blog</description>
	<lastBuildDate>Mon, 06 Sep 2010 09:19:40 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Rene Roberto Ramirez Szabo</title>
		<link>http://www.kalengibbons.com/blog/index.php/2009/01/filtering-a-flex-tree-using-an-arraycollection/comment-page-1/#comment-8950</link>
		<dc:creator>Rene Roberto Ramirez Szabo</dc:creator>
		<pubDate>Wed, 01 Sep 2010 21:40:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.kalengibbons.com/blog2/?p=89#comment-8950</guid>
		<description>Thank you, very useful post.</description>
		<content:encoded><![CDATA[<p>Thank you, very useful post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kalen Gibbons</title>
		<link>http://www.kalengibbons.com/blog/index.php/2009/01/filtering-a-flex-tree-using-an-arraycollection/comment-page-1/#comment-6517</link>
		<dc:creator>Kalen Gibbons</dc:creator>
		<pubDate>Mon, 10 May 2010 20:07:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.kalengibbons.com/blog2/?p=89#comment-6517</guid>
		<description>How is the new root node being applied to the Tree?  Are you reassigning the dataProvider on the tree or adding the root into the existing &quot;people&quot; ArrayCollection?</description>
		<content:encoded><![CDATA[<p>How is the new root node being applied to the Tree?  Are you reassigning the dataProvider on the tree or adding the root into the existing &#8220;people&#8221; ArrayCollection?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Khaled</title>
		<link>http://www.kalengibbons.com/blog/index.php/2009/01/filtering-a-flex-tree-using-an-arraycollection/comment-page-1/#comment-6457</link>
		<dc:creator>Khaled</dc:creator>
		<pubDate>Fri, 07 May 2010 17:12:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.kalengibbons.com/blog2/?p=89#comment-6457</guid>
		<description>thanks for the example, very useful, I&#039;m trying though to get the root node to disappear with no luck ,  i tried to change the following

private function refreshData():void{

   people[0].children = new ArrayCollection(people[0].children.source);

  var root:Person = new Persion();
  root.children = new ArrayCollection();
  root.children.addItem(people[0]);


   refreshRecursiveChildren(root);

   personsTree.invalidateList();

}

I can see that Grandma Susan is passed now to filterData and return &#039;false&#039; still it shows in the tree !</description>
		<content:encoded><![CDATA[<p>thanks for the example, very useful, I&#8217;m trying though to get the root node to disappear with no luck ,  i tried to change the following</p>
<p>private function refreshData():void{</p>
<p>   people[0].children = new ArrayCollection(people[0].children.source);</p>
<p>  var root:Person = new Persion();<br />
  root.children = new ArrayCollection();<br />
  root.children.addItem(people[0]);</p>
<p>   refreshRecursiveChildren(root);</p>
<p>   personsTree.invalidateList();</p>
<p>}</p>
<p>I can see that Grandma Susan is passed now to filterData and return &#8216;false&#8217; still it shows in the tree !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kalen Gibbons</title>
		<link>http://www.kalengibbons.com/blog/index.php/2009/01/filtering-a-flex-tree-using-an-arraycollection/comment-page-1/#comment-5474</link>
		<dc:creator>Kalen Gibbons</dc:creator>
		<pubDate>Thu, 04 Mar 2010 04:49:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.kalengibbons.com/blog2/?p=89#comment-5474</guid>
		<description>Prudvi,
 
I need more information to help.  Is this an AIR project?  Where is your data coming from and in what format?  If you could post it here that would help.</description>
		<content:encoded><![CDATA[<p>Prudvi,</p>
<p>I need more information to help.  Is this an AIR project?  Where is your data coming from and in what format?  If you could post it here that would help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: prudvi</title>
		<link>http://www.kalengibbons.com/blog/index.php/2009/01/filtering-a-flex-tree-using-an-arraycollection/comment-page-1/#comment-5448</link>
		<dc:creator>prudvi</dc:creator>
		<pubDate>Mon, 01 Mar 2010 05:59:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.kalengibbons.com/blog2/?p=89#comment-5448</guid>
		<description>i need some regarding tree component.i want to display the hard drive folders in the explorer form .can any body give me the answer</description>
		<content:encoded><![CDATA[<p>i need some regarding tree component.i want to display the hard drive folders in the explorer form .can any body give me the answer</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kalen Gibbons</title>
		<link>http://www.kalengibbons.com/blog/index.php/2009/01/filtering-a-flex-tree-using-an-arraycollection/comment-page-1/#comment-5439</link>
		<dc:creator>Kalen Gibbons</dc:creator>
		<pubDate>Sat, 27 Feb 2010 21:10:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.kalengibbons.com/blog2/?p=89#comment-5439</guid>
		<description>Pappu,
  It&#039;s hard to say what the problem is without more information.  I&#039;m guessing that the problem is the format of your data.  Make sure that each level of your hierarchy is an ArrayCollection so that you can filter it; arrays or anything else won&#039;t work.</description>
		<content:encoded><![CDATA[<p>Pappu,<br />
  It&#8217;s hard to say what the problem is without more information.  I&#8217;m guessing that the problem is the format of your data.  Make sure that each level of your hierarchy is an ArrayCollection so that you can filter it; arrays or anything else won&#8217;t work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pappu</title>
		<link>http://www.kalengibbons.com/blog/index.php/2009/01/filtering-a-flex-tree-using-an-arraycollection/comment-page-1/#comment-5435</link>
		<dc:creator>Pappu</dc:creator>
		<pubDate>Sat, 27 Feb 2010 08:01:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.kalengibbons.com/blog2/?p=89#comment-5435</guid>
		<description>Hi,

I am trying the same example above by pulling data of the Person class from the server side using a Remote Object but it doesnt work.

Can some one help me how to solve this problem.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I am trying the same example above by pulling data of the Person class from the server side using a Remote Object but it doesnt work.</p>
<p>Can some one help me how to solve this problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: yuege</title>
		<link>http://www.kalengibbons.com/blog/index.php/2009/01/filtering-a-flex-tree-using-an-arraycollection/comment-page-1/#comment-4892</link>
		<dc:creator>yuege</dc:creator>
		<pubDate>Wed, 13 Jan 2010 01:21:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.kalengibbons.com/blog2/?p=89#comment-4892</guid>
		<description>greate works!</description>
		<content:encoded><![CDATA[<p>greate works!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kalen Gibbons</title>
		<link>http://www.kalengibbons.com/blog/index.php/2009/01/filtering-a-flex-tree-using-an-arraycollection/comment-page-1/#comment-4600</link>
		<dc:creator>Kalen Gibbons</dc:creator>
		<pubDate>Tue, 08 Dec 2009 05:15:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.kalengibbons.com/blog2/?p=89#comment-4600</guid>
		<description>Jeff, 
 I haven&#039;t figured out a solution to the bug mentioned, although I haven&#039;t tested this code with any of the recent SDK updates.  There is a comment above by Icemaker that provides a work-around for this issue.  Until a better solution is found, that should do the trick.</description>
		<content:encoded><![CDATA[<p>Jeff,<br />
 I haven&#8217;t figured out a solution to the bug mentioned, although I haven&#8217;t tested this code with any of the recent SDK updates.  There is a comment above by Icemaker that provides a work-around for this issue.  Until a better solution is found, that should do the trick.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff</title>
		<link>http://www.kalengibbons.com/blog/index.php/2009/01/filtering-a-flex-tree-using-an-arraycollection/comment-page-1/#comment-4597</link>
		<dc:creator>Jeff</dc:creator>
		<pubDate>Mon, 07 Dec 2009 23:12:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.kalengibbons.com/blog2/?p=89#comment-4597</guid>
		<description>Did you ever figure out that bug from the 2nd response?</description>
		<content:encoded><![CDATA[<p>Did you ever figure out that bug from the 2nd response?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
