Hi,

Are you using the mx.core.Application.alert? if so that call does not return a reference to the alert which you wouln't be able to position it. You would have to use the mx.controls.Alert.show() instead.

Omar Ramos
System Developer

On 2/21/06, Daniel Cascais <[EMAIL PROTECTED]> wrote:
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: <flexcoders@yahoogroups.com>
> 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 &lt;[EMAIL PROTECTED]&gt; wrote: &gt;
> > I'm trying to position an Alert instance, but I'm not getting any &gt;
> > reaction from the Alert and it always appears in its default location
> > &gt; in the app.
> > &gt;
> > &gt; //Code:
> > &gt; var myAlert:Alert = Alert.show( &quot;Lalalala&quot; );
> > &gt; myAlert.move( 15, 16 );
> > &gt;
> > &gt; I have done this quite a lot in Flash, for which I am wondering if
> > &gt; there is something else I am expected to do in Flex.
> > &gt;
> > &gt; Thanks,
> > &gt; --
> > &gt; Daniel
> > &gt;
> > &gt;
> > &gt;
> > &gt;
> > &gt;
> > &gt; --
> > &gt; Flexcoders Mailing List
> > &gt; FAQ:
> > http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt &gt;
> > Search Archives:
> > http://www.mail-archive.com/flexcoders%40yahoogroups.com &gt; Yahoo!
> > Groups Links
> > &gt;
> > &gt;
> > &gt;
> > &gt;
> > &gt;
> > &gt;
> > &gt;
> >
> >
> > --
> > ::::: 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
> >
> >
> >
> >   &nbsp;Visit your group "flexcoders" on the web.&nbsp;
> >   &nbsp;To unsubscribe from this group, send an email
> > to:&nbsp;[EMAIL PROTECTED]&nbsp; &nbsp;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




SPONSORED LINKS
Web site design development Computer software development Software design and development
Macromedia flex Software development best practice


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




SPONSORED LINKS
Web site design development Computer software development Software design and development
Macromedia flex Software development best practice


YAHOO! GROUPS LINKS




Reply via email to