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 D2006 trayIcon (https://www.delphipraxis.net/62119-d2006-trayicon.html)

hanspeter 31. Jan 2006 09:33


D2006 trayIcon
 
Hallo,
hat wer schon diese neue Componente ausprobiert und die Balloonhint Anzeige hinbekommen.
Bei mir klappt das nicht.

Ich habe mir das Beispiel von BDN "trayIconDemo" heruntergeladen. Hier geht das Anzeigen
von Balloon Hints übrigens auch nicht. (Zumindest bei mir).

Gruß Peter

dahead 31. Jan 2006 10:41

Re: D2006 trayIcon
 
Evtl. hast du die Balloon-Hints ausgestellt? Mit Tools wie TweakXP geht das (umgekehrt natürlich auch).

Hatte vor einigen Monaten auch das Problem, dass die Komponente TCoolTrayIcon bzw. auch eine selbst erstellte einfach keine Balllonhints anzeigen wollten. Dann kam ich darauf, dass diese Funktion wohl abgeschaltet ist.

Dieser Code funktioniert bei mir unter XP SP2 (Delphi Tray-Komponente):

Delphi-Quellcode:
    MainForm.TI.BalloonFlags := aBallonFlag;
    MainForm.TI.BalloonHint := aText;
    MainForm.TI.ShowBalloonHint;
Edit: Hier kann man es manuell aktivieren:

Zitat:

Zitat von http://www.nncron.ru/help/EN/commands/messages.htm#BALLOON
Note: if BALLOON: seems not to work on your PC check the following registry path: HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Explorer\Advanced. The value EnableBalloonTips need to be set to dword:00000001.


hanspeter 31. Jan 2006 11:48

Re: D2006 trayIcon
 
Zitat:

Zitat von dahead
Evtl. hast du die Balloon-Hints ausgestellt?

Eigentlich nicht. Ich verwende die Jedi Balloonhints und die funktionieren.
Ich werde aber mal in der Registry nachschauen.

Gruß Peter


Alle Zeitangaben in WEZ +1. Es ist jetzt 03:37 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