Hi friends, I have create a popupwindow and poping it out. But when I am closing it popup gets removed but not the model. I mean I am not able to click anywhere in the application, however the popup is removed.
I have used below code to create popup var test : PopupWindows= PopUpManager.createPopUp(this,PopupWindows, true) as PopupWindows; and to remove I am using PopUpManager.removePopUp(this/test); This issue occurred only in WIndows 8 not in windows 7. The only difference here I did is that I have a module which is loaded in application and I wrote above code in module. Please someone suggest me solution or whether anyone face such weird issue. -- Regards, *Vijendra Sainy* *http://www.riamagic.blogspot.com/* <http://www.managementvj.blogspot.com/> *http://www.managementvj.blogspot.com/ <http://www.managementvj.blogspot.com/>*
