home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / INFO / TURBOPAS / TP003.ZIP / AUTOMENU.DOC < prev    next >
Encoding:
Text File  |  1985-10-23  |  1.1 KB  |  26 lines

  1.  
  2.  
  3.                          AUTOMATIC MENU MODULE
  4.  
  5.    This module is a based on a program appearing on a BBS system (author 
  6. unknown). It has been rewritten to provide a SIDEKICK (TM) style menu that
  7. is automatically sized,and includes built in protection for illegal screen
  8. locations. As the module is well commented I offer only the following brief
  9. comments :  
  10.  
  11.             1. TMENU.PAS is a demo showing proper use of menu system.
  12.                The menu item and highlight character lists must be
  13.                defined before menu is used. It is critical to terminate
  14.                menu item list with a null entry ( '' ).
  15.  
  16.             2. Default menu generation (menu_x = 0  and menu_y = 0)
  17.                is centered in screen and displays instruction line. All
  18.                other menu_x and menu_y choices suppress instruction line.
  19.  
  20.             3. You cannot exceed screen boundaries ; menu will stop at edges.
  21.  
  22.             4. A title entry of a null string ( '' ) will suppress the
  23.                menu title.
  24.  
  25.  
  26.                                                    Joseph G. Solch