[flexcoders] Re: Tree component help - please

2005-08-15 Thread Andrew Spaulding
Hi, Maybe try something like this: mx:Tree nodeOpen=getNodes(event.node) / you might want to store a reference to this node rather than using contentMgmtTree.selectedItem. So you script block might look like this: public function getNodes( treeNode ) { treeSelectedNode = treeNode;

[flexcoders] Re: Tree component help - please

2005-08-15 Thread pat_ryan_99
Thank you for the response, but that produced the same results. Other thoughts? I assume that since my TreeNodeVO has a label attribute, that is all that is really required? Is it having trouble understanding this VO? Thanks again Pat --- In flexcoders@yahoogroups.com, Andrew Spaulding

RE: [flexcoders] Re: Tree component help - please

2005-08-15 Thread Tracy Spratt
the TreeDataProvider API, like getProperty(label), and getData() Tracy -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of pat_ryan_99 Sent: Monday, August 15, 2005 12:02 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Tree component help