Delphi-PRAXiS

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   GUI-Design mit VCL / FireMonkey / Common Controls (https://www.delphipraxis.net/18-gui-design-mit-vcl-firemonkey-common-controls/)
-   -   Delphi CoolTrayIcon :Zweite Zeile im Ballonhint möglich ? (https://www.delphipraxis.net/75932-cooltrayicon-zweite-zeile-im-ballonhint-moeglich.html)

me2u 27. Aug 2006 14:06


CoolTrayIcon :Zweite Zeile im Ballonhint möglich ?
 
Hallo,

wie kann ich eine neue Zeile in einem Ballonhint bei CooltrayIcon einfügen?

mein bisheriger code :
Delphi-Quellcode:
form1.CoolTrayIcon2.ShowBalloonHint('Proxy-Ip','Zeile 1'+'Zeile2', bitInfo, 10);
Gruß und Danke!

Daniel G 27. Aug 2006 14:10

Re: CoolTrayIcon :Zweite Zeile im Ballonhint möglich ?
 
So vllt.:

Delphi-Quellcode:
form1.CoolTrayIcon2.ShowBalloonHint('Proxy-Ip','Zeile 1' + #13#10 + 'Zeile2', bitInfo, 10);

//Edit: Erster :mrgreen:

Balu der Bär 27. Aug 2006 14:10

Re: CoolTrayIcon :Zweite Zeile im Ballonhint möglich ?
 
Versuch mal:
Delphi-Quellcode:
form1.CoolTrayIcon2.ShowBalloonHint('Proxy-Ip','Zeile 1'+#13#10+'Zeile2', bitInfo, 10);

me2u 28. Aug 2006 11:34

Re: CoolTrayIcon :Zweite Zeile im Ballonhint möglich ?
 
Hat geklappt!!Danke!


Alle Zeitangaben in WEZ +1. Es ist jetzt 17:26 Uhr.

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