I'm trying to position an Alert instance, but I'm not getting any
reaction from the Alert and it always appears in its default location
in the app.

//Code:
var myAlert:Alert = Alert.show( "Lalalala" );
myAlert.move( 15, 16 );

I have done this quite a lot in Flash, for which I am wondering if
there is something else I am expected to do in Flex.

Thanks,
--
Daniel





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to