look to see what Flex takes in under WhatToShow I think it might by Display Object and do WhatToShow as (Whatever the parameter is). sorry no where near flex so i cant be more percise.
----- Original Message ---- From: markgoldin_2000 <[EMAIL PROTECTED]> To: [email protected] Sent: 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( parent, WhatToShow, true)); PopUpManager. centerPopUp( helpWindow) ; } createPopUp does not take WhatToShow as a parameter. Thanks for help. ____________________________________________________________________________________ Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try it now. http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ

