<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title>Comments for The New TTrayIcon Component in BDS 2006</title>
<link rel="alternate" type="text/plain" href="http://edn.embarcadero.com/article/33415" title="The New TTrayIcon Component in BDS 2006" />
<link rel="self" type="application/atom+xml" href="http://edn.embarcadero.com/article/33415/feed" title="Comments for The New TTrayIcon Component in BDS 2006" />
<id>http://edn.embarcadero.com/article/33415</id>
<updated>2009-07-09T15:33:55-07:00</updated>
<entry>
<title>TTrayIcon.ShowBalloonHint not working for me</title>
<author>
<name>Jonathan Weekes</name>
<uri>http://threads.embarcadero.com/threads/threads.exe/userall?commentid=41558</uri>
</author>
<id>http://threads.embarcadero.com/threads/threads.exe/view?commentid=41558</id>
<updated>2008-09-12T12:05:39-07:00</updated>
<published>2008-09-12T12:05:39-07:00</published>
<summary>TTrayIcon.ShowBalloonHint not working for me</summary>
<content>I cannot get .ShowBalloonHint to work (namely, no errors but no balloon hint displays from my TTrayIcon component displayed in the System Tray).All other functionality in this article work.I have downloaded the project and tried it in both Developer Studio 2006 (Update 2, Version 10.0.2558.35231) and RAD Studio 2007 (December 2007 Update, Version 11.0.2902.10471).Is this working for other people?  Any idea what I might be doing wrong?I can post code if necessary; however, as above, the code in the download project should serve as an example.</content>
</entry>
<entry>
<title>The New TTrayIcon Component in BDS 2006 - by Ed Vander Hoek</title>
<author>
<name>Philippe Auphelle</name>
<uri>http://threads.embarcadero.com/threads/threads.exe/userall?commentid=40581</uri>
</author>
<id>http://threads.embarcadero.com/threads/threads.exe/view?commentid=40581</id>
<updated>2007-10-19T07:43:20-07:00</updated>
<published>2007-10-19T07:43:20-07:00</published>
<summary>The New TTrayIcon Component in BDS 2006 - by Ed Vander Hoek</summary>
<content>Great example, Ed, thanks. Was a real time saver for me.When building it with Delphi 2007 Upd 3, I noticed that the task bar and task switcher icons were not hidden, though. After a little searching, it appeared that I could solve that problem by adding the one-liner   ShowWindow(Application.Handle, Sw_Hide);to your code: Your original code wasvar    k: integer;  begin    application.Minimize;    for k := 0 to Screen.FormCount - 1 do begin      Screen.Forms[k].Hide;    end;  end;and the modified code became:    var    k: integer;begin  application.Minimize;  for k := 0 to Screen.FormCount - 1 do    begin    Screen.Forms[k].Hide;    end;  // Hide the main form to actually hide the taskbar / switcher button that   // Minimize left there.  ShowWindow(Application.Handle, Sw_Hide);end;</content>
</entry>
<entry>
<title>The New TTrayIcon Component in BDS 2006 - by Ed Vander Hoek</title>
<author>
<name>Rex Bloom</name>
<uri>http://threads.embarcadero.com/threads/threads.exe/userall?commentid=39970</uri>
</author>
<id>http://threads.embarcadero.com/threads/threads.exe/view?commentid=39970</id>
<updated>2007-03-19T10:04:23-07:00</updated>
<published>2007-03-19T10:04:23-07:00</published>
<summary>The New TTrayIcon Component in BDS 2006 - by Ed Vander Hoek</summary>
<content>This component is not aligned properly in Delphi to be visually inspected in C++ or Inherited from.  Any thoughts?  Specifically C++ aligns the Data member differently than Delphi does and there is a Boolean before the Data Structure so the alignment is off.</content>
</entry>
<entry>
<title>The New TTrayIcon Component in BDS 2006 - by Ed Vander Hoek - this article rocks!!!</title>
<author>
<name>Luiz Eduardo Garcia</name>
<uri>http://threads.embarcadero.com/threads/threads.exe/userall?commentid=39170</uri>
</author>
<id>http://threads.embarcadero.com/threads/threads.exe/view?commentid=39170</id>
<updated>2006-06-29T07:23:11-07:00</updated>
<published>2006-06-29T07:23:11-07:00</published>
<summary>The New TTrayIcon Component in BDS 2006 - by Ed Vander Hoek - this article rocks!!!</summary>
<content>Congratolations Ed Vander, this is exactly what i am looking for. Keep doing that good job!!!</content>
</entry>
<entry>
<title>The New TTrayIcon Component in BDS 2006 - by Ed Vander Hoek</title>
<author>
<name>Craven Weasel</name>
<uri>http://threads.embarcadero.com/threads/threads.exe/userall?commentid=38953</uri>
</author>
<id>http://threads.embarcadero.com/threads/threads.exe/view?commentid=38953</id>
<updated>2006-03-01T11:10:28-08:00</updated>
<published>2006-03-01T11:10:28-08:00</published>
<summary>The New TTrayIcon Component in BDS 2006 - by Ed Vander Hoek</summary>
<content>Hello, how i it poible ti hide an MDI App</content>
</entry>
</feed>
