Bug on Form Borders Root › Technical support › Troubleshooting This topic has 11 replies, 2 voices, and was last updated 11 years, 8 months ago by Support. Viewing 12 posts - 1 through 12 (of 12 total) Author Posts February 25, 2013 at 10:01 pm #35661 FOXxERParticipant Hello exists bug on my application in Alpha Controls 8.19 on component “TsTitleBar” Normal Form: Form on TrayBar: Bug on Borders the Form After Restore Application: How to solve this? Thenks February 26, 2013 at 8:24 am #50236 SupportKeymaster Hello! Could you show a demo with sources please? This topic will be moved to the “Troubleshooting” February 27, 2013 at 11:10 pm #50267 FOXxERParticipant I think not friend, for this program and a Remote Administratin Tool and I do not want to upset you when your antivirus officiate at compile time. I will try to do a demo with the same codes that the software uses when minimized. But if you have any tips please send me. March 4, 2013 at 8:42 am #38407 SupportKeymaster Try the v8.20, known issues are solved there. March 5, 2013 at 11:31 pm #38400 FOXxERParticipant 'Support' wrote: Try the v8.20, known issues are solved there. Excuse me, but is giving the following error, all right already installed and switched the DCUs Folder LIB March 6, 2013 at 7:56 am #38404 SupportKeymaster Your Delphi see and uses old files Dcu or Bpl, you should remove old files before installing new version. 'FOXxER' wrote: Excuse me, but is giving the following error, all right already installed and switched the DCUs Folder LIB March 9, 2013 at 2:03 am #50289 FOXxERParticipant I reinstalled delphi 7 , install Alpha Controls 8.20 and still the same error. March 9, 2013 at 6:24 am #50292 SupportKeymaster I can help you remotely if you can use TeamViewer tool for connect. March 11, 2013 at 7:49 pm #50302 FOXxERParticipant Hello, I took some time and did a program with the same bug. follows the link http://www.sendspace.com/file/834y1s March 12, 2013 at 6:08 am #50305 SupportKeymaster Hello Can you upload this file here, please? I can't understand how to download from your link. (Don't like to use special downloaders…) March 12, 2013 at 4:04 pm #50320 FOXxERParticipant ok, Detail: the error had nothing to do with TsTitleBar March 13, 2013 at 7:42 am #50325 SupportKeymaster Thank you! Form is not refreshed correctly because Visible property is False. You should add “Visible := True” : Code: procedure TFormPrincipal.Mostrar1Click(Sender: TObject); begin Visible := True; WindowState := wsNormal; SetForegroundWindow(handle); CoolTrayIcon1.IconVisible := false; Application.Restore; CoolTrayIcon1.ShowTaskbarIcon; end; I will research an issue with long popup items. Author Posts Viewing 12 posts - 1 through 12 (of 12 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