The way that I do it, is to dispatch an event when the application resize event is fired. Of course this is easy when you use an MVC framework; like Cairngorm. In the popup, I then use an event listener that executes a method:
mx.managers.PopUpManager.centerPopUp(this as IFlexDisplayObject); There are other, similar ways to do this as well. -TH --- In [email protected], "jmfillman" <[EMAIL PROTECTED]> wrote: > > Is there a way to re-center a pop-up window if the browser is resized? >

