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

Notification

Icon
Error

Options
Go to last post Go to first unread
dantist  
#1 Posted : Monday, November 1, 2021 9:38:26 PM(UTC)
dantist

Rank: Newbie

Reputation:

Groups: Approved
Joined: 10/31/2021(UTC)
Posts: 2
Germany

I recently switched to Windows 11 and noticed that StrokesPlus often stops working after Standby or when the screen has been locked. Mouse gestures are not recognized any more until I select "Reload" from the right click-menu. I'm on StrokesPlus 0.5.5.0.
Rob  
#2 Posted : Friday, November 5, 2021 1:21:02 PM(UTC)
Rob

Rank: Administration

Reputation:

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

Thanks: 28 times
Was thanked: 416 time(s) in 354 post(s)
I'm going to update to Win 11 in a few weeks, I wanted to let things stabilize first.

If there are still issue at that time, I'll start troubleshooting. But I feel like it must be something they broke.
dantist  
#3 Posted : Thursday, December 30, 2021 9:14:11 AM(UTC)
dantist

Rank: Newbie

Reputation:

Groups: Approved
Joined: 10/31/2021(UTC)
Posts: 2
Germany

Originally Posted by: Rob Go to Quoted Post
I'm going to update to Win 11 in a few weeks, I wanted to let things stabilize first.

If there are still issue at that time, I'll start troubleshooting. But I feel like it must be something they broke.


Just noticed an interesting detail: The gestures that stop working after a while are Right Click + Scroll Wheel Up/Down for volume control. I have mapped them to the task bar, so when hovering it I can control the volume with these gestures.

What I now figured out is that the gestures are still working at the very bottom of the taskbar. Moving the mouse just one pixel up and it stops working. After reloading StrokesPlus it recognizes the whole taskbar-area again.

Rob  
#4 Posted : Monday, January 3, 2022 4:04:44 PM(UTC)
Rob

Rank: Administration

Reputation:

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

Thanks: 28 times
Was thanked: 416 time(s) in 354 post(s)
Interesting, I'll try to figure out what's going on.
Rob  
#5 Posted : Wednesday, January 12, 2022 2:47:47 PM(UTC)
Rob

Rank: Administration

Reputation:

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

Thanks: 28 times
Was thanked: 416 time(s) in 354 post(s)
What do you have defined for the taskbar? Meaning, what are the qualifiers that match the taskbar so S+ knows you're over it?

I'm wondering if you can create a hotkey in S+ that you can press when this happens, so you put the mouse over the taskbar where it's not working and press the hotkey.

Then in the S+ Console window, check the User tab and see what info was logged for the window below the mouse.
Code:
var mouseWnd = sp.WindowFromPoint(sp.GetCurrentMousePoint(), false);
StrokesPlus.Console.Log("EXE Name: " + mouseWnd.ExecutableName);
StrokesPlus.Console.Log("Class: " + mouseWnd.ClassName);
StrokesPlus.Console.Log("Title: " + mouseWnd.Title);
StrokesPlus.Console.Log("Text: " + mouseWnd.Text);
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.