relative path to icons

Hello,
Does CUI manager support relative path for icons? If I place icons near cui file then all works correct... If I set absolute path (see attached file) all works correct.
But I want to place all Icons of tools to another separate folder. Is it possible?
Thanks!

Comments

  • Roy Klein Gebbinck
    edited August 2018

    Relative paths are not supported.

    I advise you to use the resource file option:

    1. Put all icons in a .zip file.
    2. Rename the .zip file to <basename of .cui file>.resz
    3. Put the .resz file in the same folder as the .cui file

    Example:
    A resource file for 'MyMenu.cui' should be named 'MyMenu.resz'.

  • Excellent solution.
    Thanks a lot!

    @Roy Klein Gebbinck said:
    Relative paths are not supported.

    I advise you to use the resource file option:

    1. Put all icons in a .zip file.
    2. Rename the .zip file to <basename of .cui file>.resz
    3. Put the .resz file in the same folder as the .cui file

    Example:
    A resource file for 'MyMenu.cui' should be named 'MyMenu.resz'.

This discussion has been closed.