Meet us at at Real World in Orlando, Florida.
All functions
Mac OS X
Windows
Crossplatform
Components
Guides
New in version:
2.0
2.1
2.2
2.3
2.4
2.5
2.6
2.7
2.8
CURL.SetUpdateProgressDialog
Component: CURL
Version: 2.5
Mac OS X: Works
Windows: Works
MBS( "CURL.SetUpdateProgressDialog"; handle; value )
Parameters
| Parameter | Description | Example value |
|---|---|---|
| Handle | The CURL session handle. | $curl |
| value | 0 to disable updates or 1 to enable updates | 1 |
Result
Returns "OK" on success.
Description
Sets whether progress dialog should be automatically updated.You can setup a progress dialog with our ProgressDialog functions. If you enable updates, the plugin will automatically update the progress bar with percentage of upload or download done.
Does not work with CURL.PerformInBackground.
Examples
Enable updates
MBS( "CURL.SetUpdateProgressDialog"; $curl; 1 )
Feedback: Report problem or ask question.
Links
MBS REAL studio Plugins - Christians Software aus Nickenich