Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
Dialog.SetTextAlignment
Sets whether to change text alignment for dialog.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
Dialog | 12.1 | ✅ Yes | ❌ No | ❌ No | ❌ No | ❌ No |
MBS( "Dialog.SetTextAlignment"; Value ) More
Parameters
Parameter | Description | Example |
---|---|---|
Value | The new setting. Pass left, center, right or empty value for default. |
1 |
Result
Returns OK or error.
Description
Sets whether to change text alignment for dialog.If you show multiple lines of text, it may be easier to read with left alignment.
Examples
Set text to left alignment:
Set Variable [ $r ; Value: MBS( "Dialog.SetTextAlignment"; "left" ) ]
See also
Release notes
- Version 12.2
- Fixed a problem with Dialog.SetTextAlignment and FileMaker 18 causing an out of bounds exception.
- Version 12.1
- Added Dialog.SetTextAlignment and Dialog.GetTextAlignment functions to use left text alignment for dialogs on macOS.
Blog Entries
- MBS Plugin Advent calendar: 17 - Dialog
- MBS FileMaker Plugin, version 12.2pr1
- New in MBS FileMaker Plugin 12.1
- Neues MBS FileMaker Plugin 12.1
- MBS FileMaker Plugin 12.1 - More than 6700 Functions In One Plugin
- MBS FileMaker Plugin, version 12.1pr6
- Text alignment for alerts
This function is free to use.
Created 2nd March 2022, last changed 2nd March 2022