12-19-2022
07:01 AM
- Marcar como nuevo
- Favorito
- Suscribir
- Silenciar
- Suscribirse a un feed RSS
- Resaltar
- Imprimir
- Denunciar
12-19-2022
07:01 AM
Hi @alexKoshman, thanks for the reply.
@alexKoshman wrote:To achieve this we have to use ICO's but not PNG's (or even more old bad BMP's) and put them to DLL with our "MenuName" as a feile names: "MenuName.dll" for Dark Theme and "MenuName_light.dll" for Light Theme
Are you saying that AutoCAD automatically switches dll as soon as the value of COLORTHEME changes, simply by adding the "_light" suffix to the dll name?
Or are you describing your way to store the images on your add-in, and you decide which dll to use when the add-in is first loaded on each session?