Icons for custom dockers

Hello all,

is there a way to define icons for custom dockers? Maybe possible via AppUI.xslt?

Many thanks.

David

Icons for custom dockers corel draw

  • Former Member
    0 Former Member over 1 year ago

    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

  • Former Member
    0 Former Member over 1 year ago in reply to sgt
    Can try this method
    I has captured my adding a icon in my last docker, you can check if dont lost a any step in yours implementation