imageListProgressChanged
Type
message
Summary
Sent when one of the tiles in the image list is finished loading.
Syntax
on imageListProgressChanged <pLoaded>, <pTotal>, <pUnresolvedImages>
Description
Use the imageListProgressChanged message if you want to do something when one of the image list tiles finishes loading.
Parameters
Name | Type | Description |
---|---|---|
pLoaded | integer | The number of tiles that have been loaded. |
pTotal | integer | Total number of tiles that the list of images has. |
pUnresolvedImages | integer | Number of tiles for which the image cannot be resolved. |
Examples
on imageListProgressChanged pLoaded, pTotal, pUnresolvedImages
set the startValue of scrollbar "loadProgress" to 0
set the startEnd of scrollbar "loadProgress" to pTotal
set the thumbPosition of scrollbar "loadProgress" to pLoaded
end imageListProgressChanged
Compatibility and Support
OS
mac
windows
linux
ios
android
Platforms
desktop
mobile
web