Author |
Message |
SIXAXIS
|
Posted: Thu Feb 14, 2008 1:44 pm Post subject: Window Size |
|
|
Hi guys,
I made a program and I would like the window size to be fullscreen. Right now I am using
but I want to have the height and width to change with each monitor. e.g. the window will be 1024x768 at a 1024x768 monitor (fullscreen).
|
|
|
|
|
|
Sponsor Sponsor
|
|
|
Cervantes
|
Posted: Thu Feb 14, 2008 1:48 pm Post subject: Re: Window Size |
|
|
You can't actually do full screen in Turing. The best you can do is make the window large so that it fills the whole screen. You'll still have the window title bar and the start menu on screen, though. If you've got variables width and height using Config.Display, then use them like this:
|
|
|
|
|
|
Nick
|
Posted: Thu Feb 14, 2008 2:20 pm Post subject: RE:Window Size |
|
|
or even simplier
on the full screen topic why did holtsoft remove that? |
|
|
|
|
|
BigBear
|
Posted: Thu Feb 14, 2008 3:21 pm Post subject: Re: Window Size |
|
|
I am guessing you can't do this in turing but would there be a way to change the resolution when you run your program then return it even if it is not full screen? |
|
|
|
|
|
|