home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PASCAL / TVLIFE.ZIP / TVLIFE.DOC next >
Encoding:
Text File  |  1992-02-16  |  4.1 KB  |  106 lines

  1.  
  2.                         Turbo Vision Life  v1.0
  3.                             by Ben Ziegler
  4.                           February 16, 1992
  5.  
  6.  
  7. INTRODUCTION
  8.  
  9.   TVLife is a simple program that illustrates a few of Turbo Visions's
  10.   features:  1) how to use the Idle event to execute background tasks,
  11.   and 2) how to incorporate menus inside of Twindows.  It is merely
  12.   meant to be a demonstration program for Turbo Pascal v6.0
  13.  
  14.  
  15. REQUIRED EQUIPMENT
  16.  
  17.   IBM PC or 100% compatible
  18.   DOS 2.0 or higher
  19.  
  20.   Highly Recommended:  Microsoft compatible mouse
  21.                        16 MHz or faster processor
  22.  
  23.  
  24. INSTRUCTIONS
  25.  
  26.   To execute TVLIFE, simply type "TVLIFE" at the DOS prompt.  You will
  27.   be presented with a blank screen, a Menu Bar, and a Status Line.  To
  28.   access the Menu Bar, press the F10 key.  To execute any of the commands
  29.   on the Status Line, simply hit the required Hot Key.
  30.  
  31.   To get started quickly, press the following keys:
  32.  
  33.   F9       (This will open up a Life window)
  34.   F5       (This will expand the window to fill the entire screen)
  35.   Alt-S    (This will start the Life window running)
  36.  
  37.   If desired, you may open as many Life windows as you want (within the
  38.   limits of your machine's free memory.)  To open more windows, press
  39.   F9.  After opening several windows, it may be desirable to Tile all
  40.   windows; to tile the windows press Alt-W and then press "T".
  41.  
  42.   Below is a list of all commands available from the Menu Bar and
  43.   Status Line:
  44.  
  45.   Command  Hot Key    Explanation
  46.   -------  -------    -----------------------------------------------
  47.   Exit     Alt-X      Exit TVLife immediately
  48.   Life     F9         Open a Life window
  49.   Close    Alt-F3     Close a Life window
  50.   HighRes  Alt-H      Enter High Res Video Mode (43/50 lines for VGA)
  51.   LowRes   Alt-L      Enter Low Res Mode (25 Lines, default)
  52.   Zoom     F5         Zoom window to fill entire Desktop
  53.   Next     F6         Switch to next Life window
  54.   Menu     F10        Activate the Menu
  55.   Tile     Alt-W,T    Tile all Life windows
  56.   Cascade  Alt-W,C    Cascade all Life windows
  57.  
  58.   Note:  For the Tile and Cascade commands, you must press two keys.
  59.          For example, you must press Alt-W and then "C" to cascade.
  60.  
  61.  
  62.   Each Life window has its own Menu Bar.  You may access the Menu Bar
  63.   by pressing Alt-A.  The Life window's Menu Bar offers the following
  64.   commands:
  65.  
  66.   Command  Hot Key    Explanation
  67.   -------  -------    -----------------------------------------------
  68.   Start    Alt-S      Start the Life window running
  69.   Stop     Alt-P      Stop the Life window
  70.   Clear    Alt-C      Clear the Life window
  71.   Random   Alt-R      Randomize the Life window
  72.   Close    Alt-F3     Close the Life Window
  73.  
  74.   The Random function is provided so that one may view new and interesting
  75.   life patterns.  The Clear function is used so that one may clear the
  76.   board and enter one's own pattern (available to mouse users only).
  77.  
  78.  
  79. FEATURES AVAILABLE TO MOUSE USERS
  80.  
  81.   If you have a Microsoft compatible mouse, then you may use additional
  82.   features.  First of all, the Menu Bar and Status Line commands can be
  83.   accessed easily with mouse clicks.  Life windows may be moved or resized
  84.   using the mouse.  To move a Life window, click on the top line of the
  85.   window and drag it to its desired location, then release the mouse
  86.   button.  To resize the window, click on the resize icon (located on
  87.   the lower right corner of the window), and click and drag the corner
  88.   for the desired window size.  The mouse may also be used to click on
  89.   the close window icon (located on the upper left corner), or the zoom
  90.   icon (located on the upper right corner).
  91.  
  92.   Most importantly, the mouse may be used to edit the patterns within
  93.   the Life window.  Clicking inside the life window will cause a "dot"
  94.   to appear.  If you click on top of an existing dot, the dot will be
  95.   erased.  This allows the user to create his/her own patterns.
  96.  
  97.  
  98. QUESITIONS & COMMENTS
  99.  
  100.   Send any questions or comments to:
  101.  
  102.     Ben Ziegler                  Internet Email Address:
  103.     4010 Terrace Dr              bpz4r@virginia.edu
  104.     Annandale, VA  22003         (email valid until May 1992)
  105.  
  106.