Re: [flexcoders] Where did the deletePopUp() method go? (Flex 2.0 Alpha)

2005-12-05 Thread Ralf Rottmann
Title: Re: [flexcoders] Where did the deletePopUp() method go? (Flex 2.0 Alpha) Thanks! By the way: I never saw description of methods popping up in Flex 2 Builder. I saw method names and parameters/type but not the method description. Did I miss anything? Regards RR -- mobile: +49-(0

[flexcoders] Where did the deletePopUp() method go? (Flex 2.0 Alpha)

2005-12-03 Thread Ralf Rottmann
Created a PopUp Window via Window Manager from MXML Application. PopUp Window contents are in an MXML Component containing the following Button control: mx:Button id=ButtonClose x=330 y=12 label=Close click=deletePopUp()/ Flex answers with an Access of undefined property

Re: [flexcoders] Where did the deletePopUp() method go? (Flex 2.0 Alpha)

2005-12-03 Thread Sreejith Unnikrishnan
Does this help? I put together a simple Popup scenario for you. = TestPopup.mxml == ?xml version="1.0" encoding="utf-8"? mx:Application xmlns:mx="http://www.macromedia.com/2005/mxml" xmlns="*" mx:Script ![CDATA[ import mx.managers.PopUpManager; ]]