Skip to content

Taskbar attempts to return to default causing a flicker #2

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

Open
JustIntroverted opened this issue May 11, 2020 · 3 comments
Open

Taskbar attempts to return to default causing a flicker #2

JustIntroverted opened this issue May 11, 2020 · 3 comments

Comments

@JustIntroverted
Copy link
Owner

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.

@VincentWillats
Copy link

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.

@JustIntroverted
Copy link
Owner Author

Hey @VincentWillats,

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!

@ToughTetris
Copy link

Hey, you may check out Windows 10 Team. Something similar is implemented there.
https://youtu.be/P_QZc29WWiQ

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants