TsSkinManager & TTrayIcon Root › Technical support › Troubleshooting This topic has 4 replies, 2 voices, and was last updated 7 years, 11 months ago by Gregory.P. Viewing 5 posts - 1 through 5 (of 5 total) Author Posts December 5, 2016 at 5:15 am #37221 Gregory.PParticipant TSSkinManager & TTrayIcon Error [attachment=8018:Capture.PNG] Code: procedure TForm1.ApplicationEvents1Minimize(Sender: TObject); begin Hide(); TrayIcon.Visible := True; end; procedure TForm1.TrayIconClick(Sender: TObject); begin Show(); WindowState := wsNormal; Application.BringToFront(); TrayIcon.Visible := False; end; Thank you December 8, 2016 at 12:38 pm #55845 SupportKeymaster I'm trying to repeat the error in a test app, but can't. Can you help me with a demo, please? December 8, 2016 at 12:50 pm #55848 Gregory.PParticipant 'Support' wrote: I'm trying to repeat the error in a test app, but can't. Can you help me with a demo, please? [attachment=8032:Test.zip] December 8, 2016 at 1:06 pm #55850 SupportKeymaster Thank you, this error will be fixed in the nearest release (v11.22) December 8, 2016 at 1:24 pm #55851 Gregory.PParticipant 'Support' wrote: Thank you, this error will be fixed in the nearest release (v11.22) Thank you :a3: Author Posts Viewing 5 posts - 1 through 5 (of 5 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