Popup::TimedOKCancel — Display a message with a timeout
Import Popup;
boolean
Popup::TimedOKCancel
( | string | message , |
integer | timeout_seconds
) ; |
Display a message with a timeout and return when the user clicks "OK", "Cancel" or when the timeout expires ("OK" is assumed then).
There is also a "stop" button that will stop the countdown. If the user clicks that, the popup will wait forever (or until "OK" or "Cancel" is clicked, of course).