Hello all,
is there a way to define icons for custom dockers? Maybe possible via AppUI.xslt?
Many thanks.
David
https://github.com/bonus630/QrCodeDocker/blob/master/QrCodeDocker/AppUI.xslt
https://github.com/bonus630/QrCodeDocker/blob/master/QrCodeDocker/config.xml
github.com/.../resources.rct
Add this last in your projecto like a Win32 resource
<Win32Resource>$(ProjectDir)resources.rct</Win32Resource>
Chance Theo guid values and The ícone in resource, bê careful rct filé ia Very volátil can break easily
Late binding Works too
Hi bonus360,
Thank you very much for your answer. After a first test, unfortunately, I have not yet managed. An icon appears, but unfortunately not the one in resources.rct. It seems to be like a standard icon.
Does the whole thing have to run through resources.rct? Or is there another possibility.
If you are seeing the wrong icon, make sure that you have created your own GUID in the config.xml and that it is using the number of your icon. His new video shows this pretty well. If you can't get it t work let me know and I will help you out.
Really nice video bonus360. Thank you so much. Now it works. I forgot to change the number of the icon in rct file.