Search found 11 matches

by cnahk
03 Sep 2018, 13:07
Forum: Ask for Help (v1)
Topic: Color detection doesn't work with AHK 1.1
Replies: 2
Views: 1086

Re: Color detection doesn't work with AHK 1.1

In case you are still wondering, I found the solution: it's a high DPI issue. I'm running several displays at 4K and 2K, so I have to go to AutoHotKey.exe properties and check "Override high DPI scaling behavior: Application" and now detection works flawlessly in v1.1
by cnahk
03 Sep 2018, 13:05
Forum: Ask for Help (v1)
Topic: Window Spy color and pixelgetcolor issue with second monitor Topic is solved
Replies: 8
Views: 3660

Re: Window Spy color and pixelgetcolor issue with second monitor Topic is solved

Found the solution... it's a high DPI issue. I'm running several displays at 4K and 2K, so I have to go to AutoHotKey.exe properties and check "Override high DPI scaling behavior: Application" and now everything works flawlessly in v1.1
by cnahk
03 Sep 2018, 11:37
Forum: Ask for Help (v1)
Topic: Window Spy color and pixelgetcolor issue with second monitor Topic is solved
Replies: 8
Views: 3660

Re: Window Spy color and pixelgetcolor issue with second monitor Topic is solved

Update: I installed version 1.04805 and the color detection works flawlessly! I guess there's something wrong going on with 1.1 and my system?

Either I find a fix and stay in 1.1 or roll back to 1.0 and change all my coordinates (there are tons to check), as they are no longer the same in 1.0
by cnahk
03 Sep 2018, 10:34
Forum: Ask for Help (v1)
Topic: Color detection doesn't work with AHK 1.1
Replies: 2
Views: 1086

Re: Color detection doesn't work with AHK 1.1

Hey Diego, I'm having the exact same issue! Did you find a solution?
by cnahk
03 Sep 2018, 10:31
Forum: Ask for Help (v1)
Topic: Window Spy color and pixelgetcolor issue with second monitor Topic is solved
Replies: 8
Views: 3660

Re: Window Spy color and pixelgetcolor issue with second monitor Topic is solved

The curious thing is I get 0000000 only in the top right corner of my third monitor, I have no idea why! So, main display works! 2nd display shows all white (FFFFFFFF) 3rd display shows all white and a small portion of black (00000000) at the top right corner. Found another user with the same issue ...
by cnahk
03 Sep 2018, 10:23
Forum: Ask for Help (v1)
Topic: Window Spy color and pixelgetcolor issue with second monitor Topic is solved
Replies: 8
Views: 3660

Re: Window Spy color and pixelgetcolor issue with second monitor Topic is solved

mmm ... now i'm at work and can't help you ... you check "Follow Mouse" of WIndows Spy ? i make this stupid workaround for have color at screen coordinates .. it's Italian languages ;) !^BS:: ; Trova colore alle coordinate indicate InputBox, XXX, XXX InputBox, YYY, YYY Sleep 100 PixelGetColor, Res,...
by cnahk
31 Aug 2018, 11:13
Forum: Ask for Help (v1)
Topic: Loop with increments 1a, 1b, 1c, 2a, 2b, 2c, 3a etc
Replies: 5
Views: 1560

Re: Loop with increments 1a, 1b, 1c, 2a, 2b, 2c, 3a etc

Issue solved thanks to your very helpful replies. What a great community! Thank you very much :)
by cnahk
30 Aug 2018, 22:10
Forum: Ask for Help (v1)
Topic: Loop with increments 1a, 1b, 1c, 2a, 2b, 2c, 3a etc
Replies: 5
Views: 1560

Re: Loop with increments 1a, 1b, 1c, 2a, 2b, 2c, 3a etc

You guys are awesome, thanks for that!

Is it possible to start the loop from a different number than 1, say 150a 150b 150c, etc etc until 500 ?
by cnahk
30 Aug 2018, 21:51
Forum: Ask for Help (v1)
Topic: Loop with increments 1a, 1b, 1c, 2a, 2b, 2c, 3a etc
Replies: 5
Views: 1560

Loop with increments 1a, 1b, 1c, 2a, 2b, 2c, 3a etc

Hello, I need to loop the following: #!F11:: CoordMode, Mouse, Window MouseGetPos, StartX, StartY IfwinExist, ahk_exe abc.exe WinActivate, ahk_exe abc.exe WinwaitActive, ahk_exe abc.exe // loop Click 2400, 1321 Send {down} Click 3312, 1321 Send %NUMBER% // loop Where %NUMBER% must be the following n...
by cnahk
29 Aug 2018, 05:36
Forum: Ask for Help (v1)
Topic: Window Spy color and pixelgetcolor issue with second monitor Topic is solved
Replies: 8
Views: 3660

Re: Window Spy color and pixelgetcolor issue with second monitor Topic is solved

Try to "activate" the window before, search for the color and after use it. Of course you need to change CoordMode to Screen or ... use ControlClick with "window" internal coords and window "name" ps. I also use two monitor and have no problem Thanks but still not working here. With CoordMode to Sc...
by cnahk
26 Aug 2018, 13:39
Forum: Ask for Help (v1)
Topic: Window Spy color and pixelgetcolor issue with second monitor Topic is solved
Replies: 8
Views: 3660

Window Spy color and pixelgetcolor issue with second monitor Topic is solved

Hello,

I'm having this issue where Window Spy color can't detect any color in my second monitor, it's fixed in FFFFFF (white). Same deal with pixelgetcolor, it doesn't detect any colors in my second monitor.

Any ideas?

I'm on Windows 10 Pro 64bit, latest AHK version available.

Thanks in advance

Go to advanced search