Re: [flexcoders] createPopUp question

2008-02-07 Thread Sherif Abdou
: Thursday, February 7, 2008 11:55:48 AM Subject: [flexcoders] createPopUp question Sorry have to ask that again. How can I make this function working: public function showPopupWindow( parent:DisplayOb ject, WhatToShow:String) :void { var helpWindow:TitleWin dow = TitleWindow( PopUpManager. createPopUp

[flexcoders] createPopUp question

2008-02-07 Thread markgoldin_2000
Sorry have to ask that again. How can I make this function working: public function showPopupWindow(parent:DisplayObject, WhatToShow:String):void { var helpWindow:TitleWindow = TitleWindow(PopUpManager.createPopUp(parent, WhatToShow, true)); PopUpManager.centerPopUp(helpWindow); }

RE: [flexcoders] createPopUp question

2008-02-07 Thread Paul Kukiel
To: flexcoders@yahoogroups.com Subject: [flexcoders] createPopUp question Sorry have to ask that again. How can I make this function working: public function showPopupWindow(parent:DisplayObject, WhatToShow:String):void { var helpWindow:TitleWindow = TitleWindow(PopUpManager.createPopUp(parent, WhatToShow