Be wary of any consultant who says you "can't" do something.

This is Flex... of course you can!  Not everything, but most things that are cool & matter.  For everything, that's Zombo.com.
 
Example (psuedo code):
 
popup = PopUpManager.createPopUp(this, Panel, false);
 
var resize = new Resize(popup);
resize.widthFrom = 0;
resize.widthTo = 320;
resize.heightFrom = 0;
resize.heightTo = 240;
resize.duration = 1000;
resize.suspendBackgroundProcessing = true;
resize.playEffect();
 
Booyah!!!
 
You'll have to elaborate on the implode...
 
 
----- Original Message -----
Sent: Monday, November 28, 2005 8:46 PM
Subject: RE: [flexcoders] Effects on a modal box?

Just to be clear I want to have a dialog box  that zooms open from a button and then implodes into a text box when closed. I was told by some consultant that this would not work. So he was incorrect?
 
 
Dan


From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of JesterXL
Sent: Monday, November 28, 2005 5:05 PM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Effects on a modal box?

You can use all mx.effects.* on popups, sure.  PopUpManager.createPopUp returns the popup itself; feel free to make it the target of an event.
 
----- Original Message -----
Sent: Monday, November 28, 2005 6:04 PM
Subject: [flexcoders] Effects on a modal box?

Hi when doing special effects can they be applied when opening a modal titlewindow via the PopUpManager?
 
 
Dan


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




Reply via email to