skin affect disappeared after changing form state 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:30 pm #36900 crystalmoonParticipant 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 March 21, 2016 at 8:43 am #54877 SupportKeymaster Thank you for the demo. Please, describe your system configuration and upload the Exe-file, also. March 22, 2016 at 2:28 pm #54885 crystalmoonParticipant 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. March 24, 2016 at 8:43 am #54887 SupportKeymaster Hello Please, try the v10.27, some changes were added there. 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