- This topic has 7 replies, 4 voices, and was last updated 14 years, 12 months ago by
Support.
-
AuthorPosts
-
February 17, 2011 at 4:27 pm #44952
try
Code:sSkinManager1.SkinName := sSkinManager.SkinName;February 22, 2011 at 11:32 am #44976'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?
February 22, 2011 at 5:57 pm #44981'Support' wrote: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?
starting what version, the manually added items are skinned automatically?
February 24, 2011 at 5:22 pm #45008I don't remember it now, I can tell it later.
Why you asking? You have a problem with autoskinning of menus? Some controls may not have a support of that.
February 24, 2011 at 5:44 pm #45011im asking because im using 7.21 and i still need to manually skin them
not urgent just so i know that after the next update to remove all the manual code for it
March 6, 2011 at 10:01 am #45080'Support' wrote: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?
I am using V7.29.
Where do I place that code?
Thanks!
EDIT: That did not work, when placing in the OnCreate Form event.
Also, I upgraded to V7.32 🙂
March 12, 2011 at 9:51 am #45146Hello
This code must be placed after adding menu items.
-
AuthorPosts
- You must be logged in to reply to this topic.