home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / PROG_GEN / FACETV.ZIP / DIALOGS.TXT < prev    next >
Text File  |  1993-11-09  |  1KB  |  47 lines

  1. -----------------------------------------------------------------
  2. @(#)dialogs.txt        05/28/93    Chris Ahlstrom
  3. -----------------------------------------------------------------
  4.  
  5.         USING TURBO VISION DIALOG BOXES
  6.             AS IMPLEMENTED
  7.             IN THE FACE_TV LIBRARY
  8.  
  9.  
  10. 1.  Introduction
  11.  
  12.     1.1.  Purpose
  13.     
  14.     This document attempts to describe how to create lists
  15. of fields to use with the FACE_TV (C++/Turbo Vision) dialog-box
  16. handlers.
  17.  
  18.     Later, we might also try to describe the menuing system.
  19. For now, the example code in FACE_TV.MEN and FACE_BOX.MEN is pretty
  20. easy to cut, paste, clone, and edit to suit your programs.
  21.  
  22.     1.2.  Scope
  23.  
  24.     A functional description in prose, with some examples
  25. and diagrams.
  26.  
  27.     1.3.  Audience
  28.  
  29.     Novice programmers who wish to call their subroutines
  30. using a helpful menuing and dialog-box system based on
  31. Turbo Vision by Borland.
  32.  
  33.  
  34. 2.  MenuField
  35.  
  36.     2.1.  Caveat Coder!
  37.  
  38.     This name, MenuField, is a little misleading.  DialogField
  39. would have been a better name.
  40.  
  41.     So, you just have to remember that MenuItems and NestItems
  42. refer to Turbo Vision menus, while MenuField and MappedField refer
  43. to Turbo Vision dialog boxes.
  44.  
  45.     2.2. 
  46.  
  47.