Thanks alex.

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


Reply via email to