I should clarify what's happening exactly. Both forms are identical. They are adding same custom event when they are added to container. First form dispatches custom event for the first time and everything is working fine. When second form is added to the container and it runs custom event it executes twice: for form A, then for form B. Before I am adding second form I am removing all children from the container: reportParameters.removeAllChildren();
Please help. --- In [email protected], "markgoldin_2000" <[EMAIL PROTECTED]> wrote: > > I have two forms A and B that added to a container at run time. Both > forms are adding same custom listener to the outer container. When form > A dispetches that event form B also executes its custom event listener. > How do I control that? My custom event class exctends Event. > > Thanks >

