-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Taskbar minimize/restore on scroll] Thumbnail flickering #1426
Comments
Can you please post logs and a video recording? Please attach debug logs by following the instructions on the Troubleshooting page:
In the "Verify that the mod doesn't work" step, trigger the flickering so that the relevant events will be logged. |
For some reason it is not visible on screen recording(at least I don't see it), so I recorded it on phone's camera. |
I believe that I found the root cause of the problem. Can you please try the following version: To try it, disable the existing mod, then click the bottom right button to create a new mod, replace the code with the test mod code, click "Compile Mod", then "Exit Editing Mode". |
I just forked it, now everything works fine! Thank you!!! But, is this normal? xD I didn't notice it actually |
That's related to the problem of flickering. For fixing #661, I added code that refreshes the thumbnail after scrolling, but the bug was that it was refreshing it non-stop. Now it's refreshed once, 200 ms after the scroll. Perhaps this delay is not long enough. Can you edit the mod and change the following line: SetTimer(hWnd, kRefreshTaskbarTimer, 200, 0); For example, replace 200 with 1000. Does it help? |
Nope |
Did you have the problem with the original 1.0.7 version, before this fix? Can you post a recording showing it? I can't reproduce it. |
I reinstalled the mod, yeah, I had this problem Recording.2025-01-14.184235.mp4 |
Ah, OK, the workaround I implemented only works when scrolling over the thumbnail preview. I didn't find an easy workaround for scrolling over taskbar items. Note that it's a Windows bug, and can also be reproduced without the mod if you're quick enough. |
Okay, thanks!!! |
It started flickering again 😭 |
Did you change anything? Does it flicker constantly like it did previously? Only when the mod (with the fix) is enabled? |
I didn't change anything. It's flickering as it was previously. Only when forked mod is enabled. |
Did you, by any chance, enable the mod without the fix? Enabling it may cause the issue, even after the mod is disabled, until explorer.exe is restarted. If that's not the case, try the following: disable the current "Taskbar minimize/restore on scroll" mod, restart Windows Explorer in Task Manager, then install this mod using the same steps from my previous comment here, and let me know if you still see the issue: |
I reinstalled the fork and it tarted work normally :0 |
@m417z
When the mod is enabled, the thumbnails of tasks start flickering. Idk what to do with this, when I disable mod everything is fine
The text was updated successfully, but these errors were encountered: