Wheel IDE

Online demo »

Component/LoadingDots

Namespace
components.loadingDots

Constants

The status light component module.
Source: lib/modules/components/loadingDots.whl, line: 8
MODULE_COMPONENT_LOADING_DOTS105

Module calls for status light component functions.
Source: lib/modules/components/loadingDots.whl, line: 11
LOADING_DOTS_COMPONENT_SET_HIDDEN0
LOADING_DOTS_COMPONENT_SET_X1
LOADING_DOTS_COMPONENT_SET_Y2

Properties

These properties can be edited with the property editor in the IDE.

NameTypeDescription
namestringThe component name.
hiddenbooleanHide the component.
xnumberThe left position of the component inside the parent component.
ynumberThe top position of the component inside the parent component.
zIndexnumberThe depth of the component related to other components in the parent.
colorcolorThe color of the dots, available colors are: gray, yellow, green, blue or red.

Procedures

setHidden
Source: lib/modules/components/loadingDots.whl, line: 24

Hide the loading dots.

proc setHidden(number windowHandle, number componentHandle, number tabIndex)
Parameters:
NameTypeDescription
windowHandlenumberThe handle of the window.
componentHandlenumberThe handle of the component.
tabIndexnumber

setX
Source: lib/modules/components/loadingDots.whl, line: 33

Set the x position of the loading dots.

proc setX(number windowHandle, number componentHandle, number x)
Parameters:
NameTypeDescription
windowHandlenumberThe handle of the window.
componentHandlenumberThe handle of the component.
xnumberThe x position in pixels.

setY
Source: lib/modules/components/loadingDots.whl, line: 42

Set the y position of the loading dots.

proc setY(number windowHandle, number componentHandle, number y)
Parameters:
NameTypeDescription
windowHandlenumberThe handle of the window.
componentHandlenumberThe handle of the component.
ynumberThe y position in pixels.