I have a static menu and i want to change one menu item icon by code which i wrote on the onExecute.
For example;
if (a=1)
menu_item_icon = " …example1.png";
else
menu_item_icon = “…example2.png”;
I’ve created this menu staticaly so i can not use macros to change it.
Many thanks…