Hi Darrell, thanks for the answer. I know that you use the third parameter to make it modal. What I want is, that the component, from where I create the popUp stays enabled. All the other components on stage should be disabled (like setting the third parameter to "true"). I am looking for an easy way to solve it with the PopUpManager. Christoph
_____ Von: [email protected] [mailto:[EMAIL PROTECTED] Im Auftrag von Darrell Loverin Gesendet: Freitag, 10. Oktober 2008 05:11 An: [email protected] Betreff: [flexcoders] Re: modal PopUp with one component, that should accept user interaction I may be misunderstanding your question but the third parameter of the PopUpManager.addPopUp() fucntion is a Boolean that controls whether the popup is modal or non-modal. -Darrell --- In [EMAIL PROTECTED] <mailto:flexcoders%40yahoogroups.com> ups.com, "Christoph Leva" <[EMAIL PROTECTED]> wrote: > > Hi all, > > I use the popUpManager to show a TitleWindow. I want it modal, but exlude > the component from where I create the popUp. The result should be, that this > one component and the titleWindow can be clicked on or interacted with and > all other components should not react to user interaction. > > Does anybody have an idea how to do it with the PopUpManager? > > Cheers, Christoph >

