skin affect disappeared after changing form state

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

    Test on Change form state,As following code:

    procedure TForm1.Button1Click(Sender: TObject);

    begin

    Self.Hide;

    sSkinManager1.Active := False;

    Self.FormStyle := fsStayOnTop;

    Self.Show;

    sSkinManager1.Active := True;

    end;

    then skin border affect disappeared after changing form state

    and sometimes after form hide to systray and click to show again, the skin border will disappear too.

    Sample Code Attached.

    VERSION: AC 10.26

    #54877
    Support
    Keymaster

    Thank you for the demo.

    Please, describe your system configuration and upload the Exe-file, also.

    #54885
    crystalmoon
    Participant

    the system version is win10 and the delphi ide version is xe8

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

    #54887
    Support
    Keymaster

    Hello

    Please, try the v10.27, some changes were added there.

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