Short and easy:
Is there a possibility to adjust the width of a Messagebox? I couldn’t find any info about that in the documentation.
My Messagebox uses only about 50% of the available screen width. But I would need this space in order to have a proper formatting.
Furthermore is there a possibility to display some of the worlds in bold text?
Thank you for your help!
You have no real control over messageBox except that you can add lines to your message forcing the dialog to be higher, even that and the width can be overridden by the operating system, leading to truncation, although I don’t think it does that anymore.
If you want to display a form based dialog box I recommend looking into @DialogBox, or DialogBox method in the NotesUIWorkspace class.
Here are more details on creating these properly.