Name
Popup::AnyTimedMessage —
Generic message popup
Synopsis
Import Popup;
void
Popup::AnyTimedMessage
( |
string
| headline
, |
|
string
| message
, |
|
integer
| timeout
) ; |
Parameters
-
string
headline
optional headline or Popup::NoHeadline()
-
string
message
the message (maybe multi-line) to display.
-
integer
timeout
After timeout seconds dialog will be automatically closed
Description
Show a message with optional headline above and
wait until user clicked "OK".