-
Notifications
You must be signed in to change notification settings - Fork 170
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 with DetectKnownPixelColorsToPreventAccidentalEvents #35
Comments
Hi, I'm happy that you like the fix!
EDIT: Opps, I read wrongly. I'll think about it, but hitting "ENTER" in the popup also isn't that problematic. By the "app stops working" do you mean the program crashes / terminates, or simply the drag and drop doesn't work as should? Could you please try the following steps and tell me if it changes anything?
Maybe there was some option which decides about displaying the "error icon" unchecked. We will see :) |
@boromyr Any update on this issue? |
Sorry, I didn't have time to reply. In the meantime, if someone has the same problem can report it here to understand if it's really a bug or a problem of mine |
No worries, thanks for replying back. Can you tell me, when you're dragging a file, and it's on the taskbar icon, can you see a small icon under the mouse, which looks like a white paper and a stop sign on it? It is supposed to look like this: https://i.redd.it/q1b7dpv1gjb71.jpg Also, as in my previous question: do you mean that the program crashes (closes itself) or just dragging doesn't work? |
The process continues to run normally, but drag and drop doesn't work, the behavior is as follows:
|
Yes, I see what the problem is. Your icon looks differently than the default one in Windows 11. As you can see, you get the "stop" symbol on the right from the mouse cursor. It doesn't look like the one on Windows 11: https://i.redd.it/q1b7dpv1gjb71.jpg So Can you please tell me what modifications did you use to change this icon? |
I use a custom .msstyle "Matte" theme downloaded from DeviantArt, but I had already tried with the default Windows 11 theme before opening this thread. The stop symbol still shows up when I drag the icon to the empty taskbar, though a little different graphically. |
I know that the stop symbol shows up for you, but it's in a different position than Windows 11 default.
Lines 1795 to 1809 in 11c8c7c
It searches for pixels above 14-31 (it depends on different DPI scaling settings) to find: white, white, white, red color. Then there is 99.9% of chance that the error stop icon is shown on Windows default theme. When you're using a different system theme that changed the look / position of this error icon, then So in your case it's best to set I was thinking about auto-disabling |
Absolutely correct, understood the problem, so we could add to the command description: "not compatible with custom skin modifications", or something like that. So if other users experience the same issue, they can disable Thank you very much for your help!!!! |
Good idea for the description thing. I hoped that it could be somehow programmatically detected, though. Maybe I could use a cookie file instead, in the Temp folder. So my idea is the following: When
So in short: if these pixels were ever detected correctly, then use this feature, otherwise keep it "disabled" until it's detected for the first time. Does that make any sense? Or better to simply force people to configure it manually? Hmm... |
Hi @boromyr
This feature has been added in ver. 2.1.0.0. You can enable it by setting:
I added the information about the custom skins / themes to the main page. For now it should be enough. Greetings. |
Thanks!!!! Sorry I've been a little busy, as soon as I can, I'll explore the new features! |
I'll close this issue for now :) Hopefully nobody else experiences such problems. I'll be still thinking about the solution for it (to automatically detect custom themes), but to be honest I'm not sure if it's worth to focus so much on this program, if in 10 months it won't longer be needed. |
Hi,
Thanks for this great app that I've been using for a while now.
With the latest version V2.0.0 the app stops working if I enable DetectKnownPixelColorsToPreventAccidentalEvents.
I tried starting the app from a new location and with the default settings, after closing all programs with KillEmAll to make sure to eliminate any conflicts with other apps. Only the NOD32 antivirus remains open, which I don't think can interfere.
Mini FR: is it possible to eliminate the popup warning of configuration file modification and set the automatic reload?
Thank you.
The text was updated successfully, but these errors were encountered: