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

UI not responsive when some app does not respond to SendMessage #6

Closed
Capital-Z opened this issue Nov 28, 2022 · 2 comments
Closed
Labels
bug Something isn't working released

Comments

@Capital-Z
Copy link

For example SendMessage line in the code:
WndAndApp.GetWindowIcon()
{
...
...SendMessageA(hwnd, WM_GETICON
...
}
freezes the bar when the app corresponding to the hwnd is being debugged.
Not very "programmer friendly" :).

Note: There are probably many ways to work around this, e.g. SendMessageTimeout() Windows API comes to mind.

@adamecr adamecr added bug Something isn't working finalizing To finish testing and documentation labels Nov 29, 2022
@adamecr
Copy link
Owner

adamecr commented Nov 29, 2022

Added timeout for WM_GETICON request. The fix will be a part of the next release

@adamecr adamecr added released and removed finalizing To finish testing and documentation labels Dec 21, 2022
@adamecr
Copy link
Owner

adamecr commented Dec 21, 2022

Fix released with Version 2.1.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working released
Projects
None yet
Development

No branches or pull requests

2 participants