Computer Science Canada

Fullscreen (setsc statements)

Author:  Tubs [ Wed Mar 05, 2003 7:13 pm ]
Post subject:  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?

Author:  Asok [ Wed Mar 05, 2003 7:18 pm ]
Post subject: 

Here ya go:

code:
setscreen ("graphics:max,max,noecho,nocursor")


you can add additional parameters to setscreen.[/code]

Author:  Tubs [ Wed Mar 05, 2003 7:38 pm ]
Post subject: 

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

Author:  Dan [ Wed Mar 05, 2003 10:23 pm ]
Post subject: 

For turing 3.1.1:

code:

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.

code:

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+?


: