Name

Popup::AnyQuestionRichText — Show a question that might need scrolling.

Synopsis

Import Popup;
boolean Popup::AnyQuestionRichText ( string  headline ,
  string  richtext ,
  integer  hdim ,
  integer  vdim ,
  string  yes_button_message ,
  string  no_button_message ,
  symbol  focus );

Parameters

string headline

short headline

string richtext

text input as a rich text

integer hdim

initial horizontal dimension of the popup

integer vdim

initial vertical dimension of the popup

string yes_button_message

message on the left/true button

string no_button_message

message on the right/false button

symbol focus

`focus_yes, `focus_no, `focus_none

Return Value

boolean

left button pressed?