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], "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 >

