Delphi-PRAXiS

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   Sonstige Fragen zu Delphi (https://www.delphipraxis.net/19-sonstige-fragen-zu-delphi/)
-   -   Delphi CoolTrayIcon1BalloonHintHide Event funktioniert nicht (https://www.delphipraxis.net/131159-cooltrayicon1balloonhinthide-event-funktioniert-nicht.html)

thomas2009 19. Mär 2009 20:38


CoolTrayIcon1BalloonHintHide Event funktioniert nicht
 
Hallo

ich habe ein Problem mit CoolTrayIcon. Wenn ich CooltrayIon schließe (Hide) in dem ich auf das "x" anklicke, geht der timer nicht aus
Delphi-Quellcode:
procedure TForm2.CoolTrayIcon1BalloonHintHide(Sender: TObject);
begin
Form2.Timer1.Enabled:=False;
end;


Alle Zeitangaben in WEZ +1. Es ist jetzt 22:41 Uhr.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024 by Thomas Breitkreuz