How to capture TPopUp menu Root › Discussions › AlphaControls This topic has 4 replies, 2 voices, and was last updated 8 years, 4 months ago by AntonioBI. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts 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 4 posts - 1 through 4 (of 4 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In Root › Discussions › AlphaControls