<?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: Using an Array as a data provider in a Flex Tree control</title>
	<atom:link href="http://blog.flexexamples.com/2007/12/03/using-an-array-as-a-data-provider-in-a-flex-tree-control/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.flexexamples.com/2007/12/03/using-an-array-as-a-data-provider-in-a-flex-tree-control/</link>
	<description>Just a bunch of Adobe Flex Examples</description>
	<lastBuildDate>Mon, 22 Mar 2010 05:11:39 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Hmmm...</title>
		<link>http://blog.flexexamples.com/2007/12/03/using-an-array-as-a-data-provider-in-a-flex-tree-control/comment-page-1/#comment-4681</link>
		<dc:creator>Hmmm...</dc:creator>
		<pubDate>Wed, 22 Jul 2009 06:43:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/12/03/using-an-array-as-a-data-provider-in-a-flex-tree-control/#comment-4681</guid>
		<description>Just hardcoded stuff..... its nothing special</description>
		<content:encoded><![CDATA[<p>Just hardcoded stuff&#8230;.. its nothing special</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Frederik Heyninck</title>
		<link>http://blog.flexexamples.com/2007/12/03/using-an-array-as-a-data-provider-in-a-flex-tree-control/comment-page-1/#comment-2057</link>
		<dc:creator>Frederik Heyninck</dc:creator>
		<pubDate>Tue, 04 Dec 2007 07:29:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/12/03/using-an-array-as-a-data-provider-in-a-flex-tree-control/#comment-2057</guid>
		<description>Nice one.
Do you know how I can navigatie in a viewstack with a tree?
&lt;pre class=&quot;code&quot;&gt;
 public function treeChanged(event:Event):void
  {
            	if(event.target.selectedItem.@vs == &quot;&quot;)
            	{
            		Alert.show(&quot;empty&quot;);
            	}
            	else
            	{
            		            	contentA.selectedChild = Tree(event.target).selectedItem.@vs as Container;
            	}
&lt;/pre&gt;

But that doesn&#039;t work.</description>
		<content:encoded><![CDATA[<p>Nice one.<br />
Do you know how I can navigatie in a viewstack with a tree?</p>
<pre class="code">
 public function treeChanged(event:Event):void
  {
            	if(event.target.selectedItem.@vs == "")
            	{
            		Alert.show("empty");
            	}
            	else
            	{
            		            	contentA.selectedChild = Tree(event.target).selectedItem.@vs as Container;
            	}
</pre>
<p>But that doesn&#8217;t work.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
