Name

Popup::ShowTextTimed — Show the contents of an entire file in a popup.

Synopsis

Import Popup;
void Popup::ShowTextTimed ( string  headline ,
  string  text ,
  integer  timeout );

Parameters

string headline

headline text

string text

text to show

integer timeout

text to show

Return Value

void

Examples

  Popup::ShowText ("Boot Messages", "kernel panic");