Topics   All   MacOS (Only)   Windows (Only)   Linux (Only, Not)   iOS (Only, Not)  
Components   Crossplatform Mac & Win   Server   Client   Old   Deprecated   Guides   Examples   Videos
New in version: 12.2   12.3   12.4   12.5   13.0   13.1   13.2   13.3   13.4   13.5    Statistic    FMM    Blog  

PhotoPicker.IsLoading

Queries whether images are still loading.

Component Version macOS Windows Linux Server iOS SDK
PhotoPicker 12.5 ✅ Yes ❌ No ❌ No ❌ No ✅ Yes
MBS( "PhotoPicker.IsLoading" )

Parameters

none

Result

Returns 1, 0 or error.

Description

Queries whether images are still loading.
Returns 1 while images load in background.
You may want to make a loop and show progress if needed.
Of course for one image, you may just show a layout with a loading message and wait.

See also PhotoPicker.TotalBytes and PhotoPicker.BytesLoaded functions.

See also

Example Databases

Blog Entries

This function is free to use.

Created 28th September 2022, last changed 24th March 2023


PhotoPicker.ImageCount - PhotoPicker.IsPresented

💬 Ask a question or report a problem