Animation control
Animation controls can display Audio-Video Interleaved
(AVI) clips that come from an uncompressed AVI file or from an AVI
file compressed using run–length encoding (BI_RLE8).
Properties
Animation property |
Datatype |
Description |
---|---|---|
String |
A description of the control and/or |
|
String |
A label that briefly describes the control, |
|
AccessibleRole (enumerated) |
Describes what kind of user interface |
|
String |
Specifies the name of the file that contains |
|
Boolean |
Specifies whether the animation starts
|
|
Boolean |
Specifies whether the control has a border.
|
|
BorderStyle (enumerated) |
Specifies the style of the border of
|
|
Boolean |
Specifies whether PowerBuilder moves
|
|
ClassDefinition |
PowerObject |
An object of type PowerObject containing |
Boolean |
Specifies whether PowerBuilder puts the
|
|
String |
Specifies the name of the stock icon When the user drags the control, the icon displays when the control |
|
Boolean |
Specifies whether the control is enabled
|
|
Integer |
Specifies the height of the control, |
|
Boolean |
Specifies whether the width and height
In the Window painter, setting OriginalSize to true overrides |
|
String |
Specifies the name of the stock pointer |
|
Long |
Specifies a PowerTip for the control. |
|
Integer |
Specifies the tab value of the animation |
|
String |
Specifies the tag value assigned to the |
|
Boolean |
Specifies whether the background of the
|
|
Boolean |
Specifies whether the control is visible.
|
|
Integer |
Specifies the width of the control, in |
|
Integer |
Specifies the X position (distance from |
|
Integer |
Specifies the Y position (distance from |
Events
Animation event |
Occurs |
---|---|
When the control is clicked (selected) |
|
Immediately before the Open event occurs |
|
Immediately after the Close event occurs |
|
When the control is double-clicked (selected |
|
When a dragged control is dropped on |
|
When a dragged control enters the control |
|
When a dragged control leaves the control |
|
When a dragged control is within the |
|
Just before the control receives focus |
|
When the user presses the F1 key or drags |
|
When the control loses focus (becomes |
|
When a Windows message occurs that is |
|
When the right mouse button is pressed |
|
When an animation has started playing |
|
When an animation has stopped playing |
Functions
Animation function |
Datatype returned |
Description |
---|---|---|
String |
Returns the name assigned to the control |
|
Integer |
Starts or ends the dragging of the control |
|
Integer |
Creates a reference to a context-specific |
|
PowerObject |
Returns a reference to the name of the |
|
Integer |
Makes the control invisible |
|
Integer |
Moves the control to a specified location |
|
Integer |
Starts playing the AVI clip in the control |
|
Integer |
Returns the distance of the pointer from |
|
Integer |
Returns the distance of the pointer from |
|
Boolean |
Adds an event to the end of the message |
|
Integer |
Changes the size of the control |
|
Integer |
Displays a specified frame in an AVI |
|
Integer |
Sets focus to the control |
|
Integer |
Specifies the position of the control |
|
Integer |
Controls automatic redrawing of the control |
|
Integer |
Makes the control visible |
|
Integer |
Stops playing the AVI clip in the control |
|
Integer |
Triggers a specified event in the control |
|
Object |
Returns the type of the control |