RE: [flexcoders] closing a pop up window

2005-06-27 Thread Abdul Qabiz
Nithya, Are you talking about Browser Popup window or Flex popup component? If you are talking to open popup using PopUpManager class and you are opening a modal window, you can simply call deletePopUp() from image's mouseDown handler. If you are talking to open Browser popup, I think

RE: [flexcoders] closing a pop up window

2005-06-27 Thread Matt Chotin
The mouseDown event handler for the image of your popup should simply call deletePopUp to close it. I dont know what you are planning on putting in the popup but if you use databinding to bind any editing controls to a model, and simply pass a reference from your main app to the model in