TsSkinManager & TTrayIcon

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

    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

    #55845
    Support
    Keymaster

    I'm trying to repeat the error in a test app, but can't. Can you help me with a demo, please?

    #55848
    Gregory.P
    Participant
    '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]

    #55850
    Support
    Keymaster

    Thank you, this error will be fixed in the nearest release (v11.22)

    #55851
    Gregory.P
    Participant
    'Support' wrote:

    Thank you, this error will be fixed in the nearest release (v11.22)

    Thank you :a3:

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