Hrm... creationCompleteEffect is really just an event, and as such, it needs 
to trigger an existing effect, not create on.

Try creating an effect, and pass the ID for it instead of the effect's class 
type.

----- Original Message ----- 
From: "jgraham_us" <[EMAIL PROTECTED]>
To: <[email protected]>
Sent: Sunday, January 01, 2006 4:35 PM
Subject: [flexcoders] Re: creation effect on dynamically created child


I tried that and it didn't work.

--- In [email protected], "JesterXL" <[EMAIL PROTECTED]> wrote:
>
> Have you tried:
>
> creationCompleteEffect: WipeDown
>
> Instead?
>
> ----- Original Message ----- 
> From: "jgraham_us" <[EMAIL PROTECTED]>
> To: <[email protected]>
> Sent: Friday, December 30, 2005 11:27 PM
> Subject: [flexcoders] creation effect on dynamically created child
>
>
> I have a View in which I am creating children dynamically like
this:
>
> myView.createChild(eval("mytest.MyTestPanelClass"),
>                    undefined,
>                    { creationCompleteEffect:"WipeDown" } );
>
> It works fine, just I don't get any effects.  I also tried
> showEffect:"WipeDown"
>
> Any ideas how to do this correctly?
>
> THanks
>
>
>
>
>
>
> --
> 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
>






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







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