Ttry calling validateNow() before move();
a:Alert = Alert.show("AAA");
a.validateNow();
a.move(0,0);
________________________________
From: [email protected] [mailto:[EMAIL PROTECTED] On
Behalf Of danielvlopes
Sent: Tuesday, September 25, 2007 6:33 PM
To: [email protected]
Subject: [flexcoders] Re
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] <mailto:flexcoders%40yahoogroups.com>
, "Alex Harui" <[EMAIL PROTECTED]> wrote:
>
> Alert.show returns the alert instance and you can call move() on it.
>
> ________________________________
>
> From: [email protected] <mailto:flexcoders%40yahoogroups.com>
[mailto:[email protected] <mailto:flexcoders%40yahoogroups.com>
] On
> Behalf Of danielvlopes
> Sent: Tuesday, September 25, 2007 11:46 AM
> To: [email protected] <mailto:flexcoders%40yahoogroups.com>
> Subject: [flexcoders] Alert not in middle of screen
>
>
>
> It is possible put Alert not in middle of screen?
>