My view has a SWC component within it, so parsing the XML in the
command or anywhere within the program is not an option. I pass the
XML to the component and call it's parseXML method() to have it
update. I did manage to find another thread much earlier in this
discussion that - although not recommended from an encapsulating code
best practices point of view - temporarily resolves my issue. In my
command I execute the views component method directly:

Application.application.viewstackNameHere.getChildByName("viewNameHere").ComponentID.ParseXML();

Later on, I'll get some consulting time with someone smarter in the
ways of cairngorm and Flex than myself to help re-factor the code and
post the 'proper' method to this. From what I've read it is an issue
for a number of others.

Thanks,
Jamie




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

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/flexcoders/join
    (Yahoo! ID required)

<*> To change settings via email:
    mailto:[EMAIL PROTECTED] 
    mailto:[EMAIL PROTECTED]

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