AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Tray tooltip class

 
Reply to topic    AutoHotkey Community Forum Index -> Ask for Help
View previous topic :: View next topic  
Author Message
Maoserr



Joined: 16 Feb 2008
Posts: 14

PostPosted: Tue Oct 21, 2008 4:17 am    Post subject: Tray tooltip class Reply with quote

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
View user's profile Send private message
Serenity



Joined: 07 Nov 2004
Posts: 1271

PostPosted: Tue Oct 21, 2008 7:46 pm    Post subject: Reply with quote

The class is tooltips_class32.
_________________
"Anything worth doing is worth doing slowly." - Mae West
Back to top
View user's profile Send private message Visit poster's website
Maoserr



Joined: 16 Feb 2008
Posts: 14

PostPosted: Sat Nov 08, 2008 10:35 pm    Post subject: Reply with quote

after playing around, this command seem to fix the tooltip bug:
Code:

WinSet, Topmost, Off, ahk_class Shell_TrayWnd
Back to top
View user's profile Send private message
jaco0646



Joined: 07 Oct 2006
Posts: 3113
Location: MN, USA

PostPosted: Sat Nov 08, 2008 11:42 pm    Post subject: Reply with quote

Turning it off fixes the problem? I think it should be on.

Tooltips underneath Systray *Fixed*
Back to top
View user's profile Send private message Visit poster's website
Maoserr



Joined: 16 Feb 2008
Posts: 14

PostPosted: Sun Nov 09, 2008 5:52 pm    Post subject: Reply with quote

hmmm, doesn't seem to work on all my computers. Might be a SP3 issue...
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    AutoHotkey Community Forum Index -> Ask for Help All times are GMT
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group