8/5/2010 5:26:24 AM
Title:
A screen
`Hai, I am developing an AIR application where i need to display a Modal Window. The screen should fill the entire desktop including the Task Bar. If the user wants to exit the screen, he need to press Windows+D option or activate Task Manager. Can any one post some sample code over here?
PLease Help
Thanks in Advance!!!
8/5/2010 5:56:16 AM
Hi,
rather to fill entire desktop, go for the 'FullScreen' mode in that case use go back by pressing 'Esc' key.
Application.application.stage.displayState = StageDisplayState.FULL_SCREEN;
no need to press Windows+D option or activate Task Manager.
May help you.
Regards,
Virat Patel