Skip to main content
July 7, 2011
Question

Mac OS X 10.7 issue StageDisplayState.FULL_SCREEN_INTERACTIVE

  • July 7, 2011
  • 1 reply
  • 748 views

There seems to be a problem with StageDisplayState.FULL_SCREEN_INTERACTIVE on Mac OS X 10.7. When full screen is toggled the bounding box of the original window is left on top of your application. If you click on the app behind this bounding box goes away.

Has anyone else noticed this?

This topic has been closed for replies.

1 reply

chris.campbell
Legend
July 11, 2011

I just tried this with a really simple application using 2.7 and Flex 4.5.1 but couldn't reproduce the problem.  I'm attaching my sample project, do you mind giving it a try to see if it still occurs for you?  Any chance you could take video or screenshots so I can see what's happening on your system?

Thanks,

Chris

July 15, 2011

Hi Chris,

Thanks for the sample project. After a bit more experimentation I have found it seems to be that I was loading a module at the same time as going to full screen interactive. If I wait till the module has loaded and then go full screen it works fine.

Thanks

James