sSkinProvider.SysSubMenu's popupmenu can't change title

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #36901
    crystalmoon
    Participant

    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

    #54878
    Support
    Keymaster

    I can't unpack this attachment, can you check it, please?

    #54884
    crystalmoon
    Participant

    the rar's format is winrar 5 ,so you need winrar 5.0 up to unupack this.

    #54888
    Support
    Keymaster

    This issue will be solved in the nearest release.

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.