ScreenSize

Qubes 7.5 Provides Screen Size information.

Properties

PropertyDescription
EnabledBoolean indicating whether or not the component is enabled.
HintSpecifies the user hint string that will appear in the component's interactive help bubble.
ValueInitialDetermines the component's initial value when the screen opens and each time it is reset (see Reset Button).
VisibleBoolean indicating whether or not the component will be visible.

Value

Returns List(ScreenWidth, ScreenHeight)

Remarks

This special component returns the current screen size (technically, the viewport size) upon which the Xforms is being displayed. The result value is updated dynamically when the screen is resized or rotated.

For instance in a full-screen 1024 x 768 display, the returned value would be { 1024, 768 } (same as =List(1024,768)).

Classification

Media