PDA

View Full Version : Parent items in a tree



Miguelele
February 13th, 2008, 04:02 AM
Hi: how can I get the values of the parent elements in a tree when clicking in a leaf item?

Thanks: Miguel

Escape-Artist
February 13th, 2008, 04:51 PM
Use the parent property.
Like: my_mc.parent;

Miguelele
February 13th, 2008, 06:22 PM
Use the parent property.
Like: my_mc.parent;

mmm… thank you, but I mean a Tree object in Flex. I can't see nothing related to "parent" property it it…

Regards: Miguel