ArborX


twdb

Longname: t w indow d ialogue b ox   Open the Documentation Legend
Released: 6.52a 
Created: not available 
Last modified: 6.52a 
See also: wdb twdbm

Summary
Uses the contents of stream to create a dialogue box without having to use defstr and addstr as you would normally to define menus and dialogue boxes.
Example extract

Flags can be combined together in different ways to achieve the same results. You can either combine flags in sequence, for example:

 twdb "mydialoguebox.rf" 1,4,8

Syntax (SVNNA)
twdb  stream:t?  flags:n?  #:L?
stream:t

Stream name containing text for menu/dialogue box.

flags:n
Centre dialogue box on mouse.
Help dialogue box format.
No title for dialogue box.
No background or title bar for dialogue box.
16  X / Y centre position passed in "stream", (top left if flag 8).
32  Parameters passed in an array.
64  Called from twdb (so no args on stack)
#:L

The '#' specifies if conditional testing is used.

Example

or add the values of the individual flags togeteher, for example:

 twdb "mydialoguebox.rf" 13

Document created on 08-Feb-2003 (revision 1)