Hi all, i've new problem
i have textInput to show some string object
<mx:TextInput id='txtName' text=""/>
that the object i put from
txtName.text = ~address~
then i want to use tree to show the txtName and make XMLList to make the
tree
<mx:XMLList id="tree">
<node label="data">
<node label="nama"/>
</node>
</mx:XMLList>
how to order the txtName in tree?
Thanks
--
You received this message because you are subscribed to the Google Groups "Flex
India Community" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/flex_india?hl=en.