CEP Panel Extension Icon
Hello everyone,
has anyone been able to set a custom icon for a CEP Extension panel?
The documentation for CEP states that Icons should go into the manifest.xml file like so:
<Icons>
<Icon Type="Normal">./images/IconLight.png</Icon>
<Icon Type="RollOver">./images/IconLight.png</Icon>
<Icon Type="DarkNormal">./images/IconDark.png</Icon>
<Icon Type="DarkRollOver">./images/IconDark.png</Icon>
</Icons>
But as soon as I just put a single entry underneath the <Icons> node, the panel stops working entirely (stays empty and is not loaded at all), like so:
<Icons>
<Icon Type="Normal">./../com.adobe.illustrator.comet.basics/images/panel_frontrow_L.png</Icon>
</Icons>
I tried several combinations of relative paths and absolute paths.
Best Regards,
Leo
