Millisecond Forums

Change screen size

https://forums.millisecond.com/Topic23174.aspx

By thanawin - 1/2/2018

Hi,

Currently, I am using "Montreal Imaging Stress Task" downloaded from Millisecond Test Library.
I would like to modify some parts of the program. 
The program set defaults of the screen size as follows

<defaults>
/ canvasaspectratio = (4,3)
</defaults>

However, I would like to adjust the ratio during some block. 
Any advice would be really appreciated.

By Dave - 1/3/2018

thanawin - Wednesday, January 3, 2018
Hi,

Currently, I am using "Montreal Imaging Stress Task" downloaded from Millisecond Test Library.
I would like to modify some parts of the program. 
The program set defaults of the screen size as follows

<defaults>
/ canvasaspectratio = (4,3)
</defaults>

However, I would like to adjust the ratio during some block. 
Any advice would be really appreciated.


It's not possible to change the canvas aspect ratio or canvas size at runtime, I'm afraid. Whatever is defined as the default, cannot be overridden or changed once the script is running.
By thanawin - 1/3/2018

Dave - Wednesday, January 3, 2018
thanawin - Wednesday, January 3, 2018
Hi,

Currently, I am using "Montreal Imaging Stress Task" downloaded from Millisecond Test Library.
I would like to modify some parts of the program. 
The program set defaults of the screen size as follows

<defaults>
/ canvasaspectratio = (4,3)
</defaults>

However, I would like to adjust the ratio during some block. 
Any advice would be really appreciated.


It's not possible to change the canvas aspect ratio or canvas size at runtime, I'm afraid. Whatever is defined as the default, cannot be overridden or changed once the script is running.

Thank you so much