On your title window set visible=false and then on the creationComplete
event set visible=true;


<mx:TitleWindow visible="false" creationComplete="this.visible=true"
showEffect="{myShowEffect}" >

<mx:WipeDown id="myShowEffect" duration="700" />



There's a much better way of handling this if you route all title
window's through a window manager,
But that should get you started. The problem as you probably realize is
that when the window is rendered,
It's already showing so the show effect either doesn't fire or has
already fired. (not sure which) 

B.


-----Original Message-----
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Danko Kozar
Sent: Thursday, February 01, 2007 3:46 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Using Effects with TitleWindow show/hide?

Is it possible to use mx:Effects with TitleWindow popped up by
PopUpManager? 
I'd like to use some Move and Resize effects on window show and hide -
just to make it slide in and out.
I've try it using showEffect and hideEffect property of TitleWindow, but
it doesn't work.



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





***
The information in this e-mail is confidential and intended solely for the 
individual or entity to whom it is addressed.  If you have received this e-mail 
in error please notify the sender by return e-mail delete this e-mail and 
refrain from any disclosure or action based on the information.
***

Reply via email to