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 [email protected], "Alex Harui" <[EMAIL PROTECTED]> wrote:
>
> Alert.show returns the alert instance and you can call move() on it.
>
> ________________________________
>
> From: [email protected] [mailto:[EMAIL PROTECTED] On
> Behalf Of danielvlopes
> Sent: Tuesday, September 25, 2007 11:46 AM
> To: [email protected]
> Subject: [flexcoders] Alert not in middle of screen
>
>
>
> It is possible put Alert not in middle of screen?
>