Pal, Peter's AutoIt Library Pal Wiki
Library for window, GUI, controls, string, math, data lists, dialogues
Brought to you by:
peverbeek
AutoIt file: Dialogue.au3
The library example shows a few examples of progress bars.
Function | Description |
---|---|
_DialogueTitle | Sets common title of all dialogues and progress bars |
_ProgressBarType | Sets progress bar type to Windows default or colored rectangle with moving percentage |
_ProgressBarCreate | Creates a sizable horizontal or vertical progress bar (which must be destroyed by _ProgressBarDestroy) |
_ProgressBarActive | Returns if progress bar is currently active |
_ProgressBarSet | Sets progress bar percentage |
_ProgressBarAdd | Adds a percentage to progress bar |
_ProgressBarGet | Gets progress bar percentage |
_ProgressBarFull | Tests if progress bar is 100% |
_ProgressBarEmpty | Tests if progress bar is 0% |
_ProgressBarDestroy | Destroys progress bar GUI after some waiting (to show completion) |