Computer Science Canada

How to make exectution screen larger??

Author:  CasaFilipino [ Mon Dec 10, 2012 9:56 am ]
Post subject:  How to make exectution screen larger??

What is it you are trying to achieve?
<Replace all the <> with your answers/code and remove the <>>
we are trying to make the exectution screen larger to make the font fit in the screen, and to make it larger and to make it fit the screen, as it is for a programming presentation.

What is the problem you are having?
<Answer Here>
we do not know the coding for making the exectution screen larger

Describe what you have tried to solve this problem
<Answer Here>
we came on this website

Post any relevant code (You may choose to attach the file instead of posting the code if it is too long)
<Answer Here>

Turing:


<Add your code here>



Please specify what version of Turing you are using
<Answer Here>
we are using 4.1 turing

Author:  SAValkyrie [ Mon Dec 10, 2012 10:03 am ]
Post subject:  Re: How to make exectution screen larger??

Turing:

setscreen ("screen:max;max")

this will give you a maximum screensize you can get. If you change max;max into numbers, it will give you a size that the numbers state.

Author:  simpletrick [ Mon Dec 31, 2012 4:48 pm ]
Post subject:  Re: How to make exectution screen larger??

View.Set ("graphics:max;max")
View.Set ("nobuttonbar")

or this, i think this is slightly bigger


: