powered by CADENAS

Manual

Manual

1.1.7.5.11.1. Basic settings

Basic settings, such as for example visibility or position of the icon, can be found in the [settings] block.

[settings]
name=Table view of parameters
icon=$CADENAS_SETUP/bitmaps/windowmode_table.png
tablemode=table
tablemodesignal=table
menuvisible=1
toolbarVisible=1
Position=1

The following explains the individual keys:

  • name

    name=Table view of parameters

    • Translation file

      The name displayed here forms a block name in the translation file windowsettings.def. Translations into all desired languages occur.

      Cut-out from translation file:

      [Table view of parameters]
      german=Tabellenansicht der Parameter
      english=Table view of parameters
      etc.

    The name is displayed in the window menu and in the short info of the icon.

    "Window" menu

    "Window" menu

    Icon short info

    Icon short info

  • icon

    In the "icon" key, the path to the icon to be displayed is given.

    For example .

    icon=$CADENAS_SETUP/bitmaps/windowmode_table.png

  • tablemode

    Chooses the corresponding tab page during the selection via the icon (Table or List).

    tablemode=table

  • tablemodesignal

    During selection, chooses the corresponding icon via the tab page (List view of parameters or Table view of parameters ). The List view with large 3D view icon is not connected to a tab page and does not contain this key.

    tablemodesignal=table

  • menuvisible

    Menu visible: Yes / No

    menuvisible=0/1

  • toolbarVisible

    Icon visible: Yes / No

    toolbarVisible=0/1

  • Position

    With incrementing numeric value, gives the position in the toolbar from left to right, or in the menu from top to bottom.

    [Note] Note

    As many number values as desired are possible (also in interrupted number order).

    Position=1/2/3/etc.