do u have an example of this? I'm confused, I thought that by putting an effect on the 'show' event that I was doing just that.
d. On Mon, Mar 10, 2008 at 6:02 PM, johan.temmerman < [EMAIL PROTECTED]> wrote: > Have you tried add/remove-effecttriggers instead of show/hide? > > Also keep in mind that text can't be faded unless is't embedded! > > --jeetee > > --- In [email protected] <flexcoders%40yahoogroups.com>, "Derrick > Anderson" > > <[EMAIL PROTECTED]> wrote: > > > > hi, i have a simple mxml file that gets shown in a popup like so > > > > MiniTextEditor( > > PopUpManager.createPopUp(this, MiniTextEditor)); > > > > on MiniTextEditor I have my effects > > > > showEffect="{fadeIn}" > > hideEffect="{fadeOut}" > > > > and... > > > > <mx:Fade id="fadeOut" duration="1000" alphaFrom="1.0" alphaTo="0.0"/> > > <mx:Fade id="fadeIn" duration="1000" alphaFrom="0.0" alphaTo="1.0"/> > > > > are also on the MiniTextEditor class. > > > > yet when this popup shows, it does not play the effects. is something > > different with popups? > > > > thanks, > > d. > > > > >

