browserProgressChanged

Typemessage
Dictionarywidget.browser
LibraryBrowser
Syntax
browserProgressChanged <pUrl>, <pProgress>
Associationscom.livecode.widget.browser
Summary

Sent when the load progress of the current document changes.

Parameters
NameTypeDescription
pUrl

The URL of the loading document.

pProgress

The percentage of the document loaded.

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.