PDA

View Full Version : Tool Tips Behind Taskbar (continued)


Tecknomage
October 25th 06, 11:25 PM
In another thread the following statement is made by Paul Pedersen on a
Goggle Group:

--quote--

I've been researching this problem for a couple of days and every fix seen
so far has either not worked or only worked until the next reboot. Many
posts around the 'Net indicated that the problem is created by the taskbar
and tooltips fighting over who gets to be top of the Z order. Logically, it
seemed to me, since the tooltips are "on call" there should be some way to
include a specific "be on top" command to their instructions that would
override the Taskbar's global topmost command during their invocation.


So I read up on the tooltip programming by researching the command strings
found in the registry pertaining to the tooltips. Information found here:
http://blogs.msdn.com/oldnewthing/archive/2005/11/21/495246.aspx
led me here:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/winu...


which led to the experiment: After backing up (natch!), I made this
regedit:


Windows Registry Editor Version 5.00


[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion\Explorer\VisuÂ*alEffects\TooltipAnimati on]


"SetWindowPos"="HwndInsertAfter, Hwnd_Top"
"SetForegroundWindow"=dword:00000001


The related HKCU values were of the "read defaults" nature so logically,
there had to be some defaults SOMEWHERE - HKLM seemed the reasonable place.

--unquote--

The problem is his Registry entry above does not in the correct format. I
think I can figure out the 2nd entry as...

Name Type Data
SetForegroundWindow REG_DWORD 0x00000001 (1)

....but the 1st line is a mystery.

Can someone translate what the correct format should be for the 1st line?

nickacquaviva
August 7th 07, 03:11 PM
I'm not sure about the registry settings you are trying to use, but I
believe you are experiencing a problem caused by a bug in Windows that
causes the taskbar tool-tips to lose their "topmost" window style and
be covered up by the taskbar. Microsoft has acknowledged this problem
exists (http://support.microsoft.com/kb/912650), but has not yet fixed
it.

Check out this web site for more information and a permanent fix:
http://www.acquaviva.us/tooltipmanager

Tool Tip Manager was written specifically to fix this annoying problem
by processing taskbar window messages and resetting the "topmost"
window style for tool-tips as needed, automatically. This program also
allows you to customize the appearance of the task bar tool tips (font
& color) and set the automatic hide timer value.

Regards,

Nick Acquaviva


--
nickacquaviva

Fred
August 21st 07, 07:52 AM
Free and open source tool tip fixer can be found here.

http://neosmart.net/wiki/display/TTF/ToolTipFixer+Home

This is the best fix out there. It fixes it and doesnt give you any "extras"
you dont need. Best of all its free.

Corrygirl
December 24th 07, 05:55 PM
I have the Tool Tip Manager program and have corresponded with the
programmer who wrote it. He’s been in the business for 30 years and is
currently developing Windows device drivers for security products. He
apparently wrote Tool Tip Manager because he was tired of waiting for
Microsoft to fix it. His product adds some nice new features to the
desktop like the ability to customize the task bar tool tips and
because he wrote it as an extension to the Windows shell versus a
separately running process, it does not use any additional CPU
resources and only a tiny bit of memory. It’s quick and easy to
install and he offers a money-back guarantee. His link
http://tooltipmanager.com has some impressive testimonials.


--
Corrygirl
------------------------------------------------------------------------
Corrygirl's Profile: http://forums.techarena.in/member.php?userid=38096
View this thread: http://forums.techarena.in/showthread.php?t=805042

http://forums.techarena.in

Google