Shows a modal dialog containing an error message. It simply creates and popup a IupMessageDlg with DIALOGTYPE=ERROR.
void IupMessageError(Ihandle* parent, const char *message); [in C] iup.MessageError(parent: ihandle, message: string) [in Lua]
parent: parent dialog, can be NULL.
message: text message contents. It can be a language
pre-defined string without the "_@" prefix.
If parent is NULL the title defaults to "Error!" and tries the global attribute "PARENTDIALOG" as the parent dialog.
The dialog title will be the same title of the parent dialog.
The dialog is shown centered relative to its parent.
IupGetFile, IupScanf, IupListDialog, IupAlarm, IupMessage, IupMessageDlg