Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
ProgressDialog.SetPosition
Set position of the dialog absolute.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
ProgressDialog | 2.4 | ✅ Yes | ✅ Yes | ❌ No | ❌ No | ❌ No |
MBS( "ProgressDialog.SetPosition"; X; Y ) More
Parameters
Parameter | Description | Example |
---|---|---|
X | Relative x coordinate. | 100 |
Y | Relative y coordinate. | 100 |
Result
Returns "OK" on success.
Description
Set position of the dialog absolute.With X and Y you can move the dialog relative to the top left corner of the main screen. Use functions like Screen.Height to learn about screen height.
See also
- ProgressDialog.GetPositionX
- ProgressDialog.GetPositionY
- ProgressDialog.GetShowButton
- ProgressDialog.SetFont
- ProgressDialog.SetPositionCentered
- ProgressDialog.SetProgress
- ProgressDialog.SetShowButton
- ProgressDialog.SetTitle
- ProgressDialog.SetTitleIcon
- ProgressDialog.SetTopText
Release notes
- Version 12.0
- Added ProgressDialog.SetPositionWindowCentered function.
Blog Entries
This function checks for a license.
Created 18th August 2014, last changed 31st May 2018
ProgressDialog.SetImageWidth - ProgressDialog.SetPositionCentered