<?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: Chronicles in flex land (the tree)</title>
	<atom:link href="http://blog.xsive.co.nz/archives/142/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.xsive.co.nz/archives/142</link>
	<description>Weblog for X$!Ve.co.nz, Campbell Anderson Flex Developer</description>
	<lastBuildDate>Fri, 20 Jan 2012 00:23:22 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Campbell</title>
		<link>http://blog.xsive.co.nz/archives/142/comment-page-1#comment-116708</link>
		<dc:creator>Campbell</dc:creator>
		<pubDate>Fri, 29 Jun 2007 01:07:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.xsive.co.nz/archives/142#comment-116708</guid>
		<description>I will do a blog post containing the code for people to see :)</description>
		<content:encoded><![CDATA[<p>I will do a blog post containing the code for people to see <img src='http://blog.xsive.co.nz/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adrian</title>
		<link>http://blog.xsive.co.nz/archives/142/comment-page-1#comment-116697</link>
		<dc:creator>Adrian</dc:creator>
		<pubDate>Thu, 28 Jun 2007 21:17:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.xsive.co.nz/archives/142#comment-116697</guid>
		<description>Hi Campbell,

Thank you for your article!

I am interested in using your TreeFilter.

Would you please send me a sample?  I would really appreciate it!!

Thank you!!,
Adrian</description>
		<content:encoded><![CDATA[<p>Hi Campbell,</p>
<p>Thank you for your article!</p>
<p>I am interested in using your TreeFilter.</p>
<p>Would you please send me a sample?  I would really appreciate it!!</p>
<p>Thank you!!,<br />
Adrian</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lisa Grundy</title>
		<link>http://blog.xsive.co.nz/archives/142/comment-page-1#comment-72455</link>
		<dc:creator>Lisa Grundy</dc:creator>
		<pubDate>Wed, 31 Jan 2007 22:19:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog.xsive.co.nz/archives/142#comment-72455</guid>
		<description>Re sorting ArrayCollections:
Sorry to bother you, but I&#039;m wondering:
Have you ever run into a problem w/ Flex 2 where (having properly set up your SortFields), the myArrayCollection.refresh() call appends a null element to your AC and the refresh blows up?  I have that problem.  I have isolated it and can replicate it using Adobe&#039;s example (by adding a null array element into an array which is subsequently turned into an AC). 
Any pointers you could offer would be much appreciated.
Best Regards,
Lisa</description>
		<content:encoded><![CDATA[<p>Re sorting ArrayCollections:<br />
Sorry to bother you, but I&#8217;m wondering:<br />
Have you ever run into a problem w/ Flex 2 where (having properly set up your SortFields), the myArrayCollection.refresh() call appends a null element to your AC and the refresh blows up?  I have that problem.  I have isolated it and can replicate it using Adobe&#8217;s example (by adding a null array element into an array which is subsequently turned into an AC).<br />
Any pointers you could offer would be much appreciated.<br />
Best Regards,<br />
Lisa</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Campbell</title>
		<link>http://blog.xsive.co.nz/archives/142/comment-page-1#comment-56823</link>
		<dc:creator>Campbell</dc:creator>
		<pubDate>Sun, 19 Nov 2006 10:32:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.xsive.co.nz/archives/142#comment-56823</guid>
		<description>Hey Andi, Yes there are a few options available to you. I have sent you an email outlining the details.</description>
		<content:encoded><![CDATA[<p>Hey Andi, Yes there are a few options available to you. I have sent you an email outlining the details.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andi Triendl</title>
		<link>http://blog.xsive.co.nz/archives/142/comment-page-1#comment-56737</link>
		<dc:creator>Andi Triendl</dc:creator>
		<pubDate>Sat, 18 Nov 2006 14:30:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.xsive.co.nz/archives/142#comment-56737</guid>
		<description>Hi!

I ve read that you are hosting a flash player in a .NET application that does all the stuff that Flash/Flex can&#039;t do. That sounds kinda interesting to me. I am doing the same thing with a product called &quot;Zinc&quot;. It hosts a flash player and I can put my swf in it plus write some dlls to do the native stuff (MIDI, Database, file processing, etc...) and call those functions from Actionscript. The cool thing of this Zinc-Projector is that the end user does not have to have Flash Player OCX installed. The downside is that this Zinc Projector is kinda buggy in some regards, which costs me some sleepless nights. Does not feel to good having 80,000 CD-Roms fabricated and theres a bug in the software... :-(. 
So I was wondering what kind of Flash Player you use in your project... is it the ActiveX one? or is it a different thing? I mean since they included the neat ExternalInterface thingy its quite possible for everyone to build a little bridge between Flash/Flex player and some custom C++, .NET or whatever function... just that the Flash-Player ActiveX control would still have to be installed, wouldn&#039;t it? Well... if not that would be great news...

Cheers from Germany

Andi</description>
		<content:encoded><![CDATA[<p>Hi!</p>
<p>I ve read that you are hosting a flash player in a .NET application that does all the stuff that Flash/Flex can&#8217;t do. That sounds kinda interesting to me. I am doing the same thing with a product called &#8220;Zinc&#8221;. It hosts a flash player and I can put my swf in it plus write some dlls to do the native stuff (MIDI, Database, file processing, etc&#8230;) and call those functions from Actionscript. The cool thing of this Zinc-Projector is that the end user does not have to have Flash Player OCX installed. The downside is that this Zinc Projector is kinda buggy in some regards, which costs me some sleepless nights. Does not feel to good having 80,000 CD-Roms fabricated and theres a bug in the software&#8230; <img src='http://blog.xsive.co.nz/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /> .<br />
So I was wondering what kind of Flash Player you use in your project&#8230; is it the ActiveX one? or is it a different thing? I mean since they included the neat ExternalInterface thingy its quite possible for everyone to build a little bridge between Flash/Flex player and some custom C++, .NET or whatever function&#8230; just that the Flash-Player ActiveX control would still have to be installed, wouldn&#8217;t it? Well&#8230; if not that would be great news&#8230;</p>
<p>Cheers from Germany</p>
<p>Andi</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Campbell</title>
		<link>http://blog.xsive.co.nz/archives/142/comment-page-1#comment-44953</link>
		<dc:creator>Campbell</dc:creator>
		<pubDate>Wed, 18 Oct 2006 08:20:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.xsive.co.nz/archives/142#comment-44953</guid>
		<description>Hey Maikel, replyed to your email. Im going to continue to post a few more examples but some specifics about your situation would help.</description>
		<content:encoded><![CDATA[<p>Hey Maikel, replyed to your email. Im going to continue to post a few more examples but some specifics about your situation would help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: M.Sibbald</title>
		<link>http://blog.xsive.co.nz/archives/142/comment-page-1#comment-43860</link>
		<dc:creator>M.Sibbald</dc:creator>
		<pubDate>Tue, 17 Oct 2006 14:45:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.xsive.co.nz/archives/142#comment-43860</guid>
		<description>Is there a way you can give some more advice on the TreeFilter. Maybe some samples...

Thanks in advance..</description>
		<content:encoded><![CDATA[<p>Is there a way you can give some more advice on the TreeFilter. Maybe some samples&#8230;</p>
<p>Thanks in advance..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Campbell</title>
		<link>http://blog.xsive.co.nz/archives/142/comment-page-1#comment-25407</link>
		<dc:creator>Campbell</dc:creator>
		<pubDate>Mon, 02 Oct 2006 04:33:48 +0000</pubDate>
		<guid isPermaLink="false">http://blog.xsive.co.nz/archives/142#comment-25407</guid>
		<description>Hey Derek, Yeah I found it strange no one else had hit this problem before. Thought it would be a biggie if you didnt own the datasource.</description>
		<content:encoded><![CDATA[<p>Hey Derek, Yeah I found it strange no one else had hit this problem before. Thought it would be a biggie if you didnt own the datasource.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Derek Wischusen</title>
		<link>http://blog.xsive.co.nz/archives/142/comment-page-1#comment-25397</link>
		<dc:creator>Derek Wischusen</dc:creator>
		<pubDate>Mon, 02 Oct 2006 00:33:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.xsive.co.nz/archives/142#comment-25397</guid>
		<description>Hi Campbell,

Thanks for the info.  I&#039;ve recently been playing around with exactly the same stuff.  

I would add the that the filter function is implemented for the Tree control, as it is for any dataprovider.  It just isn&#039;t very useful for hierarchical data since it only filters the top level of the dataprovider.

Another way to solve this problem is to subclass the XMLListCollection and override the refresh method so that it recurses through the all of the data and filters out the items that you do not want.  Then you just need to use this subclass as the dataprovider for your Tree,.  Then you can use the filter function as you normally would.


-Derek</description>
		<content:encoded><![CDATA[<p>Hi Campbell,</p>
<p>Thanks for the info.  I&#8217;ve recently been playing around with exactly the same stuff.  </p>
<p>I would add the that the filter function is implemented for the Tree control, as it is for any dataprovider.  It just isn&#8217;t very useful for hierarchical data since it only filters the top level of the dataprovider.</p>
<p>Another way to solve this problem is to subclass the XMLListCollection and override the refresh method so that it recurses through the all of the data and filters out the items that you do not want.  Then you just need to use this subclass as the dataprovider for your Tree,.  Then you can use the filter function as you normally would.</p>
<p>-Derek</p>
]]></content:encoded>
	</item>
</channel>
</rss>

