Try setting isPopUp=false
________________________________ From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Tracy Spratt Sent: Thursday, May 08, 2008 10:53 AM To: [email protected] Subject: RE: [flexcoders] Supressing drag/move of PopupManager window? Oops, includeInLayout is not needed in an absolute position container. Tracy ________________________________ From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Tracy Spratt Sent: Thursday, May 08, 2008 1:51 PM To: [email protected] Subject: RE: [flexcoders] Supressing drag/move of PopupManager window? One solution would be to not use popupManager, but declare it at the end of an absolute layout container (to keep it on top) and toggle visible and includeInLayout properties to show/hide. Tracy ________________________________ From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of chigwell23 Sent: Thursday, May 08, 2008 5:51 AM To: [email protected] Subject: [flexcoders] Supressing drag/move of PopupManager window? What is the best way to fix a Panel or TitleWindow etc in position after the PopupManager has popped it? The Drag methods and Move methods could be overridden, but I am thinking that there is an easier way? TIA, Mic.

