Well, if 4.14.1 solves your problem, you can probably monkey-patch your 4.6 SDK. Again, I don’t know if this is the same problem. It doesn’t make sense for it to be Win8-only.
If you have a small test case, file a bug report and include the test case. -Alex On 7/17/15, 2:52 PM, "vijendra sainy" <[email protected]> wrote: >Alex any solution using SDK4.6 > >On Fri, Jul 17, 2015 at 6:42 PM, Alex Harui <[email protected]> wrote: > >> I don’t know why it would just be Win8, but changes have been made to >>the >> logic to clear the modal window in Apache Flex 4.14.1, so it might be >> worth trying it there. >> >> -Alex >> >> On 7/17/15, 1:39 AM, "Miguel Ferreira" <[email protected]> >> wrote: >> >> >I am facing the same problem with modal popup's. >> >For performance reasons I had to remove the modal option. >> >In my case the app freezes! >> >I am not using air SDK. >> >just Flex SDK 4.10 >> > >> >> Date: Fri, 17 Jul 2015 13:51:22 +0530 >> >> Subject: Re: Popup window closed but not modelity. Screen hangs in >>AIR >> >> From: [email protected] >> >> To: [email protected] >> >> >> >> >> >> >> >>http://w3facility.org/question/constant-whole-stage-redraw-after-modal-di >> >>alog/ >> >> >> >> >> >> Here is explained exactly what I have figured out. Please any one can >> >>help. >> >> I am trying to resolved this problem from many days. >> >> >> >> On Thu, Jul 16, 2015 at 2:48 PM, vijendra sainy <[email protected]> >> >>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/>*
