Well, it depends. The PopUpManager takes a parent argument, but that doesn't actually end up being the parent of the new popup. All popups are parented by _root. However, the second popup will be placed above the first so it will appear to be parented if you position it correctly. There are also ways to guarantee that the second popup cannot be obscured by the first. Look at the DepthManager documentation, and PopUpManagers modal flags. Basically modal popups cannot be obscured by non-modal popups.
So you can make it look like I think you want, but it won't actually have the parent relationship. --- In [email protected], "terry_hrtn" <[EMAIL PROTECTED]> wrote: > I have a menu, when the user selects an I use TitleWindow to "pop-up" a > form, from this I want the user to select an item from a datagrid to > have another popup appear with the first TitleWindow as the parent. > > Is this even possible? Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

