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!
0
Comments
-
Relative paths are not supported.
I advise you to use the resource file option:
- Put all icons in a .zip file.
- Rename the .zip file to
<basename of .cui file>.resz
- Put the .resz file in the same folder as the .cui file
Example:
A resource file for 'MyMenu.cui' should be named 'MyMenu.resz'.0 -
Excellent solution.
Thanks a lot!@Roy Klein Gebbinck said:
Relative paths are not supported.I advise you to use the resource file option:
- Put all icons in a .zip file.
- Rename the .zip file to
<basename of .cui file>.resz
- Put the .resz file in the same folder as the .cui file
Example:
A resource file for 'MyMenu.cui' should be named 'MyMenu.resz'.0
This discussion has been closed.