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: 9.5   10.0   10.1   10.2   10.3   10.4   10.5   11.0   11.1   11.2    Statistic    FMM    Blog  

ImagePicker.SetScript

Sets the script to call when picker is done.

Component Version macOS Windows Linux Server iOS SDK
ImagePicker 7.3 ❌ No ❌ No ❌ No ❌ No ✅ Yes
MBS( "ImagePicker.SetScript"; FileName; ScriptName )   More

Parameters

Parameter Description Example
FileName The file name for the script to trigger. "test.fmp12"
ScriptName The script name of the script to launch. "EmailComposerFinished"

Result

Returns OK or error.

Description

Sets the script to call when picker is done.
Parameter may be "Cancel" if user canceled the dialog or "Image" if something was picked.

See also

Example Databases

Blog Entries

Created 17th June 2017, last changed 18th June 2017


ImagePicker.SetOverlayImage - ImagePicker.SetShowsCameraControls

Feedback: Report problem or ask question.