Configuring the dialog configuration profile locks

Many BlueZone windows contain configuration profile toolbar buttons. Refer to BlueZone dialog configuration profiles for more information.
You can hide some or all of the configuration profile toolbar buttons:
  1. Open the BlueZone Desktop installation source directory.
  2. Open the global.ini file in a text editor.
  3. In the [BlueZone] section, locate the ;HideDialogButtons= entry.
  4. Delete the semicolon at the beginning of the entry.
  5. To hide a single button, type the value of the button in the HideDialogButtons= entry. For example, to hide the Save As button, set HideDialogButtons= to 8:
    [BlueZone]
    HideDialogButtons=8
  6. To hide multiple buttons, add the button values together and type the sum in the HideDialogButtons= entry. For example, to hide the Open and Save As buttons, set HideDialogButtons= to 10:
    [BlueZone]
    HideDialogButtons=10
  7. Save and close the file.