<?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"
	>
<channel>
	<title>Comments on: flex2 component - Tree with checkbox</title>
	<atom:link href="http://ria.richtechmedia.com/2006/09/16/flex2-component-tree-with-checkbox/feed/" rel="self" type="application/rss+xml" />
	<link>http://ria.richtechmedia.com/2006/09/16/flex2-component-tree-with-checkbox/</link>
	<description>a dedicated Flash&#124;Flex Rich Internet Application Blog from a senior Flex RIA developer/instructor</description>
	<pubDate>Mon, 06 Oct 2008 22:05:21 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: k</title>
		<link>http://ria.richtechmedia.com/2006/09/16/flex2-component-tree-with-checkbox/#comment-137454</link>
		<dc:creator>k</dc:creator>
		<pubDate>Sun, 21 Sep 2008 13:49:50 +0000</pubDate>
		<guid isPermaLink="false">http://ria.richtechmedia.com/2006/09/16/flex2-component-tree-with-checkbox/#comment-137454</guid>
		<description>不是recursive
是recursion才对</description>
		<content:encoded><![CDATA[<p>不是recursive<br />
是recursion才对</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mithun</title>
		<link>http://ria.richtechmedia.com/2006/09/16/flex2-component-tree-with-checkbox/#comment-58931</link>
		<dc:creator>Mithun</dc:creator>
		<pubDate>Sun, 24 Feb 2008 04:18:24 +0000</pubDate>
		<guid isPermaLink="false">http://ria.richtechmedia.com/2006/09/16/flex2-component-tree-with-checkbox/#comment-58931</guid>
		<description>Can you please give me the source code of this component?

Thanks in advance!</description>
		<content:encoded><![CDATA[<p>Can you please give me the source code of this component?</p>
<p>Thanks in advance!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jeremy</title>
		<link>http://ria.richtechmedia.com/2006/09/16/flex2-component-tree-with-checkbox/#comment-2939</link>
		<dc:creator>jeremy</dc:creator>
		<pubDate>Sun, 17 Sep 2006 16:22:04 +0000</pubDate>
		<guid isPermaLink="false">http://ria.richtechmedia.com/2006/09/16/flex2-component-tree-with-checkbox/#comment-2939</guid>
		<description>就是用自製的 item renderer 取代 Tree 原本使用的，然後在這個 renderer 裏的 createChildren()建立一個 checkbox元件，再建一個新的 skin class 來畫出灰色的 checkbox 背景(代表未全部選取)，這樣就差不多了。

至於選取的行為就是用 recursive 去跑一輪就好。</description>
		<content:encoded><![CDATA[<p>就是用自製的 item renderer 取代 Tree 原本使用的，然後在這個 renderer 裏的 createChildren()建立一個 checkbox元件，再建一個新的 skin class 來畫出灰色的 checkbox 背景(代表未全部選取)，這樣就差不多了。</p>
<p>至於選取的行為就是用 recursive 去跑一輪就好。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: deng</title>
		<link>http://ria.richtechmedia.com/2006/09/16/flex2-component-tree-with-checkbox/#comment-2923</link>
		<dc:creator>deng</dc:creator>
		<pubDate>Sat, 16 Sep 2006 11:29:15 +0000</pubDate>
		<guid isPermaLink="false">http://ria.richtechmedia.com/2006/09/16/flex2-component-tree-with-checkbox/#comment-2923</guid>
		<description>能不能介绍下制作原理？？这里介绍的两个都没有制作原理：
http://www.flex2.org/node/54</description>
		<content:encoded><![CDATA[<p>能不能介绍下制作原理？？这里介绍的两个都没有制作原理：<br />
<a href="http://www.flex2.org/node/54" rel="nofollow">http://www.flex2.org/node/54</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jeremy</title>
		<link>http://ria.richtechmedia.com/2006/09/16/flex2-component-tree-with-checkbox/#comment-2920</link>
		<dc:creator>jeremy</dc:creator>
		<pubDate>Sat, 16 Sep 2006 07:49:20 +0000</pubDate>
		<guid isPermaLink="false">http://ria.richtechmedia.com/2006/09/16/flex2-component-tree-with-checkbox/#comment-2920</guid>
		<description>Tree, checkbox 都是 Flex 內建的，再加上自製的 item renderer 與 programmatic skin.</description>
		<content:encoded><![CDATA[<p>Tree, checkbox 都是 Flex 內建的，再加上自製的 item renderer 與 programmatic skin.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cmanwalking</title>
		<link>http://ria.richtechmedia.com/2006/09/16/flex2-component-tree-with-checkbox/#comment-2919</link>
		<dc:creator>cmanwalking</dc:creator>
		<pubDate>Sat, 16 Sep 2006 05:18:09 +0000</pubDate>
		<guid isPermaLink="false">http://ria.richtechmedia.com/2006/09/16/flex2-component-tree-with-checkbox/#comment-2919</guid>
		<description>这个是FLEX2自带的么？还是FB2提供的？</description>
		<content:encoded><![CDATA[<p>这个是FLEX2自带的么？还是FB2提供的？</p>
]]></content:encoded>
	</item>
</channel>
</rss>
