Top | Previous | Next |
system.gui.warningBox |
Description Displays a message to the user in a warning style pop-up dialog. Syntax system.gui.warningBox(message [, title]) Parameters String message - The message to display in the warning box. String title - The title for the warning box. [optional] Returns nothing Scope Client Examples This code show a yellow popup box similar to the system.gui.messageBox function.
# Start the motor, or, warn the user if in wrong mode
See also: |