<?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: Open Source Flex Component: TreeMap updated to version 2.1.0</title>
	<atom:link href="http://joshblog.net/2008/12/11/open-source-flex-component-treemap-2-1-0/feed/" rel="self" type="application/rss+xml" />
	<link>http://joshblog.net/2008/12/11/open-source-flex-component-treemap-2-1-0/</link>
	<description>Josh Tynjala explores Flash, Flex, and ActionScript.</description>
	<lastBuildDate>Sat, 31 Jul 2010 02:55:11 -0400</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Josh Tynjala</title>
		<link>http://joshblog.net/2008/12/11/open-source-flex-component-treemap-2-1-0/comment-page-1/#comment-61651</link>
		<dc:creator>Josh Tynjala</dc:creator>
		<pubDate>Tue, 06 Oct 2009 15:42:10 +0000</pubDate>
		<guid isPermaLink="false">http://joshblog.net/?p=453#comment-61651</guid>
		<description>Gaurav, that&#039;s something I want to make a standard feature of the TreeMap component, but I haven&#039;t put any thought into the implementation yet. You might see how the regular Flex Tree implements branch opening to see how you might implement an effect in a similar way for TreeMap.</description>
		<content:encoded><![CDATA[<p>Gaurav, that&#8217;s something I want to make a standard feature of the TreeMap component, but I haven&#8217;t put any thought into the implementation yet. You might see how the regular Flex Tree implements branch opening to see how you might implement an effect in a similar way for TreeMap.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gaurav Sarin</title>
		<link>http://joshblog.net/2008/12/11/open-source-flex-component-treemap-2-1-0/comment-page-1/#comment-61650</link>
		<dc:creator>Gaurav Sarin</dc:creator>
		<pubDate>Tue, 06 Oct 2009 11:25:50 +0000</pubDate>
		<guid isPermaLink="false">http://joshblog.net/?p=453#comment-61650</guid>
		<description>Hi,
I want to push a fade or zoom effect when an user clicks on the icon to open or close a node. 

Can you please give me some tip on how to do that?</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I want to push a fade or zoom effect when an user clicks on the icon to open or close a node. </p>
<p>Can you please give me some tip on how to do that?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josh Tynjala</title>
		<link>http://joshblog.net/2008/12/11/open-source-flex-component-treemap-2-1-0/comment-page-1/#comment-61380</link>
		<dc:creator>Josh Tynjala</dc:creator>
		<pubDate>Tue, 25 Aug 2009 15:29:11 +0000</pubDate>
		<guid isPermaLink="false">http://joshblog.net/?p=453#comment-61380</guid>
		<description>Gauthier, you don&#039;t have to override the function. You can implement the interface &lt;a href=&quot;http://www.flextoolbox.com/components/treemap/2/documentation/com/flextoolbox/controls/treeMapClasses/ITreeMapLayoutStrategy.html&quot; rel=&quot;nofollow&quot;&gt;ITreeMapLayoutStrategy&lt;/a&gt; with a new class if you want to create a new algorithm.</description>
		<content:encoded><![CDATA[<p>Gauthier, you don&#8217;t have to override the function. You can implement the interface <a href="http://www.flextoolbox.com/components/treemap/2/documentation/com/flextoolbox/controls/treeMapClasses/ITreeMapLayoutStrategy.html" rel="nofollow">ITreeMapLayoutStrategy</a> with a new class if you want to create a new algorithm.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gauthier</title>
		<link>http://joshblog.net/2008/12/11/open-source-flex-component-treemap-2-1-0/comment-page-1/#comment-61378</link>
		<dc:creator>Gauthier</dc:creator>
		<pubDate>Tue, 25 Aug 2009 08:31:46 +0000</pubDate>
		<guid isPermaLink="false">http://joshblog.net/?p=453#comment-61378</guid>
		<description>I have some problem to modify your algorithm ...
The class SquarifyLayout contains the function squarify which is private. So I can&#039;t override it. :/</description>
		<content:encoded><![CDATA[<p>I have some problem to modify your algorithm &#8230;<br />
The class SquarifyLayout contains the function squarify which is private. So I can&#8217;t override it. :/</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josh Tynjala</title>
		<link>http://joshblog.net/2008/12/11/open-source-flex-component-treemap-2-1-0/comment-page-1/#comment-61344</link>
		<dc:creator>Josh Tynjala</dc:creator>
		<pubDate>Mon, 17 Aug 2009 16:53:21 +0000</pubDate>
		<guid isPermaLink="false">http://joshblog.net/?p=453#comment-61344</guid>
		<description>Gauthier, you will need to modify the layout algorithm if you want to ensure that leaves are always landscape. The default layout algorithm, called &quot;squarify&quot;, tries to make leaves as close to square (1:1 average ratio width to height) as possible. The fact that your example has a &quot;portrait&quot; orientation is coincidental.</description>
		<content:encoded><![CDATA[<p>Gauthier, you will need to modify the layout algorithm if you want to ensure that leaves are always landscape. The default layout algorithm, called &#8220;squarify&#8221;, tries to make leaves as close to square (1:1 average ratio width to height) as possible. The fact that your example has a &#8220;portrait&#8221; orientation is coincidental.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gauthier</title>
		<link>http://joshblog.net/2008/12/11/open-source-flex-component-treemap-2-1-0/comment-page-1/#comment-61343</link>
		<dc:creator>Gauthier</dc:creator>
		<pubDate>Mon, 17 Aug 2009 13:05:20 +0000</pubDate>
		<guid isPermaLink="false">http://joshblog.net/?p=453#comment-61343</guid>
		<description>http://img5.hostingpics.net/pics/666409Image_4.png</description>
		<content:encoded><![CDATA[<p><a href="http://img5.hostingpics.net/pics/666409Image_4.png" rel="nofollow">http://img5.hostingpics.net/pics/666409Image_4.png</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gauthier</title>
		<link>http://joshblog.net/2008/12/11/open-source-flex-component-treemap-2-1-0/comment-page-1/#comment-61342</link>
		<dc:creator>Gauthier</dc:creator>
		<pubDate>Mon, 17 Aug 2009 13:04:37 +0000</pubDate>
		<guid isPermaLink="false">http://joshblog.net/?p=453#comment-61342</guid>
		<description>Hi,

I just want to know if is it possible to display landscape images instead of portrait to keep the isometry. 

&lt;a href=&quot;http://www.hostingpics.net&quot; title=&quot;HÃ©bergement photos&quot; rel=&quot;nofollow&quot;&gt;&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I just want to know if is it possible to display landscape images instead of portrait to keep the isometry. </p>
<p><a href="http://www.hostingpics.net" title="HÃ©bergement photos" rel="nofollow"></a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Flex Monkey Patches &#187; Blog Archive &#187; Rubberneckerâ€™s Review - Week 22</title>
		<link>http://joshblog.net/2008/12/11/open-source-flex-component-treemap-2-1-0/comment-page-1/#comment-60571</link>
		<dc:creator>Flex Monkey Patches &#187; Blog Archive &#187; Rubberneckerâ€™s Review - Week 22</dc:creator>
		<pubDate>Tue, 06 Jan 2009 18:11:25 +0000</pubDate>
		<guid isPermaLink="false">http://joshblog.net/?p=453#comment-60571</guid>
		<description>[...] Open Source Flex Component: TreeMap updated to version&#8230; (from Josh Talks Flash) [...]</description>
		<content:encoded><![CDATA[<p>[...] Open Source Flex Component: TreeMap updated to version&#8230; (from Josh Talks Flash) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: evolutioneer.com/blog &#187; Blog Archive &#187; Start 2009 With Some Links</title>
		<link>http://joshblog.net/2008/12/11/open-source-flex-component-treemap-2-1-0/comment-page-1/#comment-60551</link>
		<dc:creator>evolutioneer.com/blog &#187; Blog Archive &#187; Start 2009 With Some Links</dc:creator>
		<pubDate>Fri, 02 Jan 2009 15:46:28 +0000</pubDate>
		<guid isPermaLink="false">http://joshblog.net/?p=453#comment-60551</guid>
		<description>[...] Tynjala over at Josh Talks Flash has released an update of his Treemap Flex component.Â  I always think these sorts of tree visualizers are very slick, so I slipped a copy of the [...]</description>
		<content:encoded><![CDATA[<p>[...] Tynjala over at Josh Talks Flash has released an update of his Treemap Flex component.Â  I always think these sorts of tree visualizers are very slick, so I slipped a copy of the [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josh Tynjala</title>
		<link>http://joshblog.net/2008/12/11/open-source-flex-component-treemap-2-1-0/comment-page-1/#comment-60506</link>
		<dc:creator>Josh Tynjala</dc:creator>
		<pubDate>Sat, 27 Dec 2008 19:51:46 +0000</pubDate>
		<guid isPermaLink="false">http://joshblog.net/?p=453#comment-60506</guid>
		<description>Jean, it&#039;s now available as &lt;code&gt;dataTipFunction&lt;/code&gt; and &lt;code&gt;branchDataTipFunction&lt;/code&gt;.</description>
		<content:encoded><![CDATA[<p>Jean, it&#8217;s now available as <code>dataTipFunction</code> and <code>branchDataTipFunction</code>.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
