GLBasic forum

Main forum => GLBasic - en => Topic started by: Andrik on 2012-Aug-14

Title: fullscreen checkbox not clickable
Post by: Andrik on 2012-Aug-14
Hi,

In the project options of my game I want to tick the checkbox for fullscreen, but it's grayed out.
Any particular reason why? Do I need to make some other setting.

Only thing I can think of is that I'm running glbasic in a parallel desktop windows xp virtualmachine on my macbook. Could that have anything to do with it? (because on mac fullscreen is not supported through the options).
Title: Re: fullscreen checkbox not clickable
Post by: mentalthink on 2012-Aug-15
HI Andrik, welcome!!!

Don´t care always it´s inahbilited... about the Parallel desktops, not it´s relevant.

If you want make your game to full screen you have to do this.

At the start of your code, before the loop put this.

//This its for fill the complete Screen
SETSCREEN 480,320,TRUE

But if you put
SETSCREEN 480,320,TRUE 

You only wacth the rectagle, and your game into this rectangle whit the 480x320 dimensions.