-
Notifications
You must be signed in to change notification settings - Fork 13
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
Charms bar don't show up #8
Comments
The issue is because it’s trying to take the focus out of the window and putting itself as the current active element. If it doesn’t appear then it’s initializing itself. |
Another question: My system language is Chinese, so is this question related to the language? |
No, the Chinese language isn’t the reason. Initalization means that it needs to be activated again and requires to be slow and steady. |
This could be a multi-monitor issue. |
That's weird. I tested the program in another desktop PC and it worked fine. But it doesn't work in my laptop... |
I developed the program under 1600x900, this could possibly be why it’s offscreen. Is the resolution lower? |
Hmm. I can see that DPI scaling could be a problem for the program. I’ll see what I can do. |
You're right. It works fine on my laptop when it's 100% scaled. |
I’ll try to fix the DPI scaling problem as soon as possible. |
New update fixes DPI scaling. |
It can now work on my laptop, but it doesn't work fine, see the video. 22-05-49.mp4 |
Hmm… Flickering when items are moused over, I see. This could possibly be a rendering issue. I would love to try to patch this, but this would take me a while to figure out how to resolve this. |
I am having the same issue on my HP ProBook 650 G5 |
Charms Bar Port.zip |
It still flickers. |
Unfortunately, the bug may be impossible to fix. I am considering to outsource it to another C# WPF developer temporarily to patch the problem since this is beyond my knowledge to understand how to fix this problem. |
So any progress now? |
Unfortunately, no. I’m still looking for people who can help with the project since I’ve not been focusing for a week or so. |
I compiled this program with Visual Studio 2022 myself. When I ran this program on Windows 10 22H2 and tried to call up the Charms bar, it did not appear, but the current window has lost focus. What's the problem?
The text was updated successfully, but these errors were encountered: