How to capture TPopUp menu Root › Discussions › AlphaControls This topic has 4 replies, 2 voices, and was last updated 7 years, 12 months ago by AntonioBI. Viewing 5 posts - 1 through 5 (of 5 total) Author Posts October 27, 2016 at 3:58 pm #37191 AntonioBIParticipant Hello, I've not found any post for using a PopUp menu as a skinned TMainMenu, and no demo are found in the examples. The skinning of the TMainMenu is automatic on a form with a SkinProvider, but how to connect a PopupMenu with the current skin? The items are without color (clBtnFace) or effects. Thanks niobi October 30, 2016 at 8:25 pm #55725 SupportKeymaster Hello! PopupMenus are skinned automatically usually, but if you have added some items dynamically there then you should use this procedure: Code: sSkinManager1.SkinableMenus.HookPopupMenu(Menu,true); Add this code after creation of new items. November 8, 2016 at 11:15 am #55675 AntonioBIParticipant Thanks for reply. In my case, the PopupMenu is placed on the form at the creation time, together the other components. With some skin, the hooking is automatic, with others, not. I will try to put the line recommended, in the OnCreate form's event. Best regards Niobi November 15, 2016 at 9:00 pm #55779 SupportKeymaster Write me about a result, please. November 29, 2016 at 6:45 pm #55796 AntonioBIParticipant 'Support' wrote: Write me about a result, please. Result is OK! Thanks Author Posts Viewing 5 posts - 1 through 5 (of 5 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In Root › Discussions › AlphaControls