AW: [flexcoders] modal PopUp with one component, that should accept user interaction

2008-10-11 Thread Christoph Leva
PopUp with one component, that should accept user interaction What exactly do you want to do? i.e. why do the other components have to be mouse-shielded? I assume you know about PopUpButton - I don't know if you could use that to help you do what you want...? -- View this message in co

Re: [flexcoders] modal PopUp with one component, that should accept user interaction

2008-10-10 Thread Mark Carter
What exactly do you want to do? i.e. why do the other components have to be mouse-shielded? I assume you know about PopUpButton - I don't know if you could use that to help you do what you want...? -- View this message in context: http://www.nabble.com/modal-PopUp-with-one-component%2C-that-sh

[flexcoders] modal PopUp with one component, that should accept user interaction

2008-10-09 Thread Christoph Leva
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