|
This is what I would do: Set the resultFormat=”e4x” Create an instance variable for the main dataProvider: private var _xmlDpMain:XML; Have the result event call a result
handler function, and in that do: _xmlDpMain = event.result; //set the
global var value trace(_xmlDpMain.toXMLString()); //to be
sure I have what I expect bind the main combobox to _xmlDPMain.Prov
(whatever works for the main combo). In a click/change event on the main
combobox call a function and do this: Var xmlDpDetail:XML = XML(comboMain.selectedItem); //the
XML function might not be required, I still get tripped ub by data type issues.
comboDetail.dataProvider = xmlDpDetail; Let us know. Tracy From:
[email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Jamie O God @(#$& do I not so much enjoy being at the
bottom of a learning -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
SPONSORED LINKS
Your email settings: Individual Email|Traditional
Change settings via the Web (Yahoo! ID required) Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured Visit Your Group | Yahoo! Groups Terms of Use | Unsubscribe __,_._,___ |
- RE: [flexcoders] Re: Multiple XML loads? Tracy Spratt
- [flexcoders] http://flexseminar.com/ Paul Andrews
- [flexcoders] Re: Multiple XML loads? Jamie O

