powered by CADENAS

Manual

Manual

1.1.6.10.1.1. Overview

This document explains all setting options of the new V10 Tweakmenu.

All settings are handled with standard configuration files which can be displayed in PARTadmin -> Category Konfigurationsdateien -> $CADENAS_Setup.

In order to recognize which application is controlled by the config, the name of the respective application is included in the config name.

The tweakmenu is controllable with two configs:

  • menustructure_<name of application>.cfg

    Example:

    menustructure_PARTdataManager.cfg
    menustructure_PARTProject.cfg

    This config controls the structure of toolbars and menus in the application.

    All rules needed to specify the structure are explained in Abschnitt 1.1.6.10.1.2, „menustructure-config“.

  • menuvisibility<name of application>.cfg

    Example:

    menuvisibility_PARTdataManager.cfg
    menuvisibility_PARTProject.cfg

    This config controls the visibility of UI elements in the application.

    All rules needed to specify the visibility are explained in Abschnitt 1.1.6.10.1.3, „menuvisibilty-config“.

How to work with enhanced scripting possibilities is explained in Abschnitt 1.1.6.10.1.5, „Scripting with "Tweakmenu"“.

In later chapters the menuvisibility_<name of application>.cfg is called menuvisibility-config and the menustructure_<name of application>.cfg is called menustructure-config.