Return to site

Xojo msgbox behind window

broken image
broken image

The displaying of the Message Box will alter event order and may give unexpected results. You should avoid using MsgBox for displaying debugging messages. If you want to specify a value for Title, you must handle the result of the MsgBox call and also pass a value for buttons. Optional text displayed in the Title bar (Windows and Linux). You must handle the result if you pass a value for buttons.

broken image

Optional code indicating the icon and choice of buttons displayed in the Message box.

broken image

See the example in the Examples section for MsgBox. They appear in the same font size on other platforms. If you use two EndofLine characters to form a paragraph break, the second and following paragraphs will be de-emphasized on Macintosh, Vista, and Linux. This parameter contains the main message of the dialog. If you don't use the optional parameters, MsgBox can be called without handling result. It returns 1 if the OK button is clicked. The message is output to the console/terminal. Usage (Web apps)ĭisplays message in a browser dialog with a single OK button. With the exception of simple message boxes, you should use the MessageDialog class instead. Displays message box showing the string passed.

broken image