sSkinProvider.SysSubMenu's popupmenu can't change title Root › Technical support › Troubleshooting This topic has 3 replies, 2 voices, and was last updated 8 years, 7 months ago by Support. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts March 16, 2016 at 2:38 pm #36901 crystalmoonParticipant use PopupMenu1 as sSkinProvider.SysSubMenu.PopupMenu, the write this code: procedure TForm1.a1Click(Sender: TObject); begin if a1.Caption = 'aaa' then a1.Caption := 'bbb' else a1.Caption := 'aaa'; end; but this code not change any thing after click the al menu item. Sample code attached[attachment=7636:SysSubmenuBug.rar] VERSION: AC 10.26 March 21, 2016 at 8:46 am #54878 SupportKeymaster I can't unpack this attachment, can you check it, please? March 22, 2016 at 2:26 pm #54884 crystalmoonParticipant the rar's format is winrar 5 ,so you need winrar 5.0 up to unupack this. March 24, 2016 at 8:43 am #54888 SupportKeymaster This issue will be solved in the nearest release. 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 › Technical support › Troubleshooting