RE: [flexcoders] Alert Box location??

2008-02-05 Thread Alex Harui
Box location?? I get two same Alert Box in different location after I call centerPopUp() . Thanks Mark - Original Message From: Tom Chiverton <[EMAIL PROTECTED]> To: flexcoders@yahoogroups.com Sent: Tuesday, February 5, 2008 11:51:12 AM Subject: Re: [flexcoders] Ale

Re: [flexcoders] Alert Box location??

2008-02-05 Thread Mark Shen
I get two same Alert Box in different location after I call centerPopUp() . Thanks Mark - Original Message From: Tom Chiverton <[EMAIL PROTECTED]> To: flexcoders@yahoogroups.com Sent: Tuesday, February 5, 2008 11:51:12 AM Subject: Re: [flexcoders] Alert Box location?? On Tues

Re: [flexcoders] Alert Box location??

2008-02-05 Thread Tom Chiverton
On Tuesday 05 Feb 2008, markflex2007 wrote: > I use Alert.show to show some text but the Alert box go to coner of the > screen Before or after your call to centerPopUp() ? -- Tom Chiverton Helping to widespreadedly improve six-generation content on: http://thefalken.livejournal.com

[flexcoders] Alert Box location??

2008-02-05 Thread markflex2007
Hi. I use Alert.show to show some text but the Alert box go to coner of the screen I try to use the following code,but I get two alert box var alert1:Alert = Alert.show("Please input user name"); PopUpManager.centerPopUp(alert1);