Quote from: spicypixel on 2012-Oct-07Quote from: sleepingfish on 2012-Oct-07
GLBasic is a little different then the other programming language I was using and going to take a little time to adjust.
Edit: When I think about the program in fullscreen. I can still see a titlebar. Is that how full screen is for GLBasic or maybe my display not giving me true fullscreen.
Hello world in fullscreen in 800x600 and windows xp setting at 800x600. Oh well, its not that big of a deal.
That's not full-screen mode use SETSCREEN 800, 600, 1 and all will be fine.
That worked, now I can programming in fullscreen and no problems with the first 50 rows of pixels being cover up.
I was thinking I just needed to hit the fullscreen tab in project options for fullscreen to work. Learning something new everyday, thanks.