- Marcar como nuevo
- Favorito
- Suscribir
- Silenciar
- Suscribirse a un feed RSS
- Resaltar
- Imprimir
- Denunciar
Dear stefanomenci! You are absolutely right!
We have to make different Icons for Dark and Light Themes, and allow AutoCAD to automatically change them on Toolbars and Ribbons (but not in PopUp Menus still using Light Theme only) when user changes the color Theme.
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. Also we can use 16x16 and 32x32 icons for small and big Toolbar buttons if you can imagine youself using these very big buttons! ; ))
AutoCAD will change icons according to current Theme.
It seems to me we can't use individual PNG or BMP (or even ICO) files and force AutoCAD change icons from Theme to Theme.