| Subject: | Problem with TrayIcon component in Delphi 2010 |
| Posted by: | João Luiz |
| Date: | Mon, 31 May 2010 |
Hello people!
I'm having some problems with the TrayIcon component in Delphi 2010, Trial.
{code}
with TrayIcon1 do
begin
Hint:='Mouse over trayicon';
BalloonHint:='Text from trayicon';
BalloonTitle:= 'Title of ballon';
Visible:=true;
ShowBalloonHint;
end;
{code}
The hint is correctly altered but the Ballon DON'T is showed, someone know we is this occuring?
PS.: Sorry for my bad english :P