« MBS @ FMTraining.TV | Home | Contextual Menus in S… »

Text alignment for alerts

Since Big Sur the text alignment for standard dialogs on macOS is centered, but we found a way to adjust that if needed:

For FileMaker, you can use the new Dialog.SetTextAlignment function to change alignment.

For Xojo, you can use the new SetTextAlignment method in NSAlertMBS class to configure this.

In both cases you can pass left, center and right as desired wish. You can also ask for natural alignment, which may do right or left depending on the locale. Also defined is the justified value, but not sure if the dialog honors it.
You can try those in pr6 of our plugins.
03 03 22 - 09:42