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: 10.1   10.2   10.3   10.4   10.5   11.0   11.1   11.2   11.3   11.4    Statistic    FMM    Blog  

Dialog.SetLeft

Sets the left position of the dialog.

Component Version macOS Windows Linux Server iOS SDK
Dialog 7.3 ✅ Yes ✅ Yes ❌ No ❌ No ❌ No
MBS( "Dialog.SetLeft"; Value )   More

Parameters

Parameter Description Example
Value The new horizontal position. 100

Result

Returns OK or error.

Description

Sets the left 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.SetLeft"; 100 )

See also

Release notes

Blog Entries

Created 12nd June 2017, last changed 12nd June 2017


Dialog.SetInformativeText - Dialog.SetMessage

Feedback: Report problem or ask question.