Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Sets up the form for progress indication.
Syntax
public container setupForm(
int id,
[str _caption,
str _animation,
int textLength])
Run On
Client
Parameters
- id
Type: int
The ID for the operation step.
- _caption
Type: str
The caption to display on the form; optional.
- _animation
Type: str
The name of the animated file (.avi) to be displayed; optional.
- textLength
Type: int
The maximum length (in characters) for the progress text before the text wraps to an additional line; optional.
Return Value
Type: container
A container of scale values for the operation step.