Flex Tree, Slelecteditem == XML(node);... BUG??
Posted
by Muhammad Husnain Ashfaq
on Stack Overflow
See other posts from Stack Overflow
or by Muhammad Husnain Ashfaq
Published on 2010-03-11T13:10:26Z
Indexed on
2010/05/14
4:24 UTC
Read the original article
Hit count: 231
flex
|actionscript-3
when i selected a XML node to tree by doing... i am using flex SDK 3.5 it was working fine in SDK 3.
tree.selectedItem=XML(node);
and then get..
trace(tree.selectedItem.toString());
i get error that object is null...
© Stack Overflow or respective owner