Re: [flexcoders] Alert window position?

2008-01-02 Thread Mark Shen
What is the 'your alert popup'? Please give me a demo for this.Thanks Mark - Original Message From: Savan Patel [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Saturday, December 29, 2007 1:21:30 AM Subject: Re: [flexcoders] Alert window position? Hi Mark, You can use

Re: [flexcoders] Alert window position?

2008-01-02 Thread Frederico Garcia
Mark Shen escreveu: What is the 'your alert popup'? Please give me a demo for this.Thanks Mark - Original Message From: Savan Patel [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Saturday, December 29, 2007 1:21:30 AM Subject: Re: [flexcoders] Alert window position

[flexcoders] Alert window position?

2007-12-28 Thread markflex2007
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

Re: [flexcoders] Alert window position?

2007-12-28 Thread Dominique Bessette - Halsema
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,

Re: [flexcoders] Alert window position?

2007-12-28 Thread Savan Patel
] 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