StrokesPlus.net
Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

Options
Go to last post Go to first unread
StrokesPlus Fan  
#1 Posted : Monday, July 19, 2021 2:50:46 PM(UTC)
StrokesPlus Fan

Rank: Newbie

Reputation:

Groups: Approved
Joined: 6/26/2020(UTC)
Posts: 7

Thanks: 4 times
At Global Actions > Mouse Events > Horizontal Wheel
When "Enabled" is checked, Vertical Mouse Wheel doesn't work in some situations.
Ex1. Windows Start Menu
Ex2. Amazon Prime Video for Windows (Windows Apps)
(Vertical Mouse Wheel works with many applications like Chrome.)
Does the same thing happen to you?
Windows10 / StrokesPlus.net 0.4.3.5
Rob  
#2 Posted : Saturday, July 24, 2021 2:12:17 PM(UTC)
Rob

Rank: Administration

Reputation:

Groups: Translators, Members, Administrators
Joined: 1/11/2018(UTC)
Posts: 1,346
United States
Location: Tampa, FL

Thanks: 28 times
Was thanked: 415 time(s) in 354 post(s)
I don't have a mouse with a horizontal wheel, so I'm unable to test this. I'll have to see about ordering one.
thanks 1 user thanked Rob for this useful post.
StrokesPlus Fan on 7/24/2021(UTC)
StrokesPlus Fan  
#3 Posted : Saturday, July 24, 2021 8:49:35 PM(UTC)
StrokesPlus Fan

Rank: Newbie

Reputation:

Groups: Approved
Joined: 6/26/2020(UTC)
Posts: 7

Thanks: 4 times
Thank you very much for your reply!
I also tested this with a mouse which does not have horizontal wheel.
The same thing happened.
When Global Actions > Mouse Events > Horizontal Wheel is just "Enabled,"
"Vertical" Wheel does not work at Windows Start Menu.
Thanks in advance!

Originally Posted by: Rob Go to Quoted Post
I don't have a mouse with a horizontal wheel, so I'm unable to test this. I'll have to see about ordering one.


Rob  
#4 Posted : Sunday, July 25, 2021 12:29:57 PM(UTC)
Rob

Rank: Administration

Reputation:

Groups: Translators, Members, Administrators
Joined: 1/11/2018(UTC)
Posts: 1,346
United States
Location: Tampa, FL

Thanks: 28 times
Was thanked: 415 time(s) in 354 post(s)
I found the issue, fixed in the latest beta version 0.5.3.4 - I'm not updating the current version unless it's a critical issue, plus I'm getting close to just releasing the beta as the new current version anyway.

Installer: https://www.strokesplus.net/download/latest/installer?channel=beta
Portable: https://www.strokesplus.net/download/latest/portable?channel=beta

Full Beta Change Log: https://www.strokesplus....s/beta/betachangelog.txt
thanks 1 user thanked Rob for this useful post.
StrokesPlus Fan on 7/26/2021(UTC)
StrokesPlus Fan  
#5 Posted : Monday, July 26, 2021 4:15:07 PM(UTC)
StrokesPlus Fan

Rank: Newbie

Reputation:

Groups: Approved
Joined: 6/26/2020(UTC)
Posts: 7

Thanks: 4 times
Thank you for the quick response!
I am looking forward to the next stable version.

Originally Posted by: Rob Go to Quoted Post
I found the issue, fixed in the latest beta version 0.5.3.4 - I'm not updating the current version unless it's a critical issue, plus I'm getting close to just releasing the beta as the new current version anyway.

Installer: https://www.strokesplus.net/download/latest/installer?channel=beta
Portable: https://www.strokesplus.net/download/latest/portable?channel=beta

Full Beta Change Log: https://www.strokesplus....s/beta/betachangelog.txt


StrokesPlus Fan  
#6 Posted : Monday, September 6, 2021 3:11:51 AM(UTC)
StrokesPlus Fan

Rank: Newbie

Reputation:

Groups: Approved
Joined: 6/26/2020(UTC)
Posts: 7

Thanks: 4 times
Thank you for always updating!

It seems that the same thing is still happening (StrokesPlus.net 0.5.5.0).
Could you please check it on your side as well?

Originally Posted by: Rob Go to Quoted Post
I found the issue, fixed in the latest beta version 0.5.3.4 - I'm not updating the current version unless it's a critical issue, plus I'm getting close to just releasing the beta as the new current version anyway.

Installer: https://www.strokesplus.net/download/latest/installer?channel=beta
Portable: https://www.strokesplus.net/download/latest/portable?channel=beta

Full Beta Change Log: https://www.strokesplus....s/beta/betachangelog.txt


Rob  
#7 Posted : Friday, September 10, 2021 3:00:12 PM(UTC)
Rob

Rank: Administration

Reputation:

Groups: Translators, Members, Administrators
Joined: 1/11/2018(UTC)
Posts: 1,346
United States
Location: Tampa, FL

Thanks: 28 times
Was thanked: 415 time(s) in 354 post(s)
I cannot reproduce this, scrolling on the Start Menu works no matter what combination of settings I use, even running portable instead of installer works fine.

Try putting some console logging statements, just to be sure the wheel event is actually being executed, like StrokesPlus.Console.Log("wheel");.

For example, in the last part of the else in my script, where it's not matching any other conditions and simply sending the mouse wheel.
thanks 1 user thanked Rob for this useful post.
StrokesPlus Fan on 9/12/2021(UTC)
StrokesPlus Fan  
#8 Posted : Sunday, September 12, 2021 4:16:18 PM(UTC)
StrokesPlus Fan

Rank: Newbie

Reputation:

Groups: Approved
Joined: 6/26/2020(UTC)
Posts: 7

Thanks: 4 times
I'm sorry, I don't know how to use 'StrokesPlus.Console.Log("wheel");' so I can't show you the log.
Instead, I noticed the following:

When Global Actions > Mouse Events > Horizontal Wheel is "Enabled"
AND Global Actions > Mouse Events > Mouse Wheel is also "Enabled,"
Vertical Wheel works at Windows Start Menu.

When only Global Actions > Mouse Events > Horizontal Wheel is "Enabled"
but Global Actions > Mouse Events > Mouse Wheel is NOT "Enabled,"
Vertical Wheel does not work at Windows Start Menu.

I don't need Global Actions > Mouse Events > Mouse Wheel, but I enabled it without scripts.
So I can use Vertical Wheel at Windows Start Menu now.
Thank you very much!

Originally Posted by: Rob Go to Quoted Post
I cannot reproduce this, scrolling on the Start Menu works no matter what combination of settings I use, even running portable instead of installer works fine.

Try putting some console logging statements, just to be sure the wheel event is actually being executed, like StrokesPlus.Console.Log("wheel");.

For example, in the last part of the else in my script, where it's not matching any other conditions and simply sending the mouse wheel.


Rob  
#9 Posted : Tuesday, September 14, 2021 2:27:58 PM(UTC)
Rob

Rank: Administration

Reputation:

Groups: Translators, Members, Administrators
Joined: 1/11/2018(UTC)
Posts: 1,346
United States
Location: Tampa, FL

Thanks: 28 times
Was thanked: 415 time(s) in 354 post(s)
Ah, thank you! Your troubleshooting helped me find the issue and it will be corrected in the next update.
Users browsing this topic
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.