Author Topic: fullscreen checkbox not clickable  (Read 136 times)

Offline Andrik

  • Mc. Print
  • *
  • Posts: 11
    • View Profile
fullscreen checkbox not clickable
« 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).

Offline mentalthink

  • Prof. Inline
  • *****
  • Posts: 2293
  • Integrated Brain
    • View Profile
Re: fullscreen checkbox not clickable
« Reply #1 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.