<?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: Creating a simple image gallery with the Flex Tree control</title>
	<atom:link href="http://blog.flexexamples.com/2008/04/04/creating-a-simple-image-gallery-with-the-flex-tree-control/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.flexexamples.com/2008/04/04/creating-a-simple-image-gallery-with-the-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: nagabhushan</title>
		<link>http://blog.flexexamples.com/2008/04/04/creating-a-simple-image-gallery-with-the-flex-tree-control/comment-page-1/#comment-10265</link>
		<dc:creator>nagabhushan</dc:creator>
		<pubDate>Thu, 22 Dec 2011 05:58:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/04/04/creating-a-simple-image-gallery-with-the-flex-tree-control/#comment-10265</guid>
		<description>Peter deHaan,

Great example. But i have a requirement to support automation testing, where in i want to assign a dynamic id to each node of a tree. Is it possible in any way?</description>
		<content:encoded><![CDATA[<p>Peter deHaan,</p>
<p>Great example. But i have a requirement to support automation testing, where in i want to assign a dynamic id to each node of a tree. Is it possible in any way?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gabriel</title>
		<link>http://blog.flexexamples.com/2008/04/04/creating-a-simple-image-gallery-with-the-flex-tree-control/comment-page-1/#comment-9065</link>
		<dc:creator>Gabriel</dc:creator>
		<pubDate>Thu, 17 Mar 2011 17:07:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/04/04/creating-a-simple-image-gallery-with-the-flex-tree-control/#comment-9065</guid>
		<description>Hello
Know how to open any item from a tree a module / swf?

Greetings
Gabriel</description>
		<content:encoded><![CDATA[<p>Hello<br />
Know how to open any item from a tree a module / swf?</p>
<p>Greetings<br />
Gabriel</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Apoorv</title>
		<link>http://blog.flexexamples.com/2008/04/04/creating-a-simple-image-gallery-with-the-flex-tree-control/comment-page-1/#comment-8018</link>
		<dc:creator>Apoorv</dc:creator>
		<pubDate>Sun, 27 Jun 2010 06:41:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/04/04/creating-a-simple-image-gallery-with-the-flex-tree-control/#comment-8018</guid>
		<description>Hey Peter , 
Thnks it worked after downloading source code previously it wasnt working .

I have 1 more query .. Can we add pictures to the directory ?  If yes than please guide me .
Like if  the person clicks All than also a picture is shown 

waiting for your reply 

Regards
Apoorv</description>
		<content:encoded><![CDATA[<p>Hey Peter ,<br />
Thnks it worked after downloading source code previously it wasnt working .</p>
<p>I have 1 more query .. Can we add pictures to the directory ?  If yes than please guide me .<br />
Like if  the person clicks All than also a picture is shown </p>
<p>waiting for your reply </p>
<p>Regards<br />
Apoorv</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter deHaan</title>
		<link>http://blog.flexexamples.com/2008/04/04/creating-a-simple-image-gallery-with-the-flex-tree-control/comment-page-1/#comment-7995</link>
		<dc:creator>Peter deHaan</dc:creator>
		<pubDate>Thu, 24 Jun 2010 04:49:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/04/04/creating-a-simple-image-gallery-with-the-flex-tree-control/#comment-7995</guid>
		<description>@Apoorv,

Are you modifying the example at all? I tried importing the example ZIP into Flash Builder 4 and compiling using the Flex 3.5 SDK and it worked as expected (although I did have a compiler error which required me to create a /libs/ folder in my project).

Peter</description>
		<content:encoded><![CDATA[<p>@Apoorv,</p>
<p>Are you modifying the example at all? I tried importing the example ZIP into Flash Builder 4 and compiling using the Flex 3.5 SDK and it worked as expected (although I did have a compiler error which required me to create a /libs/ folder in my project).</p>
<p>Peter</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Apoorv</title>
		<link>http://blog.flexexamples.com/2008/04/04/creating-a-simple-image-gallery-with-the-flex-tree-control/comment-page-1/#comment-7984</link>
		<dc:creator>Apoorv</dc:creator>
		<pubDate>Wed, 23 Jun 2010 04:15:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/04/04/creating-a-simple-image-gallery-with-the-flex-tree-control/#comment-7984</guid>
		<description>Hello peter , I was reading 1 of your old blog regarding tree control

http://blog.flexexamples.com/2008/04/04/creating-a-simple-image-gallery-with-the-flex-tree-control/

while running the application i get two errors .. 
1)Access of possibly undefined property dataDescriptor through a reference with static type Tree.
2)Access of possibly undefined property selectedItem through a reference with static type Tree.


Please help me out.

Apoorv</description>
		<content:encoded><![CDATA[<p>Hello peter , I was reading 1 of your old blog regarding tree control</p>
<p><a href="http://blog.flexexamples.com/2008/04/04/creating-a-simple-image-gallery-with-the-flex-tree-control/" rel="nofollow">http://blog.flexexamples.com/2008/04/04/creating-a-simple-image-gallery-with-the-flex-tree-control/</a></p>
<p>while running the application i get two errors ..<br />
1)Access of possibly undefined property dataDescriptor through a reference with static type Tree.<br />
2)Access of possibly undefined property selectedItem through a reference with static type Tree.</p>
<p>Please help me out.</p>
<p>Apoorv</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom</title>
		<link>http://blog.flexexamples.com/2008/04/04/creating-a-simple-image-gallery-with-the-flex-tree-control/comment-page-1/#comment-6563</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Wed, 09 Dec 2009 14:18:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/04/04/creating-a-simple-image-gallery-with-the-flex-tree-control/#comment-6563</guid>
		<description>Peter,
I have been looking for an example of a tree that controls a list of images.  As the user works his way down the branches of the tree the list filters the images until the final leaf displays a single image.  Any suggestions?</description>
		<content:encoded><![CDATA[<p>Peter,<br />
I have been looking for an example of a tree that controls a list of images.  As the user works his way down the branches of the tree the list filters the images until the final leaf displays a single image.  Any suggestions?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Onder</title>
		<link>http://blog.flexexamples.com/2008/04/04/creating-a-simple-image-gallery-with-the-flex-tree-control/comment-page-1/#comment-3025</link>
		<dc:creator>Onder</dc:creator>
		<pubDate>Thu, 04 Jun 2009 10:43:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/04/04/creating-a-simple-image-gallery-with-the-flex-tree-control/#comment-3025</guid>
		<description>Hi there;

i want to make a tree control but when i click it i dont want to show image,i want to show other mxml or html sites....how can i make it???</description>
		<content:encoded><![CDATA[<p>Hi there;</p>
<p>i want to make a tree control but when i click it i dont want to show image,i want to show other mxml or html sites&#8230;.how can i make it???</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter Lindener</title>
		<link>http://blog.flexexamples.com/2008/04/04/creating-a-simple-image-gallery-with-the-flex-tree-control/comment-page-1/#comment-3040</link>
		<dc:creator>Peter Lindener</dc:creator>
		<pubDate>Fri, 01 May 2009 00:14:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/04/04/creating-a-simple-image-gallery-with-the-flex-tree-control/#comment-3040</guid>
		<description>Figured it out,  in Gumbo&#039;s MXML an fx:XML object creation tag, must be declared as inside an fx:Declarations open/closing tag pair.... once one makes this adjustment, with a just splendid mix of s:,fx: and mx: name space designators ( kind of drives one crazy guessing which ones to use for any given object, and things could become even more obscure if this name space craziness continues with the Gumbo sdk )  ... given these these adjustments this example has been made to execute withing the latest Gumbo sdk....

   Let me know where I should send the updated,Gumbo revised, FLEX project archive files..

     Cheers
        -Peter L.</description>
		<content:encoded><![CDATA[<p>Figured it out,  in Gumbo&#8217;s MXML an fx:XML object creation tag, must be declared as inside an fx:Declarations open/closing tag pair&#8230;. once one makes this adjustment, with a just splendid mix of s:,fx: and mx: name space designators ( kind of drives one crazy guessing which ones to use for any given object, and things could become even more obscure if this name space craziness continues with the Gumbo sdk )  &#8230; given these these adjustments this example has been made to execute withing the latest Gumbo sdk&#8230;.</p>
<p>   Let me know where I should send the updated,Gumbo revised, FLEX project archive files..</p>
<p>     Cheers<br />
        -Peter L.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter Lindener</title>
		<link>http://blog.flexexamples.com/2008/04/04/creating-a-simple-image-gallery-with-the-flex-tree-control/comment-page-1/#comment-3027</link>
		<dc:creator>Peter Lindener</dc:creator>
		<pubDate>Thu, 30 Apr 2009 20:35:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/04/04/creating-a-simple-image-gallery-with-the-flex-tree-control/#comment-3027</guid>
		<description>Dear
    Peter -

    I got this tree control based image galery demo to compile and run with the latest Gumbo sdk, that is, utilizing the old 2006 name space.....   Then with my attempts to move into using the latest Gumbo/Spark based components... I&#039;m finding that apparently that the newer XML document parsing component have also have a recently rearranged there API....  I&#039;ll do more reading, Then  I gather there is some problem adding the XML parser resulting to be a member of its parent container??

    Im trying to figure out how this XML parsing should now be written with  the new Gumbo API,  Any assistance in helping bring your example code up to the latest would be great!....P.S.   where should I send the Flex zip archives of the revised 3D Action Script example that I took a bit furthe... that is, I pulled the Action Script it&#039;s own &quot;.as&quot; file.??

    All the best
         -Peter L.</description>
		<content:encoded><![CDATA[<p>Dear<br />
    Peter -</p>
<p>    I got this tree control based image galery demo to compile and run with the latest Gumbo sdk, that is, utilizing the old 2006 name space&#8230;..   Then with my attempts to move into using the latest Gumbo/Spark based components&#8230; I&#8217;m finding that apparently that the newer XML document parsing component have also have a recently rearranged there API&#8230;.  I&#8217;ll do more reading, Then  I gather there is some problem adding the XML parser resulting to be a member of its parent container??</p>
<p>    Im trying to figure out how this XML parsing should now be written with  the new Gumbo API,  Any assistance in helping bring your example code up to the latest would be great!&#8230;.P.S.   where should I send the Flex zip archives of the revised 3D Action Script example that I took a bit furthe&#8230; that is, I pulled the Action Script it&#8217;s own &#8220;.as&#8221; file.??</p>
<p>    All the best<br />
         -Peter L.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: stacey reiman</title>
		<link>http://blog.flexexamples.com/2008/04/04/creating-a-simple-image-gallery-with-the-flex-tree-control/comment-page-1/#comment-3026</link>
		<dc:creator>stacey reiman</dc:creator>
		<pubDate>Tue, 28 Apr 2009 18:48:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/04/04/creating-a-simple-image-gallery-with-the-flex-tree-control/#comment-3026</guid>
		<description>Hello! Awesome blog, you&#039;ve helped a newbie like me tons :)

I used your code to create a bare bones beginning to my app, with 2 SWFloaders populated via the xml tree (thanks for that!) These 2 SWFLoaders correspond to a content box for lessons, and a virtual tutor box for videos.  All of the content are AS3 swfs.  I want to place buttons in my content so that I can change out the SWFs in either of the SWFLoaders in the Flex app.  Do you know the code I would need in order to do that in my Flex app, as well as in my FLA files?</description>
		<content:encoded><![CDATA[<p>Hello! Awesome blog, you&#8217;ve helped a newbie like me tons :)</p>
<p>I used your code to create a bare bones beginning to my app, with 2 SWFloaders populated via the xml tree (thanks for that!) These 2 SWFLoaders correspond to a content box for lessons, and a virtual tutor box for videos.  All of the content are AS3 swfs.  I want to place buttons in my content so that I can change out the SWFs in either of the SWFLoaders in the Flex app.  Do you know the code I would need in order to do that in my Flex app, as well as in my FLA files?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

