Flex Tree Properties, Null Reference?
- by mvrak
I am pulling down a large XML file and I have no control over it's structure.
I used a custom function to use the tag name to view the tree structure as a flex tree, but then it breaks. I am guessing it has something to do with my other function, one that calls attribute values from the selected node.
See code.
<mx:Tree x="254" y="21"…