browserProgressChanged | ||||||||||
Type | message | |||||||||
Dictionary | widget.browser | |||||||||
Library | Browser | |||||||||
Syntax |
| |||||||||
Associations | com.livecode.widget.browser | |||||||||
Summary | Sent when the load progress of the current document changes. | |||||||||
Parameters |
| |||||||||
Description | The browserProgressChanged message is sent to the widget's script object when a the loading progress of the current document changes. The pUrl parameter contains the URL of the loading document. The pProgress parameter contains the percentage (between 0 and 100) of the document loaded. |