> 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. __._,_.___
--
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
Software development tool Software development Software development services Home design software Software development company
Your email settings: Individual Email|Traditional
Change settings via the Web (Yahoo! ID required)
Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured
Visit Your Group | Yahoo! Groups Terms of Use | Unsubscribe
__,_._,___
- Re: [flexcoders] pop-up window x and y settings Michael Schmalle
- [flexcoders] Re: pop-up window x and y settings mthielman11
Reply via email to