Hi, var window:TitleWindow = new TitleWindow(); window.title = "Hi inside Container";
myPanel.rawChildren.addChild(window); Peace, Mike PS, you will have to manage z order your self, just use setChildIndex(). On 19 Apr 2007 10:29:51 -0700, Aldo Bucchi <[EMAIL PROTECTED]> wrote:
Hi all, How can I create a popup window that will be constrained inside a panel ( or any other container ) As it works right now, the popup is parented by SystemManager, so it floats above the container. Thanks, Aldo -- ::::: Aldo Bucchi ::::: mobile (56) 8 429 8300
-- Teoti Graphix http://www.teotigraphix.com Blog - Flex2Components http://www.flex2components.com You can find more by solving the problem then by 'asking the question'.

