Hi, No, if I am not mistaken, all you need to do is set;
window.isPopUp = true; and you will have your dragging. Peace, Mike On 4/19/07, Aldo Bucchi <[EMAIL PROTECTED]> wrote:
and dragging... On 19 Apr 2007 11:04:57 -0700, Michael Schmalle <[EMAIL PROTECTED]> wrote: > > 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'. > > -- ::::: 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'.

