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

Progressdialog.SetScript

Sets the script to run when button is clicked.

Component Version macOS Windows Linux Server iOS SDK
Progressdialog 7.1 ✅ Yes ✅ Yes ❌ No ❌ No ❌ No
MBS( "Progressdialog.SetScript"; FileName; ScriptName { ; Parameter } )   More

Parameters

Parameter Description Example Flags
FileName The file name for the script. Get(FileName)
ScriptName The script name to run.
An empty name will disable the script calling.
"CancelScript"
Parameter The script parameter to pass. Optional

Result

Returns OK or error.

Description

Sets the script to run when button is clicked.

Examples

Set script to run

MBS("ProgressDialog.SetScript"; Get(FileName); "CancelScript"; "optional parameter")

See also

Release notes

Blog Entries

Created 14th February 2017, last changed 14th February 2017


Progressdialog.SetEvaluate - Proj.BatchTransform

Feedback: Report problem or ask question.