<?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: Auto open tree node during drag and drop operation</title>
	<atom:link href="http://ria.richtechmedia.com/2006/10/04/auto-open-tree-node-during-dran-and-drop-operation/feed/" rel="self" type="application/rss+xml" />
	<link>http://ria.richtechmedia.com/2006/10/04/auto-open-tree-node-during-dran-and-drop-operation/</link>
	<description>a dedicated Flash&#124;Flex Rich Internet Application Blog from a senior Flex RIA developer/instructor</description>
	<pubDate>Wed, 07 Jan 2009 21:59:50 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Georgi</title>
		<link>http://ria.richtechmedia.com/2006/10/04/auto-open-tree-node-during-dran-and-drop-operation/comment-page-1/#comment-46356</link>
		<dc:creator>Georgi</dc:creator>
		<pubDate>Wed, 28 Nov 2007 15:35:34 +0000</pubDate>
		<guid isPermaLink="false">http://ria.richtechmedia.com/2006/10/04/auto-open-tree-node-during-dran-and-drop-operation/#comment-46356</guid>
		<description>public function openBranch(event:DragEvent):void{
	var dropTarget:Tree = Tree(event.currentTarget);
    var r:int = dropTarget.calculateDropIndex(event);
    var selectednode:Object = BookTree.selectedItem;
    BookTree.selectedIndex = r;
    dropTarget.expandItem(BookTree.selectedItem, true, true);
    BookTree.selectedIndex = -1;
    BookTree.selectedItem = selectednode;
}</description>
		<content:encoded><![CDATA[<p>public function openBranch(event:DragEvent):void{<br />
	var dropTarget:Tree = Tree(event.currentTarget);<br />
    var r:int = dropTarget.calculateDropIndex(event);<br />
    var selectednode:Object = BookTree.selectedItem;<br />
    BookTree.selectedIndex = r;<br />
    dropTarget.expandItem(BookTree.selectedItem, true, true);<br />
    BookTree.selectedIndex = -1;<br />
    BookTree.selectedItem = selectednode;<br />
}</p>
]]></content:encoded>
	</item>
</channel>
</rss>
