<?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: Determining the first visible item in a Flex Tree control</title>
	<atom:link href="http://blog.flexexamples.com/2007/12/01/determining-the-first-visible-item-in-a-flex-tree-control/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.flexexamples.com/2007/12/01/determining-the-first-visible-item-in-a-flex-tree-control/</link>
	<description>Just a bunch of Adobe Flex Examples</description>
	<lastBuildDate>Sun, 12 Feb 2012 19:26:49 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: ziv</title>
		<link>http://blog.flexexamples.com/2007/12/01/determining-the-first-visible-item-in-a-flex-tree-control/comment-page-1/#comment-7013</link>
		<dc:creator>ziv</dc:creator>
		<pubDate>Mon, 15 Feb 2010 08:09:38 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/12/01/determining-the-first-visible-item-in-a-flex-tree-control/#comment-7013</guid>
		<description>sorry , i forget to indicate  that i mean using AdvancedDataGrid and not tree</description>
		<content:encoded><![CDATA[<p>sorry , i forget to indicate  that i mean using AdvancedDataGrid and not tree</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ziv</title>
		<link>http://blog.flexexamples.com/2007/12/01/determining-the-first-visible-item-in-a-flex-tree-control/comment-page-1/#comment-7012</link>
		<dc:creator>ziv</dc:creator>
		<pubDate>Mon, 15 Feb 2010 08:07:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/12/01/determining-the-first-visible-item-in-a-flex-tree-control/#comment-7012</guid>
		<description>Hi,
 Is there any solution for finding first item, if the data provider is HierarchicalData ?

Thanks,

Ziv o</description>
		<content:encoded><![CDATA[<p>Hi,<br />
 Is there any solution for finding first item, if the data provider is HierarchicalData ?</p>
<p>Thanks,</p>
<p>Ziv o</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yasir</title>
		<link>http://blog.flexexamples.com/2007/12/01/determining-the-first-visible-item-in-a-flex-tree-control/comment-page-1/#comment-2055</link>
		<dc:creator>Yasir</dc:creator>
		<pubDate>Mon, 14 Apr 2008 04:16:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/12/01/determining-the-first-visible-item-in-a-flex-tree-control/#comment-2055</guid>
		<description>Hi,
1. Problems 1
I have different XML Data to display in the tree control.It is standard XML with no attributes.It has just text value for the leave node. e.g


                100000
                name



                100000
                name


I need to display the root, then its 2 children subRoot and finally leaf nodes as sub nodes of the subRoot.
I did try this through a labelFunction but it displays 10000000 as branch with empty leaf under it.


2. Problem 2.

Please help, if you have any idea to solve this problem.


                100000
                name



                100000
                name




I want that root, then 2 subRoot and first children of each subRoot be displayed. How to do that?
Regadrs
Yasir</description>
		<content:encoded><![CDATA[<p>Hi,<br />
1. Problems 1<br />
I have different XML Data to display in the tree control.It is standard XML with no attributes.It has just text value for the leave node. e.g</p>
<p>                100000<br />
                name</p>
<p>                100000<br />
                name</p>
<p>I need to display the root, then its 2 children subRoot and finally leaf nodes as sub nodes of the subRoot.<br />
I did try this through a labelFunction but it displays 10000000 as branch with empty leaf under it.</p>
<p>2. Problem 2.</p>
<p>Please help, if you have any idea to solve this problem.</p>
<p>                100000<br />
                name</p>
<p>                100000<br />
                name</p>
<p>I want that root, then 2 subRoot and first children of each subRoot be displayed. How to do that?<br />
Regadrs<br />
Yasir</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bendz</title>
		<link>http://blog.flexexamples.com/2007/12/01/determining-the-first-visible-item-in-a-flex-tree-control/comment-page-1/#comment-2054</link>
		<dc:creator>Bendz</dc:creator>
		<pubDate>Sat, 23 Feb 2008 14:22:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/12/01/determining-the-first-visible-item-in-a-flex-tree-control/#comment-2054</guid>
		<description>so this is what i&#039;ve missed. I got messed up coding this part</description>
		<content:encoded><![CDATA[<p>so this is what i&#8217;ve missed. I got messed up coding this part</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rugu87</title>
		<link>http://blog.flexexamples.com/2007/12/01/determining-the-first-visible-item-in-a-flex-tree-control/comment-page-1/#comment-2053</link>
		<dc:creator>rugu87</dc:creator>
		<pubDate>Sun, 09 Dec 2007 05:08:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/12/01/determining-the-first-visible-item-in-a-flex-tree-control/#comment-2053</guid>
		<description>awesome example, but i have another question, i am building a training video application, and i need the user to finish a video before the next video in a tree becomes availaible, so how do i make other nodes semi transparent until the user has finished the previous one?</description>
		<content:encoded><![CDATA[<p>awesome example, but i have another question, i am building a training video application, and i need the user to finish a video before the next video in a tree becomes availaible, so how do i make other nodes semi transparent until the user has finished the previous one?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

