Menu

#42 Add a Full Screen Mode

open
nobody
5
2005-02-03
2005-02-03
Glen F
No

I'd like to be able to select a Full Screen Mode for my
application. In other words, have the application fill the
whole screen, at the desired resolution, without any
borders. The closest I can find is something like this:

MainMenu->setBounds( 0, 0, 800, 600 );
MainMenu->setFrameStyle(fstNoBorderFixed);

Now, that works well enough ... as long as the display
resolution is set to 800x600. But I want it to look the
same no matter what the resolution is.

Discussion


Log in to post a comment.