TsSkinManager & TTrayIcon Application Freeze Root › Technical support › Troubleshooting This topic has 5 replies, 2 voices, and was last updated 7 years, 10 months ago by Support. Viewing 6 posts - 1 through 6 (of 6 total) Author Posts December 15, 2016 at 12:14 pm #37250 Gregory.PParticipant TsSkinManager & TTrayIcon Application Freeze, Form block 😐 [attachment=8051:ezgif.com-video-to-gif.gif] Code: procedure TForm1.ApplicationEventsMinimize(Sender: TObject); begin Hide(); TrayIcon.Visible := True; end; procedure TForm1.TrayIconClick(Sender: TObject); begin Show(); WindowState := wsNormal; Application.BringToFront(); TrayIcon.Visible := False; end; [attachment=8053:TrayIcon.zip] thanks December 22, 2016 at 6:34 am #55950 SupportKeymaster Thanks for the project. Could you upload the Exe-file, also? December 23, 2016 at 6:50 am #55954 Gregory.PParticipant Release & Debug *.exe [attachment=8064:Win32.zip] December 23, 2016 at 10:00 am #55961 SupportKeymaster Do you have sources of the AlphaControls package? I can send some patched files in this case. December 23, 2016 at 12:04 pm #55962 Gregory.PParticipant 'Support' wrote: Do you have sources of the AlphaControls package? I can send some patched files in this case. Package AlphaControls v11.22 Stable released ? January 5, 2017 at 7:46 pm #55983 SupportKeymaster Yes, v11.22 is released. Author Posts Viewing 6 posts - 1 through 6 (of 6 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