-
Notifications
You must be signed in to change notification settings - Fork 171
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
App bad understand what app I want to open #52
Comments
Does it work this way every time? Did you change the DPI settings when the program was already running? Did you by any chance change DPI Awareness settings in the .exe file properties? |
|
I tested now on many DPI variations, and the program seems to detect and auto-switch it for me with no problem. Unfortunately, I will need a debug log from you.
Then start Windows11DragAndDropToTaskbarFix.exe using the commandline, by typing:
More detailed guide how to do is, is for example available here: https://www.wikihow.com/Run-an-EXE-File-From-Command-Prompt After that please drag and drop for few seconds and quit the program. Then upload the win11fix_log.txt file here. I'm mostly interested in a line saying:
But the whole log would be a nice thing to check. |
This command dont save to file output (just blank file is created) |
Sorry, seems like something doesn't work with the log file when the program creates a custom console window. I added a Could you please download: https://we.tl/t-U0zywMHZVI
I also added some extra logging to the In worst case, I guess I could add the custom DPI scale configuration variable to the config file, so you could set what you need to fix this problem? This could work when you're not using multiple screens. |
About DPI scale configuration I think it will be great, but better if application can determinate automatically settings and adjust it. |
Thanks for the log. Yes, it should already automatically detect the DPI scale in function Update_Pseudo_DPI_Scale(). From your log, the interesting entries are:
It seems like the monitor resolution is the same as the current logical resolution, therefore the DPI scale is detected as 1.0. I don't exactly remember how this calculation works, but normally these numbers should differ. Are you 100% sure that you didn't tweak DPI settings for this program manually in file properties, or somewhere else? I know that you wrote that you didn't, but I just want to confirm it. Maybe quitting the program and then copying and pasting to a different folder is something worth to try, since It would most likely reset custom settings if any of them were set by the user or System itself. EDIT: |
For me it looks this way:
So for you the program runs as DPI Aware. Please click with the right mouse button on Windows11DragAndDropToTaskbarFix.exe, then More Options -> "Properties". |
I changed this setting, the same. Video: video.2022-01-21.17-08-24-835.mp4In video you can see that draging on first 2 apps works fine, but next with bugs, the same if I start to drag on first 2 apps from end. |
I think this XPExplorer app is responsible for these problems. It must have tweaked some registry keys. Have you tried to change settings in it? Generally all configurations I tested get DPI normally detected. I'm unable to reproduce this issue at all. |
Hey @DanRotaru. Have you tried anything new in order to solve this problem? I think I also forgot to ask the basic question: Did you test how it behaves with 100% windows scaling? I suppose it works fine then, but just want to confirm that it's not the timing problem in the config. |
Yes, when I'm using 100% windows scalling all works great, so, this is problem. video.2022-01-26.11-26-57-482.mp4In logs |
Even if I use 125% scaling, logs, so it's caused by XPExplorer. Logs |
@DanRotaru So you're able to use the program correctly at 125% scale right now? Shutting XPExplorer helped? |
Oh, I understand now. That's strange that Windows does such thing. The DPI value is only used in the program for the I'll see what can be done but I don't promise anything. There's so many things possible to break while implementing this option. |
i have the exact same issue, using a 17 inch laptop 1920x1080 with scale 100% |
Bro, just update your OS, is not actual more), windows natively adds support for drag over taskbar, just update it =) |
sorry, i just tried to restart my laptop and it worked fine, i'm new, it is working good now, thank you |
video.2022-01-20.00-49-31-243.mp4
Windows 11 with 125% windows scalling
App ver. 2.2.0.0
The text was updated successfully, but these errors were encountered: