TsSkinManager & TTrayIcon Application Freeze

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #37250
    Gregory.P
    Participant

    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

    #55950
    Support
    Keymaster

    Thanks for the project. Could you upload the Exe-file, also?

    #55954
    Gregory.P
    Participant

    Release & Debug *.exe

    [attachment=8064:Win32.zip]

    #55961
    Support
    Keymaster

    Do you have sources of the AlphaControls package? I can send some patched files in this case.

    #55962
    Gregory.P
    Participant
    '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 ?

    #55983
    Support
    Keymaster

    Yes, v11.22 is released.

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