I tried the center thing and it centers.  Also I have removed the x and y 
thing.  This is one 
of the default values  iwill look it up again.


--- In flexcoders@yahoogroups.com, "Michael Schmalle" <[EMAIL PROTECTED]> wrote:
>
> Hi,
> 
> > basics(PopUpManager.createPopUp(this, basics, false));
> 
> What is 'this' refering to?
> 
> That is probably the problem. Are you loading into an Application from
> another Application?
> 
> Just for a test you can also comment out the x and y setting calls and try;
> 
> PopUpManager.centerPopUp(helpWindow);
> 
> If you cannot see it, do you happen to have the aplha or visible turned off
> on the basics component?
> 
> Peace, Mike
> 
> On 9/6/06, mthielman11 <[EMAIL PROTECTED]> wrote:
> >
> >   Does anyone know how to set the x and way proprties of a popup window?
> >
> > Here is my function. This does not work for some reason.
> >
> > public function displayForm():void {
> > var helpWindow:basics =
> > basics(PopUpManager.createPopUp(this, basics, false));
> > helpWindow.title="Basic Information";
> > helpWindow.showCloseButton = true;
> > helpWindow.x = 90;
> > helpWindow.y = 100;
> > }
> >
> > I can not find the info anywhere.
> >
> >  
> >
> 
> 
> 
> -- 
> What goes up, does come down.
>






------------------------ Yahoo! Groups Sponsor --------------------~--> 
Check out the new improvements in Yahoo! Groups email.
http://us.click.yahoo.com/7EuRwD/fOaOAA/yQLSAA/nhFolB/TM
--------------------------------------------------------------------~-> 

--
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/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/flexcoders/join
    (Yahoo! ID required)

<*> To change settings via email:
    mailto:[EMAIL PROTECTED] 
    mailto:[EMAIL PROTECTED]

<*> 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