Configuring buttons in the Virtual Clock
You can configure which buttons are displayed on the Virtual Clock by modifying the virtual.conf file, located in the installation directory.
You can hide function buttons by commenting out the appropriate lines in
the file. Specify
#
at the beginning of each line. Each function button
has four corresponding lines in the
virtual.conf file, with the following format:
employee.F#.oper =
employee.F#.extradata =
supervisor.F#.oper =
supervisor.F#.extradata =
Where
#
corresponds to the number of the function button, such
as F3 or F4.
To hide the function buttons:
- Open the virtual.conf file with a text editor.
- Specify
#
at the beginning of each line that corresponds to the function button you want to hide. - Save the virtual.conf file.
- Restart the the Virtual Clock.
The Enter Supervisor Mode and View Balance buttons are configured using different settings in the virtual.conf file:
button.supervisor.visible = yes
button.balance.visible = yes
To hide either button:
- Open the virtual.conf file with a text editor.
- Change the value of the
appropriate setting from
yes
tono
. - Save the virtual.conf file.
- Restart the Virtual Clock.
The Time Approval button is disabled by default and is configured using different settings in the virtual.conf file:
#employee.F1.oper = 98
#time.approval.function = 1
To activate the button:
- Open the virtual.conf file with a text editor.
- Delete the # at the beginning of each of the above 3 lines.
- Save the virtual.conf file.
- Open the language appropriate virtual_aa.conf file with a text editor (where aa is the language indicator. For example, virtual_en.conf for English).
- Delete the # at the beginning of the line:
#employee.F1.label=Time Approval
- Save the virtual_aa.conf file.
- Restart the computer running the virtual clock.