GLBasic forum

Main forum => Bug Reports => Topic started by: MrTAToad on 2009-Jan-18

Title: SETSCREEN on Mac...
Post by: MrTAToad on 2009-Jan-18
...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.
Title: Re: SETSCREEN on Mac...
Post by: Moru on 2009-Jan-18
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 :-)
Title: Re: SETSCREEN on Mac...
Post by: MrTAToad on 2009-Jan-18
Oh yes, but the Mac version differs from the other operating systems in this respect...
Title: Re: SETSCREEN on Mac...
Post by: Kitty Hello on 2009-Jan-20
you must put smalfont.png side by side with the .app folder, IIRC.
Title: Re: SETSCREEN on Mac...
Post by: MrTAToad on 2009-Jan-21
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 :)