
-----------------------------------
Tubs
Wed Mar 05, 2003 7:13 pm

Fullscreen (setsc statements)
-----------------------------------
bah setscreen has always been bugging me cause it doesnt want to go to fullscreen or put on nocursor or whatever. can someone please describe any special orders for setscreen, and how i can make my program go to fullscreen with nocursor and noecho?

-----------------------------------
Asok
Wed Mar 05, 2003 7:18 pm


-----------------------------------
Here ya go:

setscreen ("graphics:max,max,noecho,nocursor")

you can add additional parameters to setscreen.[/code]

-----------------------------------
Tubs
Wed Mar 05, 2003 7:38 pm


-----------------------------------
ya the max is just to fix the resolution to w/e the window is set at but i used a fullscreen command in my other projects... but that was in the old version so thats probably why it didnt work

-----------------------------------
Dan
Wed Mar 05, 2003 10:23 pm


-----------------------------------
For turing 3.1.1:


var win : int := Window.Open ("fullscreen")



i uhsley only use turing 3.1.1 so i am not shure how to do it in 4 but here is what i can rember about 4. it dose not make it compley full screen but it is as close as i can rember how to get.


setscreen ("graphics:max;max,nobuttonbar")



if anything comes to me i will post it. maybe some one eltes know more about seting screen size in 4+?
