Hi List,

I tried to fill a ComboBox with XML received by a RemoteObject - with no
success.
The result of the RemoteObject is a String in which is XML Content. If I create
a Model by <mx:Model id="my_id" source="my_xml_file" /> and bind the ComboBox
to "my_id" everything works fine.

I searched the web and found a AS class XMLHelper
http://www.cflex.net/showfiledetails.cfm?ObjectID=243 , but the results of this
classe are not suitable for a ComboBox.

I further searched the web and found how to load dynamically XML using
HTTPService http://www.cflex.net/showfiledetails.cfm?ObjectID=103
This seems to be interesting, but I think this only can be used with XML files.

Of course it is possible to parse the String received by the RemoteObject and
build a model ( well - I wasn't successful here, too ), but isn't there any
"cheap trick" to do something in Actionscript with a XML String which has
exactly the same result as <mx:Model> with a XML file?

Any help is appreciated.
Christoph



------------------------ Yahoo! Groups Sponsor --------------------~--> 
Get fast access to your favorite Yahoo! Groups. Make Yahoo! your home page
http://us.click.yahoo.com/dpRU5A/wUILAA/yQLSAA/nhFolB/TM
--------------------------------------------------------------------~-> 

--
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