'Peacelyk' wrote:
try
Code:
sSkinManager1.SkinName := sSkinManager.SkinName;
Better solutions exists 🙂 :
http://www.alphaskins.com/forum/index.php?s=&showtopic=3552&view=findpost&p=21510
sSkinManager1.SkinableMenus.HookPopupMenu(sPopupMenu1, True);
Menu items, created in the run-time, must be updated manually in old versions of the package.
Btw. Which version of AlphaControls is used? Menus must be updated automatically in latest versions.
And which control is owner of your menu?