I sincerely doubt this is a bug. Since youre using Flex Builder - please but a breakpoint on the line where you instantiate / play the fade effect and run in debug mode - You are most likely calling it twice on accident
On Sat, Feb 23, 2008 at 9:54 AM, Syed Mazhar Hasan Qadri < [EMAIL PROTECTED]> wrote: > Hello! I encountered the same thing with Resize effects on some 42 > Children and had to apply a trick to count how many times the event is > triggered, if that is equal to 42*2 times, then i triggered my code. > > @Greg: BTW, can you please tell me how you applied Effects on Popped > Up components. Thanks > > > --- In [email protected] <flexcoders%40yahoogroups.com>, "Greg" > <[EMAIL PROTECTED]> wrote: > > > > Hi All, > > > > > > > > I have a fadeout effect that runs on a popup window. I am using an > > EFFECT_END handler that calls the PopUpManager.removePopUp(). The > handler is > > being called twice. The repeat interval is default=1 and I have > ensured this > > is the only code calling the handler. > > > > > > > > What am I doing wrong? > > > > > > > > Any comments much appreciated, > > > > > > Greg > > > > >

