What is the 'your alert popup'? Please give me a demo for this.Thanks
Mark ----- Original Message ---- From: Savan Patel <[EMAIL PROTECTED]> To: [email protected] Sent: Saturday, December 29, 2007 1:21:30 AM Subject: Re: [flexcoders] Alert window position? Hi Mark, You can use following property : PopUpManager. centerPopUp( 'your alert popup'); Thanks & Regards, Savan ----- Original Message ---- From: Dominique Bessette - Halsema <[EMAIL PROTECTED] com> To: [EMAIL PROTECTED] ups.com Sent: Saturday, 29 December, 2007 1:28:36 AM Subject: Re: [flexcoders] Alert window position? 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:IFlexDis playObject; helpWindow = PopUpManager. createPopUp( this, getPopUp, false); } On 12/28/07, markflex2007 <markflex2007@ yahoo.com> 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 Explore your hobbies and interests. Click here to begin. ____________________________________________________________________________________ Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try it now. http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ

