I'm trying to cascade states (mxml format) in a top down fashion. At
each level children are being added, and I need to wait for this to
happen before trying to effect their states. What is the best event
model to approach this? I'm thinking of using the creationComplete
event on the child, that would test its parents state, to determine
which of several states it should choose from. My first approach had
been to try the ChildExistenceChangedEvent.CHILD_ADD on the parent to
monitor for the creation of it's children, but to no avail.

Any thoughts would be appreciated.

Thanks






------------------------ Yahoo! Groups Sponsor --------------------~--> 
Great things are happening at Yahoo! Groups.  See the new email design.
http://us.click.yahoo.com/TISQkA/hOaOAA/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