Bug on Form Borders

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #35661
    FOXxER
    Participant

    Hello exists bug on my application in Alpha Controls 8.19 on component “TsTitleBar”

    Normal Form:

    imagemajz.png

    Form on TrayBar:

    imagem1hf.png

    Bug on Borders the Form After Restore Application:

    imagem2hf.png

    How to solve this?

    Thenks

    #50236
    Support
    Keymaster

    Hello!

    Could you show a demo with sources please?

    This topic will be moved to the “Troubleshooting”

    #50267
    FOXxER
    Participant

    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.

    #38407
    Support
    Keymaster

    Try the v8.20, known issues are solved there.

    #38400
    FOXxER
    Participant
    '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

    imagemkpy.png

    #38404
    Support
    Keymaster

    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

    #50289
    FOXxER
    Participant

    I reinstalled delphi 7 , install Alpha Controls 8.20 and still the same error.

    #50292
    Support
    Keymaster

    I can help you remotely if you can use TeamViewer tool for connect.

    #50302
    FOXxER
    Participant

    Hello, I took some time and did a program with the same bug.

    follows the link

    http://www.sendspace.com/file/834y1s

    #50305
    Support
    Keymaster

    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…)

    #50320
    FOXxER
    Participant

    ok,

    Detail: the error had nothing to do with TsTitleBar

    #50325
    Support
    Keymaster

    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.

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