Hello Alex... I try to do this:  
Alert.show("AAA").move(0,0);    

and this:
a:Alert = Alert.show("AAA");
a.move(0,0);

But doesn't work.
--- In flexcoders@yahoogroups.com, "Alex Harui" <[EMAIL PROTECTED]> wrote:
>
> Alert.show returns the alert instance and you can call move() on it.
> 
> ________________________________
> 
> From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
> Behalf Of danielvlopes
> Sent: Tuesday, September 25, 2007 11:46 AM
> To: flexcoders@yahoogroups.com
> Subject: [flexcoders] Alert not in middle of screen
> 
> 
> 
> It is possible put Alert not in middle of screen?
>


Reply via email to