powered by CADENAS

Manual

Manual

1.1.7.6.1. catalogicons.cfg - Icons on catalog preview image

In the right upper corner of the catalog preview image, informative standard icons can be shown, such as for example "excerpt" or "2D" .

Catalog Icons

Catalog Icons

The following explains a configuration:

  • catalogicons.cfg

    In the configuration file catalogicons.cfg the name and storage location of the icon are set.

    Default storage location of icons: $CADENAS_SETUP/bitmaps/catalog_icons

    [TEXT]
    CUSTOMER=Kundenkatalog
    2D=2D-Katalog
    EXCERPT=Katalogauszug
    
    [ICONS]
    CUSTOMER=$CADENAS_SETUP/bitmaps/catalog_icons/catalog_icon_customer.png
    2D=$CADENAS_SETUP/bitmaps/catalog_icons/catalog_icon_2d.png
    EXCERPT=$CADENAS_SETUP/bitmaps/catalog_icons/catalog_icon_excerpt.png

  • dir.prj (globally defined)

    In the catalogicons.cfg you can look up where these icons are and what they are called.

    In the dir.prj file at the highest catalog level, the icons to be displayed is defined.

    ICONS=EXCERPT

    or

    ICONS=2D

  • dir.prj (locally defined)

    The icons may also be located in the local catalog directory. In this case, the configuration file catalogicons.cfg is not used.

    ICONS=MY_ICON
    ICON(MY_ICON)=catalog_icon_customer.png
    ICONTEXT(MY_ICON)=My Text