Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
Set position of the dialog centered.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
ProgressDialog | 2.4 | ✅ Yes | ✅ Yes | ❌ No | ❌ No | ❌ No |
Parameter | Description | Example | Flags |
---|---|---|---|
X | Optional, Relative x coordinate. | 0 | Optional |
Y | Optional, Relative y coordinate. | 0 | Optional |
Returns "OK" on success.
Center dialog:
MBS( "ProgressDialog.SetPositionCentered" )
Center dialog a little bit lower on screen:
MBS( "ProgressDialog.SetPositionCentered"; 0; 200 )
This function checks for a license.
Created 18th August 2014, last changed 18th August 2014
ProgressDialog.SetPosition - ProgressDialog.SetPositionWindowCentered