Hi Eric,

 

You are right. I had a focusOut event running on the TileList that also
called the same method. I thought I had tested this but obviously missed it.

 

Thanks!

 

-Greg

 

From: [email protected] [mailto:[EMAIL PROTECTED] On
Behalf Of Eric Cancil
Sent: Sunday, February 24, 2008 12:48 PM
To: [email protected]
Subject: Re: [flexcoders] Re: EFFECT_END handler called twice

 

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] <mailto: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
>

 

 

<<image001.jpg>>

<<image002.jpg>>

Reply via email to