Another blog read <http://flexcoders.10928.n7.nabble.com/PopUpManager-removePopUp-Not-Removing-Modal-Overlay-td48490.html> but no solution. Even I am using like: Nothing other than removing popup
onDialogButtonClickEvent( evt : Event ) { PopUpManager.removePopUp( Dialog ); } On Fri, Jul 17, 2015 at 12:55 PM, vijendra sainy <viju18...@gmail.com> wrote: > Hi Alex, > > Thanks for response. > > I am using flash builder 4.6 and 4.6 SDK. Adobe air version is 18.0. > > I have figured out that *Popupmanager.removepop(this)* is causing > problem. When this method is called popup is removed but an overlay appears > on screen which freezes the screen. > > This happens only with Win 8. > > Stackoverflow has similar question but not with correct answer. > > http://stackoverflow.com/questions/13863472/flashbuilder-4-6-popupmanager-removepopup > > Please if some one can help. > > > > > On Thu, Jul 16, 2015 at 9:47 PM, Alex Harui <aha...@adobe.com> wrote: > >> What version of Flex are you using? >> >> On 7/16/15, 2:18 AM, "vijendra sainy" <viju18...@gmail.com> wrote: >> >> >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/>* >> >> > > > -- > Regards, > *Vijendra Sainy* > > *http://www.riamagic.blogspot.com/* > <http://www.managementvj.blogspot.com/> > *http://www.managementvj.blogspot.com/ > <http://www.managementvj.blogspot.com/>* > > -- Regards, *Vijendra Sainy* *http://www.riamagic.blogspot.com/* <http://www.managementvj.blogspot.com/> *http://www.managementvj.blogspot.com/ <http://www.managementvj.blogspot.com/>*