| View previous topic :: View next topic |
| Author |
Message |
Serenity
Joined: 08 Nov 2004 Posts: 980
|
Posted: Thu Feb 17, 2005 8:16 pm Post subject: No menu hot-tracking in tray menu |
|
|
Running 2k sp4, AutoHotkey v1.0.27.00.
Since I added the right-click menu in this script, the tray menu no longer shows hot-tracking (the alternate color on mouseover) for menu items. This only affects the menu for this script and not others in the systray. _________________ "Anything worth doing is worth doing slowly." - Mae West
 |
|
| Back to top |
|
 |
Chris Site Admin
Joined: 02 Mar 2004 Posts: 10467
|
Posted: Fri Feb 18, 2005 2:33 pm Post subject: |
|
|
This is a known issue caused by the use of RButton has a hotkey. There might be some workarounds, such as using ~RButton instead, but you'd have to experiment.
Hopefully a fix will be found for this someday. |
|
| Back to top |
|
 |
Serenity
Joined: 08 Nov 2004 Posts: 980
|
Posted: Sat Feb 19, 2005 12:29 am Post subject: |
|
|
Thanks Chris. The tray menu/tray icon for that script wasn't necessary so I removed it. I found by adding the tilde, the default right-click menu to whatever app window was active would be triggered if I left-clicked out of the menu to cancel the tray menu showing. _________________ "Anything worth doing is worth doing slowly." - Mae West
 |
|
| Back to top |
|
 |
|