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.3
9.4
9.5
10.0
10.1
10.2
10.3
10.4
10.5
10.6
Statistic
FMM
Blog
ProgressDialog.SetTopMost
Sets whether dialog is top most.
| Component | Version | macOS | Windows | Linux | Server | FileMaker iOS SDK |
| ProgressDialog | 2.6 | Yes | Yes | No | No | No |
MBS( "ProgressDialog.SetTopMost"; value ) More
Parameters
| Parameter | Description | Example |
|---|---|---|
| value | The new topmost state. | 1 |
Result
Returns "OK" or error message.
Description
Sets whether dialog is top most.Default is to have topmost enabled.
Top most means that dialog floats over other windows.
Examples
Enable top most:
MBS( "ProgressDialog.SetTopMost"; 1 )
Disable top most:
MBS( "ProgressDialog.SetTopMost"; 0 )
See also
- Dialog.SetTop
- ProgressDialog.GetTopMost
- ProgressDialog.SetBottomText
- ProgressDialog.SetCancel
- ProgressDialog.SetFont
- ProgressDialog.SetPosition
- ProgressDialog.SetProgress
- Progressdialog.SetScript
- ProgressDialog.SetTitle
- ProgressDialog.SetTopText
Blog Entries
Created 18th August 2014, last changed 25th November 2017
ProgressDialog.SetTitleIcon - ProgressDialog.SetTopText
Feedback: Report problem or ask question.
Links
MBS Xojo Plugins