ELEMENT_TYPE_PROGRESS
The tables below describe the ELEMENT_TYPE_PROGRESS specific parameters and additional fields for the MSG_CONF_DASHBOARD_ELEMENT message.
| Parameter | Value |
|---|---|
| ELEMENT_TYPE | 0x03 |
| Total data length of MSG_CONF_DASHBOARD_ELEMENT when using ELEMENT_TYPE_PROGRESS | 29 |
| Field | Size | Values | Description |
|---|---|---|---|
| Minimum value | 4 bytes | ||
| Maximum value | 4 bytes | ||
| Initial value | 4 byte | ||
| Color | 3 bytes | 0xRRGGBB | RGB color of progress bar |
Example
The picture below shows an example of a progress bar element. The corresponding element data fields are given in the table below the picture.
: The appearance of elements will vary with operating system version
and configuration.

| Field | Value |
|---|---|
| Z-index | 0 |
| X-coordinate | 10 |
| Y-coordinate | 10 |
| Width | 100 |
| Height | 30 |
| Element type | 0x03 |
| Minimum value | 0 |
| Maximum value | 100 |
| Initial value | 50 |
| Color | 0x01D328 |
