[Jaffa Software]

STDBOX

Syntax


STDBOX(<text>, <title>, <flags>)

Description

Opens a standard system message box (which is
non-multitasking) and returns the button
pressed (1 = OK, 2 = Cancel).

<flags> consists of:
 Bit  Meaning when set
  0   "OK" box
  1   "Cancel" box
  2   Highlight Cancel (or OK if no Cancel)
  4   Don't prefix <title> with "Error from "
  5   Return immediately with 0 and box open
  6   Simulate click in box according to 0-1
  7   Don't beep
  8   Use categories (not supported)
 9-11 Category (see PRMs or StrongHelp)

< Online help
<< WimpWorks