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 deletePopUp

 

error. At the start of the MXML Component I do have the following imports:

 

import mx.containers.TitleWindow;

import mx.managers.PopUpManager;

 

Assigning a function to the click event and calling this.deletePopUp() doesn’t help either.

 

Any idea?

 

Ralf Rottmann

 

 



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




Reply via email to