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
Dialog.SetTop
Sets the top position of the dialog.
| Component | Version | macOS | Windows | Linux | Server | FileMaker iOS SDK |
| Dialog | 7.3 | Yes | Yes | No | No | No |
MBS( "Dialog.SetTop"; Value ) More
Parameters
| Parameter | Description | Example |
|---|---|---|
| Value | The new vertical position. | 100 |
Result
Returns OK or error.
Description
Sets the top position of the dialog.Value -1 means not defined.
This is reset by Dialog.Reset function.
You should not need this as dialog is automatically positioned in front of FileMaker window.
Examples
Set to 100 points:
MBS( "Dialog.SetTop"; 100 )
See also
- CURL.SetUpdateProgressDialog
- Dialog.GetTop
- Dialog.SetIcon
- Dialog.SetMode
- FM.CompareTables
- ImageCapture.RequestScan
- ImageCapture.SetParameter
- JSON.Import
- ProgressDialog.SetTopMost
- ProgressDialog.Show
Blog Entries
Release notes
- Version 7.3
- Added Dialog.GetLeft, Dialog.GetTop, Dialog.SetLeft and Dialog.SetTop functions to position dialogs.
Created 12nd June 2017, last changed 12nd June 2017
Dialog.SetTimeout - Dialog.SetWindowTitle
Feedback: Report problem or ask question.
Links
MBS Xojo Plugins