Who is the parent of the Alert? You can pass in the parent; are you passing in the VBox or the Application?
----- Original Message ----- From: "Daniel Cascais" <[EMAIL PROTECTED]> To: <[email protected]> Sent: Tuesday, February 21, 2006 9:24 AM Subject: Re: [flexcoders] Positioning Alert Yeah, sorry forgot to mention this is Flex 1.5, and no Jesse, the Alert is not centered yet. We are calling the alert from within a VBox Component (the move() method should only work with a canvas), But as Aldo said, we tried "myAlert.centerPopUp( blabla )" which is positioning the Alert anywhere but the center of it's assigned reference. On 2/20/06, JesterXL <[EMAIL PROTECTED]> wrote: > In Flex 2, not 1.5. > > ...is the Alert centered yet? > > ----- Original Message ----- > From: <[EMAIL PROTECTED]> > To: <[email protected]> > Sent: Sunday, February 19, 2006 10:05 PM > Subject: Re: [flexcoders] Positioning Alert > > > Isn't centerPopUp a method of the PopUpManager? > such as : > PopUpManager.centerPopUp(myAlert); > > > > > > > > > > > FYI, using myAlert.centerPopUp( blabla ) doesn't do the work either. > > > > alert! something's wrong with alert > > > > On 2/16/06, Daniel Cascais <[EMAIL PROTECTED]> wrote: > > > 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 > > > > > > > > > > > > > > > > > > > > > > > > > > > -- > > ::::: Aldo Bucchi ::::: > > mobile (56) 8 429 8300 > > > > > > > > > > > > > > > > -- > > Flexcoders Mailing List > > FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt > > Search Archives: > > http://www.mail-archive.com/flexcoders%40yahoogroups.com > > > > > > > > > > > > > > > > > > > > > > SPONSORED LINKS > > > > > > > > > > Web site design development > > > > > > Computer software development > > > > > > Software design and development > > > > > > > > > > Macromedia flex > > > > > > Software development best practice > > > > > > > > > > > > > > > > > > > > > > > > > > > > YAHOO! GROUPS LINKS > > > > > > > > Visit your group "flexcoders" on the web. > > To unsubscribe from this group, send an email > > to: [EMAIL PROTECTED] Your use > > of Yahoo! Groups is subject to the Yahoo! Terms of Service. > > > > > > > > > > > > > > -- > 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 > > > > > > > > > -- > 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 > > > > > > > -- Daniel Cascais Tel: +56 (0)2 4589495 Cel: +56 (0)9 9417355 -- 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 -- 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/

