ufcanna.blogg.se

Xojo web msgbox
Xojo web msgbox










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

xojo web msgbox xojo web msgbox

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.

xojo web msgbox

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.












Xojo web msgbox