2.278 .paused
This attribute controls the animation. It starts (.path=true) or stops (.path=false) the animated display.
Definition
-
Data type
boolean
-
Access
get, set
-
changed event
yes
-
C
Data type: DT_boolean
-
COBOL
Data type: DT-boolean
-
Classification
object-specific attribute
-
Objects
Value range
- true
- The animation is paused.
- false
- The animation is played.
Remarks
To display a single frame of a GIF animation, the animation should be paused before using the .frame attribute.
For SVG animations, controlling the animation with IDM platforms using Qt 5.11 and Qt 5.15 is not possible. It will run endlessly. A WSI warning will be issued when dynamically changing this attribute in the visible state.
See also
Object dmw_moviebutton