up Inquisit Language Reference

windowSize attribute

The size attribute defines the width and height of instruction pages.

Member of

<instruct>

Syntax

/ windowSize = (width, height)

or

/ windowSize = (widthexpression, heightexpression)

Parameters

Name Type Description
width extent The width of the window in pixels, percent(default), or points.
height extent The height of the window in pixels, percent(default), or points.
widthexpression value An expression resolving to the width of the window in pixels (default), percent, or points. If width is set to null and a height is specified, the width is set to the pixel size of the height.
heightexpression value An expression resolving to the height of the window in pixels (default), percent, or points. If height is set to null and a width is specified, the height is set to the pixel size of the width.

Remarks

This attribute is useful for making instruction pages larger or smaller. The default width and height are 640 by 480.

Examples


Copyright Millisecond Software, LLC. All rights reserved.