I think I may have found my problem.  Upon removing my pop-up, I'm calling a 
function 
which displays another component depending on the button the user clicks on in 
the 
pop-up.  If I comment the code out, the pop-up dismisses gracefully and I can 
continue 
using the app as usual.  Then, I figured I'd just listen for the event the 
PopUpManager 
dispatches once the modal overlay has been dismissed.  Of course, there is no 
such event.  
I can only conclude that the display manager gets confused when it's trying to 
remove the 
modal overlay and at the same time changing the display underneath the overlay. 
 Any 
thoughts on how to get around this?

--- In [email protected], "bryanpoopbartow" <[EMAIL PROTECTED]> wrote:
>
> I'm using Flex 3 Beta 2. compiling against 2.0.1 Hotfix 3.  Created a custom 
> component 
> extending TitleWindow.  Using PopUpManager to show it.  It works as expected. 
>  
However, 
> when calling PopUpManager.removePopUp the component itself is removed, while 
> the 
modal 
> overlay stays intact.  I can not interact with the application in any way.  I 
> can't get the 
modal 
> overlay to go away.  Has anyone experienced this or have any ideas why it 
> might be 
> happening?  I should say that I've used this component in other apps with no 
> problems 
> whatsoever.
>



Reply via email to