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


      

Reply via email to