Name

Popup::TimedAnyQuestion — Timed question popup with two buttons and time display

Synopsis

Import Popup;
boolean Popup::TimedAnyQuestion ( string  headline ,
  string  message ,
  string  yes_button_message ,
  string  no_button_message ,
  symbol  focus ,
  integer  timeout_seconds );

Parameters

string headline

headline or Popup::NoHeadline()

string message

message string

string yes_button_message

label on affirmative buttons (on left side)

string no_button_message

label on negating button (on right side)

symbol focus

`focus_yes (first button) or `focus_no (second button)

integer timeout_seconds

timeout, if 0, normal behaviour

Return Value

boolean

True if Yes, False if no

See