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.

roku815px - std-dlg-determinate-progress-item

Fields

FieldTypeDefaultAccess PermissionDescription
percentstring"0"READ_WRITESpecifies 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.
textstring""READ_WRITESpecifies 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.