ui.messageBox
Description
Show a basic message box on top of uppermost window.

Parameters
text string

Return value
none

Example
-- Show a basic windows message box
ui.messageBox("Hello world!")

Comments

See also
ui.showNotification

Back