PDA

View Full Version : new tooltipform deactivate the popup


murphys
09-07-2005, 11:39 PM
i have a pnid : TNotifyIconData; which is an icon in the systray
i wanted to make it a tooltip so i created a form with the data and after 2 seconds is disappears
ofcourse that if the mouse is still on the icon, it reapears (2 secs interval)

the problem is that when the frmtooltip reapears it closes the popup menu of the icon, if one was opened

any ideas?

10x
Amos

ctiberg
09-07-2005, 11:56 PM
I'm using CoolTrayIcon, and it works for me :) Not an answer to your question, just a hint that there may be better things to do than reinvent the wheel :)

Best regards,
Christian Tiberg

PS. Please be sure to click "Accept as answer" if this helped you! DS.

PPS. I do not answer forum messages by email! DS.

murphys
09-08-2005, 12:08 AM
main problem for me is that i wont going to re-write all this mechanism :)

besides cooltrayicon does not support unicode as far as i know

10x
Amos

ctiberg
09-08-2005, 12:10 AM
That's correct. But that covers most of the available components on the web :(

Best regards,
Christian Tiberg

PS. Please be sure to click "Accept as answer" if this helped you! DS.

PPS. I do not answer forum messages by email! DS.