I call a remote object successfully. I can check that because I can dump
the result (XML) in a TextArea control:

<mx:TextArea text="{functions.getTypesListAll.result}"/>

However, I want to show the results in a ComboBox or a tree:

This is an example of functions.getTypesListAll.result
-----------------------------------------------------------------------------
 <?xml version="1.0" encoding="UTF-8"?>
<FunctionTypes>
      <FunctionType code="FUNC1" name="Function 1">
            <DocType code="DOC1" name="DocDesc1"/>
            <DocType code="DOC2" name="DocDesc2"/>
      </FunctionType>
</FunctionTypes>

-----------------------------------------------------------------------------

ComboBox:  Bind FunctionType code and name.
Tree: Parent FuntionType, child DocType.

 How can I do that? How can I use functions.getTypesListAll.result and use
specific nodes of the XML?

Thanks,


---------------------------------------------------------------------------
This e-mail message (including attachments, if any) is intended for the use
of the individual or entity to which it is addressed and may contain
information that is privileged, proprietary , confidential and exempt from
disclosure.  If you are not the intended recipient, you are notified that
any dissemination, distribution or copying of this communication is
strictly prohibited.  If you have received this communication in error,
please notify the sender and erase this e-mail message immediately.
---------------------------------------------------------------------------






--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to