Metropoli BBS
VIEWER: hlplb.cfg MODE: TEXT (ASCII)
13 @X3B  
6 5 20 A NOHLP
6 6 20 B NOHLP
6 7 20 C NOHLP
6 8 20 D NOHLP
6 9 20 E NOHLP
6 10 20 F NOHLP
6 11 20 G NOHLP
6 12 20 H NOHLP
6 13 20 I NOHLP
6 14 20 J NOHLP
6 15 20 K NOHLP
6 16 20 L NOHLP
6 17 20 Q NOHLP

-----------------------------------------------------------------------------
Each menu has a lightbar configuration file like this associated with it.
( ie. bmenu1 needs lb1.cfg ). 
When adding a new menu, lets say bmenu3, you should copy this file to lb3.cfg
and change the highlight color (token 2, line1) and the lightbar options 
(line 2, 3, 4). Note that the lightbar options are read from the current 
display file and the first character for an option acts as a hotkey.

Line 1: Token 1: Number of lightbar entries.
                 This entry should NEVER be changed as it's here only for
		 future updates/addition to the timebank.
        Token 2: Highlight color for this menu.

Line 2,3,4: 
        Token 1,2: First Lightbar option (X,Y) coordinate. Use a 'C' as the Y
                   coordinate to display the option at the current Y position.
	Token 3  : length of the option.

        If a fourth token is given this is assumed to be a help file which is
        displayed when '?' is pressed on this option. This file is searched in
        the following way: 
                        - First it it checked if the file itself exist. 
                        - Secondly it is checked if the file exist in the
                          pcboard help directory (the file is searched by
                          appending it to 'hlp', for example if the name is 'h'
                          the file searched is '<pcbhelppath>\hlph'.
                        - As a last resort the ppe directory is searched.

        You can also enter 'NOHLP' as the fourth token to prevent the display of
        unwanted help files (see more.cfg for an example of when this can 
        happen).
[ RETURN TO DIRECTORY ]