Programming C, C++, Java, PHP, Ruby, Turing, VB
Computer Science Canada 
Programming C, C++, Java, PHP, Ruby, Turing, VB  

Username:   Password: 
 RegisterRegister   
 Fullscreen??
Index -> Programming, Turing -> Turing Help
View previous topic Printable versionDownload TopicSubscribe to this topicPrivate MessagesRefresh page View next topic
Author Message
DarkElf




PostPosted: Thu Jun 12, 2003 3:31 pm   Post subject: Fullscreen??

is there anyway to make your program run in full screen? tnx
Sponsor
Sponsor
Sponsor
sponsor
Homer_simpson




PostPosted: Thu Jun 12, 2003 3:49 pm   Post subject: (No subject)

not in the newer versions of turing...=/
Mazer




PostPosted: 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




PostPosted: 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
Latest from compsci.ca/blog: Tony's programming blog. DWITE - a programming contest.
DarkElf




PostPosted: Thu Jun 12, 2003 5:48 pm   Post subject: thanks

it worked 8)
Andy




PostPosted: Fri Jun 13, 2003 10:43 am   Post subject: (No subject)

damn holtsoft... must kill tom west...
PaddyLong




PostPosted: Fri Jun 13, 2003 7:49 pm   Post subject: (No subject)

to make a window that takes up whole screen use max;max for the width and height of the window (ex. Window.Open("graphics:max;max"))
Display posts from previous:   
   Index -> Programming, Turing -> Turing Help
View previous topic Tell A FriendPrintable versionDownload TopicSubscribe to this topicPrivate MessagesRefresh page View next topic

Page 1 of 1  [ 7 Posts ]
Jump to:   


Style:  
Search: