home *** CD-ROM | disk | FTP | other *** search
/ Collection of Hack-Phreak Scene Programs / cleanhpvac.zip / cleanhpvac / PWAULTP3.ZIP / PWAPRGMS.A02 / PWA95 / PWANK082.ZIP / HELP / HLPLB.CFG < prev    next >
Text File  |  1995-04-09  |  2KB  |  47 lines

  1. 13 @X3B  
  2. 6 5 20 A NOHLP
  3. 6 6 20 B NOHLP
  4. 6 7 20 C NOHLP
  5. 6 8 20 D NOHLP
  6. 6 9 20 E NOHLP
  7. 6 10 20 F NOHLP
  8. 6 11 20 G NOHLP
  9. 6 12 20 H NOHLP
  10. 6 13 20 I NOHLP
  11. 6 14 20 J NOHLP
  12. 6 15 20 K NOHLP
  13. 6 16 20 L NOHLP
  14. 6 17 20 Q NOHLP
  15.  
  16. -----------------------------------------------------------------------------
  17. Each menu has a lightbar configuration file like this associated with it.
  18. ( ie. bmenu1 needs lb1.cfg ). 
  19. When adding a new menu, lets say bmenu3, you should copy this file to lb3.cfg
  20. and change the highlight color (token 2, line1) and the lightbar options 
  21. (line 2, 3, 4). Note that the lightbar options are read from the current 
  22. display file and the first character for an option acts as a hotkey.
  23.  
  24. Line 1: Token 1: Number of lightbar entries.
  25.                  This entry should NEVER be changed as it's here only for
  26.          future updates/addition to the timebank.
  27.         Token 2: Highlight color for this menu.
  28.  
  29. Line 2,3,4: 
  30.         Token 1,2: First Lightbar option (X,Y) coordinate. Use a 'C' as the Y
  31.                    coordinate to display the option at the current Y position.
  32.     Token 3  : length of the option.
  33.  
  34.         If a fourth token is given this is assumed to be a help file which is
  35.         displayed when '?' is pressed on this option. This file is searched in
  36.         the following way: 
  37.                         - First it it checked if the file itself exist. 
  38.                         - Secondly it is checked if the file exist in the
  39.                           pcboard help directory (the file is searched by
  40.                           appending it to 'hlp', for example if the name is 'h'
  41.                           the file searched is '<pcbhelppath>\hlph'.
  42.                         - As a last resort the ppe directory is searched.
  43.  
  44.         You can also enter 'NOHLP' as the fourth token to prevent the display of
  45.         unwanted help files (see more.cfg for an example of when this can 
  46.         happen).
  47.