void messageBox(string message, string title = "", int timeoutMs = 0)
Shows a message to the user in a centered window
Security
Trust Level Required: Full Trust
Parameters
Name | Description |
message |
string The message to show |
title |
(Optional) string The title of the message box |
timeoutMs |
(Optional) int The duration to show the message box, in milliseconds. If this value is 0, the message will show until the user dismisses it. |
Return
Nothing returned
Requirements
KioWare OS (Linux®) version 1.0 or greater.
Linux® is the registered trademark of Linus Torvalds in the U.S. and other countries.