Progress bar

The Progress Bar widget is a horizontal progress bar. It is used to give users an indication of the progress of an operation and to reassure them that the application is still running. The progress of an operation is displayed in percent.

Available functions Description
"centerIndicator" The attribute "centerIndicator" specifies whether the indicator string should be centered or not.
"frameShape" The attribute "frameShape" sets the style of an object frame (textEdit frame, thumb wheel, tree widget, zoom navigator , LCD number or progress bar).
"frameShadow" The attribute "frameShadow" specifies the frame effect (3D effect) of an object (textEdit, progress bar, tree widget, thumb wheel, LCD number or zoom navigator).
"height" The attribute "height" returns the height of an object (textEdit, progress bar, tree widget, zoom navigator, LCD number or thumb wheel).
"indicatorFollowsStyle" The attribute "indicatorFollowsStyle" specifies whether the display of the indicator string should follow the GUI style.
"isActiveWindow" The attribute "isActiveWindow" returns TRUE if this widget is the active window, otherwise FALSE.
"lineWidth" The attribute "lineWidth" sets the width of an object line (textEdit, progress bar, tree widget, zoom navigator, LCD number or thumb wheel (frame)).
"margin" - obsolete The attribute "margin" specifies the distance between the innermost pixel of a frame and the outermost pixel of the rectangle inside the frame.
"midLineWidth" The attribute "midLineWidth" sets the width of the mid line (content) of an object (thumb wheel, tree widget, zoom navigator, LCD number or progress bar).
"progress" The attribute "progress" sets the progress bar.
"progressString" Returns the amount of progress as a string.
"reset" Resets the progress bar.
"totalSteps" This attribute specifies the total number of steps.
"underMouse" Returns TRUE if the widget (textEdit, slider, thumb wheel, tree widget, zoom navigator, LCD number or progress bar) is beneath the cursor.
"updatesEnabled" This attribute specifies whether updates of a widget (textEdit, slider, progress bar, zoom navigator, LCD number or thumb wheel) have been enabled.
"x","y" The attributes x and y return the coordinates of an object (textEdit, progress bar, slider, zoom navigator, LCD number or thumb wheel). Attribute x returns the X coordinate of an object and attribute y returns the Y coordinate of an object.