StdDlgDeterminateProgressItem
Extends StdDlgItemBase
The StdDlgDeterminateProgressItem node is used to display a progress indicator in the dialog's content area. It provides the percentage of progress that has been completed for a task that takes a limited amount of time. It should only be used as a child of a StdDlgContentArea node.
Fields
| Field | Type | Default | Access Permission | Description |
|---|---|---|---|---|
| percent | string | "0" | READ_WRITE | Specifies the current completion percentage text and graphic to be displayed (for example "35%" with more than a third of the indicator filled). If this is set to a number less than 0 or greater than 100, the progress indicator will display "0%" or "100%" completion, respectively. |
| text | string | "" | READ_WRITE | Specifies the text to be displayed next to the progress graphic. If the text width does not fit within the width of the content area, the text will wrap onto multiple lines. |
Sample app
You can download and install a sample app that demonstrates how to create a custom dialog that uses the determinate progress item.
Updated 3 months ago
