It would be so helpful if we had access to more options for the Text Format & Text Size when calling a MessageBox, InputBox, InputListBox, or InputRadioBox, in iLogic, without having to use an iLocig "Form". Or if there was just an additional version of a MessageBox that had these options available (for example one called "FormatableBox", or "InfoBox").
These options could be set in which ever way is easiest to get implemented. There could be a Default Text Format & Default Text Size for MessageBoxes (and other message types) in the iLogic Configuration, Application Options, or someplace similar. We could either modify the Default format & text size or specify temporary values for them on seperate lines in the rule just before we call the MessageBox. We could specify these within the (), either before, or after the message or title. You might be able to add another option besides ".Show" after MessageBox., like "MessageBox.DefaultTextSize(12)" or "MessageBox.DefaultTextSize = 12" if you wanted to set it to 12.
It would also be nice to be able to specify the physical size of the box, But by default, if you don't specify a size, it just attemts to autoresize to fit the text, like normal.
Right now, sometimes the "Title" can be longer than the "Message", and you can't see the whole tite. And since you can't even resize the MessageBox with your mouse pointer after it is on your screen, you can't read what the designer is telling you, which can cause problems.