Posted: Thu Jun 12, 2003 3:31 pm Post subject: Fullscreen??
is there anyway to make your program run in full screen? tnx
Sponsor Sponsor
Homer_simpson
Posted: Thu Jun 12, 2003 3:49 pm Post subject: (No subject)
not in the newer versions of turing...=/
Mazer
Posted: Thu Jun 12, 2003 4:21 pm Post subject: (No subject)
but in case you actually are using winoot 3.11 (apparently there are quite a few people still using it...) then here's what you do:
code:
var win := Window.Open ("fullscreen")
that should do it. maybe the 'f' was capitalized, i can't really remember. just place that line at the beginning of your code, before anything is drawn/put to the screen. and when your program is done and you want to close the window:
code:
Window.Close (win)
Tony
Posted: Thu Jun 12, 2003 4:51 pm Post subject: (No subject)
you could just promp the user to pick the size for the window and View.Set it to that