| View previous topic :: View next topic |
| Author |
Message |
Maoserr
Joined: 16 Feb 2008 Posts: 14
|
Posted: Tue Oct 21, 2008 4:17 am Post subject: Tray tooltip class |
|
|
A random thought, don't know if this could work or not.
It ocurred to me that if the tray tooltip has a class, then maybe I can do a winset, topmost on the class to fix the annoying tray tooltip bug in windows. I've been digging around trying to figure this out, but how can I get the class of something that dissappears when you hover your mouse over it? |
|
| Back to top |
|
 |
Serenity
Joined: 07 Nov 2004 Posts: 1271
|
Posted: Tue Oct 21, 2008 7:46 pm Post subject: |
|
|
The class is tooltips_class32. _________________ "Anything worth doing is worth doing slowly." - Mae West
 |
|
| Back to top |
|
 |
Maoserr
Joined: 16 Feb 2008 Posts: 14
|
Posted: Sat Nov 08, 2008 10:35 pm Post subject: |
|
|
after playing around, this command seem to fix the tooltip bug:
| Code: |
WinSet, Topmost, Off, ahk_class Shell_TrayWnd
|
|
|
| Back to top |
|
 |
jaco0646
Joined: 07 Oct 2006 Posts: 3113 Location: MN, USA
|
|
| Back to top |
|
 |
Maoserr
Joined: 16 Feb 2008 Posts: 14
|
Posted: Sun Nov 09, 2008 5:52 pm Post subject: |
|
|
| hmmm, doesn't seem to work on all my computers. Might be a SP3 issue... |
|
| Back to top |
|
 |
|