SETSCREEN on Mac...

Previous topic - Next topic

MrTAToad

...has a slight problem : Full screen mode doesn't work :

Code (glbasic) Select
SETSCREEN 640, 480, 1
PRINT "Fullscreen", 100, 100
SHOWSCREEN
MOUSEWAIT


You just get a window...

There is also a further problem :  On Windows or Linux, there is a default font which lets you just about read the text.  On a Mac, you just get white rectangles.

Moru

Ignore the default font and always set your own, no matter what system you are using. It's very easy to create a font anyway :-)

MrTAToad

Oh yes, but the Mac version differs from the other operating systems in this respect...

Kitty Hello

you must put smalfont.png side by side with the .app folder, IIRC.

MrTAToad

#4
It appears the full screen option in the Options menu does force make the screen go full-screen.  However, it appears the SETSCREEN option is ignored - I've tried all values from 1 to 255 :)