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: [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 <http://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 > <mailto:[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 > > > > > ------------------------------------------------------------------------ > Explore your hobbies and interests. Click here to begin. > <http://in.rd.yahoo.com/tagline_groups_6/*http://in.promos.yahoo.com/groups> > > > > ------------------------------------------------------------------------ > Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try > it now. > <http://us.rd.yahoo.com/evt=51733/*http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ%20> > > > > __________ NOD32 2760 (20080102) Information __________ > > This message was checked by NOD32 antivirus system. > http://www.eset.com Could you please post the code you use to display the Alert? I've been trying to recreate your scenario with no success. Alert.show("text"); is always centered by default.
Regards, Frederico Garcia

