ScreenSize
Qubes 7.5 Provides Screen Size information.
Properties
| Property | Description |
| Enabled | Boolean indicating whether or not the component is enabled. |
| Hint | Specifies the user hint string that will appear in the component's interactive help bubble. |
| ValueInitial | Determines the component's initial value when the screen opens and each time it is reset (see Reset Button). |
| Visible | Boolean 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)).