I don’t know if this is still unanswered, but this is how I did it (creationCompleteEffect etc aren’t working when using the PopUpManager, I think..)

 

                        userdetail = userdetailWindow(PopUpManager.createPopUp( this, userdetailWindow , true));

                        var effFade:Fade = new Fade(userdetail);

                        effFade.alphaFrom = 0.0;

                        effFade.alphaTo = 1.0;

                        effFade.play();

 

I know it’s not the cleanest way, but it’s working.

 

Jonas

 


From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Jaime Bermudez
Sent: donderdag 29 juni 2006 16:14
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Fwd: FB3 addedEffect, removedEffect and popUps

 

Hey guys,

This issue is still out there for me.  Basically, I want to know how I can trigger certain effects on a TitleWindow that is displayed through PopUpManager.addPopUp.

Thanks,

Jaime

---------- Forwarded message ----------
From: Jaime Bermudez <[EMAIL PROTECTED]>
Date: Jun 14, 2006 1:49 PM
Subject: FB3 addedEffect, removedEffect and popUps
To: flexcoders@yahoogroups.com

Hey guys,

I wanted some move effects initiated on popups when created, added or removed through the PopUpManager.  I figured out that the PopUpManager.removePopUp(popUp) method will trigger a "removedEffect" on the popUp window, at least for modal dialogs.  This makes sense b/c it's probably removing the popUp from the invisible canvas behind it.  I'm currently using a creationCompleteEffect to get the popUp to "move in" onto the screen.  This obviously won't work for the PopUpManager.addPopUp method since the popUp window will have already been created.  There is an "addedEffect", but this doesn't seem to work like the "removedEffect".  Anyone know why the " addedEffect" doesn't trigger on a popUp when adding it through PopUpManager.addPopUp?  Is there any effect that gets triggered through this method?

Thanks,


Jaime


__________ NOD32 1.1632 (20060629) Information __________

This message was checked by NOD32 antivirus system.
http://www.eset.com

__._,_.___

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com





SPONSORED LINKS
Web site design development Computer software development Software design and development
Macromedia flex Software development best practice


YAHOO! GROUPS LINKS




__,_._,___

Reply via email to