07-27-2019, 05:23 PM
Hi,
I'm new with quick macros and need some assistance. I'm having a problem on detecting the specific location of pixel/colour. It's a progress bar. I wanted it to detect the colour/pixel at 70% then do some action. My problem was QM always detect at 1% of the colour/pixel. Please advise.
My macro example :
Macro Macro2
Thanks in advance.
I'm new with quick macros and need some assistance. I'm having a problem on detecting the specific location of pixel/colour. It's a progress bar. I wanted it to detect the colour/pixel at 70% then do some action. My problem was QM always detect at 1% of the colour/pixel. Please advise.
My macro example :
Macro Macro2
int w=win("NoxPlayer" "Qt5QWindowIcon")
if(scan("color:0xDBAD9B" w 0 16))
,goto suicide
Thanks in advance.