You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Taskbar attempts to return to default sizing while application is running causing a flickering. This is mostly only noticeable while clicking any buttons located on the taskbar.
The text was updated successfully, but these errors were encountered:
I had a play around with this, I think the resize is on windows end. You can eliminate the flicker by removing the wait time in the background invoke and making the ApplyStyle function async, but obviously this isn't ideal on CPU usage...
Need a way for the ApplyStyle function to be called if the taskbar is clicked so it doesn't have to wait for the background invoke.
Sorry for the extreme delay in replying to this. There's a high probability that I'll end up rewriting this project at some point, because this was mostly a test-bed to see what all I could do with the taskbar. Spoiler alert: there's a lot you can do. Repositioning the elements of the taskbar is a unique one that I found I haven't seen before. Unfortunately, no matter what I've tried to fix the flicker, there's a drawback. I'm sure there's a way, but knowledge is limited.
Anyway, I'm mostly replying to you because I wanted to 'thank you' for trying to fix the issue! So, thank you!
Description
Taskbar attempts to return to default sizing while application is running causing a flickering. This is mostly only noticeable while clicking any buttons located on the taskbar.
The text was updated successfully, but these errors were encountered: