When running a game in windowed mode, is it possible to automatically ensure the window fits on the screen?
While debugging, I prefer to have my game running in a window, but at the moment, while running the game in a window at 1024x768 on a desktop sized at 1280x1024, the window is only partly visible (it is off to the bottom right of the screen)
I hope that makes sense .......
Oh!
The window should be centered. What OS do you have?
Xp Sp 2
Yeah but it's XP on an Apple IIe :P
Ah. Then I understand. Just wondering where he get's enough memory to have a 1280x1024 desktop :P
PeeJay, try the windowed mode in the project/options, not SETSCREEN. Maybe it's that.
Yep, setting it in the project options works, and centralises the window properly, so it must be some small bugette in the SetScreen command ....