Skip to content
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

Problem: Setting opacity meets TIM #92

Open
WZ-Tong opened this issue May 3, 2021 · 8 comments
Open

Problem: Setting opacity meets TIM #92

WZ-Tong opened this issue May 3, 2021 · 8 comments

Comments

@WZ-Tong
Copy link

WZ-Tong commented May 3, 2021

TIM: a famous communicating software in China.

Problem: When setting it opacity, it keeps blink.

Maybe it's because the WindowTop's logical error, or maybe it's caused by TIM itself (e.g. it's own window building)

@WZ-Tong
Copy link
Author

WZ-Tong commented May 3, 2021

VID_20210503_170227.mp4

@gileli121
Copy link
Member

Thanks for the report.
Where I can download the software?
I did not found it

@WZ-Tong
Copy link
Author

WZ-Tong commented May 3, 2021

https://office.qq.com/
I've send my backup account to your [email protected]

@gileli121
Copy link
Member

Thanks, no need account to reproduce the issue.
I can reproduce it on the login window

@gileli121
Copy link
Member

@WZ-Tong
I checked it and unfortunately, I have no way to solve the issue because the app itself resetting the opacity back to 100% (to have no transparency at all).
I have no way to block the app itself from calling to SetLayeredWindowAttributes (https://docs.microsoft.com/en-us/windows/win32/api/winuser/nf-winuser-setlayeredwindowattributes)

The only way to maybe solving it is to hope that the app will not do it instantly, but it was not the case with this app.

There was such issue before that reported here:
#35
In the case of issue #35, the app did not always restore the opacity so the fix for #35 worked (it did not did it instantly).

But in this case, the fix is not working fine because this app resetting the opacity back instantly

@WZ-Tong
Copy link
Author

WZ-Tong commented May 3, 2021

Thanks though

@gileli121
Copy link
Member

@WZ-Tong
Reopened. a possible solution found.
See #343

@gileli121 gileli121 reopened this Feb 10, 2024
@WZ-Tong
Copy link
Author

WZ-Tong commented Feb 10, 2024

Thanks for still remembering this issue! It's a surprise for me!

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

No branches or pull requests

2 participants