Moo_ProgressOptions ( sTitle; sCaption; bCancel );
This function sets up a Progress Dialog for use with FTP and Download functions.Parameters
Name | Type | Required | Default | Description |
sTitle | String | Yes | The title of the Progress Dialog. | |
sCaption | String | No | The caption of the Progress Dialog.. | |
bCancel | Boolean | No | False | If true shows a Cancel button. |
Return Value
Returns either a boolean value of true if the options were set succesfully, or an error code.
Notes
Was added in MooPlug Version 0.4.7, can be used with Moo_DownloadFile, Moo_FTPDownload and Moo_FTPUpload.
Errors
Error Code | Description |
Moo_ProgressOptions|Err_1 | Invalid number of arguments. |
Related Functions