Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
Dialog.SetTop
Sets the top position of the dialog.
Component | Version | macOS | Windows | Linux | Server | 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.
See also Window.PositionNextDialog function.
Examples
Set to 100 points:
MBS( "Dialog.SetTop"; 100 )
See also
- Dialog.GetTop
- Dialog.Reset
- Dialog.SetIcon
- Dialog.SetMode
- FM.InsertSetUpdateProgressDialog
- ImageCapture.SetParameter
- JSON.Import
- ProgressDialog.SetTopMost
- ProgressDialog.SetTopText
- Window.PositionNextDialog
Release notes
- Version 7.3
- Added Dialog.GetLeft, Dialog.GetTop, Dialog.SetLeft and Dialog.SetTop functions to position dialogs.
Blog Entries
This function is free to use.
Created 12nd June 2017, last changed 31st August 2022