Name

Popup::Error — Show an error message and wait until user clicked "OK".

Synopsis

Import Popup;
void Popup::Error ( string  message );

Parameters

string message

error message string

Return Value

void

Examples

   Popup::Error("The configuration was not succesful." );

Screenshot

See