If I'm creating a component dynamically with createChild, how do I add an 
effect?

For an Effect named "childHoverIn", I tried a mouseOverEffect to a new 
instance of the component "Comp" this way:

createChild(Comp,"",{mouseOverEffect:"childHoverIn"});

The child is created, but the mouseOver effect doesn't work.







 
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