[flexcoders] Recursing Up a Tree

2008-03-31 Thread Carpenter, Steven
Hi all, I'm still learning with Flex, and I'm stuck on this problem: I have a Tree component and for any given selectedItem, I need to get a list of parent nodes for that item - I'm not concerned with the children of each parent, I just need to get a list or path of parent nodes for an item,

RE: [flexcoders] Recursing Up a Tree

2008-03-31 Thread Tracy Spratt
@yahoogroups.com Subject: [flexcoders] Recursing Up a Tree Hi all, I'm still learning with Flex, and I'm stuck on this problem: I have a Tree component and for any given selectedItem, I need to get a list of parent nodes for that item - I'm not concerned with the children of each parent, I just need