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

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




PostPosted: Tue Jun 15, 2004 10:39 am   Post subject: View.Set fullscreen?

I recently was browsing amoung the source codes and I noticed a program that use the View.Set command and used fullscreen. I have since lost which one it is amoung the many codes. Can anybody tell me what the source code post was called, or send me the code directly.

Thanks
Sponsor
Sponsor
Sponsor
sponsor
SuperGenius




PostPosted: Tue Jun 15, 2004 11:50 am   Post subject: (No subject)

you can use the nice search function, and if you set the category to turing then you will be able to find it pretty quickly
Delos




PostPosted: Tue Jun 15, 2004 2:54 pm   Post subject: (No subject)

To get full screen (sort of)

code:

setscreen ("graphics:max;max")


Of course, real full screen is not available in WinOOT.

You may also be refferring to this.
Tony




PostPosted: Tue Jun 15, 2004 5:13 pm   Post subject: (No subject)

code:

View.Set ("graphics:max;max")
View.Set ("nobuttonbar")
put "hello world"

looks better Very Happy
Latest from compsci.ca/blog: Tony's programming blog. DWITE - a programming contest.
Delos




PostPosted: Tue Jun 15, 2004 6:14 pm   Post subject: (No subject)

Bien-sûr...
king_boby




PostPosted: Mon Jun 21, 2004 3:13 pm   Post subject: (No subject)

what is the buttonbar?
naoki




PostPosted: Mon Jun 21, 2004 5:41 pm   Post subject: (No subject)

It's the horizontal bar across the top of the window with "Print" "Pause" and all those commands. Removing it is good if you don't want the user to quit unless he actually quits your game.
the_short1




PostPosted: Mon Jun 21, 2004 7:46 pm   Post subject: (No subject)

yea why bother putting View.Set ("nobuttonbar") on a sperate line??

View.Set ("graphics:max;max,nobuttonbar") works more eficiently! Razz



yea i think Holtsoft better get their shit in gear and make turing able to do FULLSCREEN again.. that and the list all vars command!!!
Sponsor
Sponsor
Sponsor
sponsor
Pickles




PostPosted: Mon Jul 05, 2004 2:29 am   Post subject: dgfsfgh

for the older versions of turing, where there actually is fullscreen

var w : int := Window.Open ("fullscreen")
Window.Set (w, "nocursor") % Turn off the blinking text cursor
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  [ 9 Posts ]
Jump to:   


Style:  
Search: