i created my own popup using TitleWindow and in there you can control the
placement.

//in the main class call the popup
 private  function getAtomPopUp():void{
      var helpWindow:IFlexDisplayObject;
      helpWindow = PopUpManager.createPopUp(this, getPopUp, false);
    }


On 12/28/07, markflex2007 <[EMAIL PROTECTED]> wrote:
>
>   Hi,
>
> I have the Alert popup window(Alert.show) but it appear in the right side
> of
> the screen,I want to know how to make it popup at center of the screen.
>
> Thanks
>
> Mark
>
> 
>

Reply via email to