Hi all,

I working on an air app  with a fixed size if 1024*768.
The minimum system requirements for the app include a screen resolution of at least 1024*768 pixels.

The problem that a resolution of 1024*768 is actually not big enough because of the system task bars.

stage.displayState = StageDisplayState.FULL_SCREEN;

is not an option because then the user can type text into text fields.

fscommand("fullscreen", "true");

does not seem to work in Air either.

Is there a workaround?

Thanks for any input!

Cheers

Robin

Reply via email to