russell 0 Posted September 22, 2010 Ok so when doin a pixel search in a windows that's open i use the Autoit Window Info tool to find the placement of the search area. What i run into is the cords it gives me are totally wrong. It looks in a totally far different spot. So i use the window info tool agin and select coord mode window. This is far closer but still off. What am i doing wrong? muppet hands are so soft :) Share this post Link to post Share on other sites
russell 0 Posted September 22, 2010 Correction, it searched the whole desktop instead of the window for the pixel search. So i guess i need to know how to issue a pixle search to a field inside an active window. muppet hands are so soft :) Share this post Link to post Share on other sites
Dreu 0 Posted September 23, 2010 Opt("PixelCoordMode", 2) Share this post Link to post Share on other sites
russell 0 Posted September 23, 2010 ok so i tried the Opt ("PixelCoordMode",2) with no luck. I put it at the top of the script. Looking at other scripts i found Opt("MouseCoordMode",0) worked. I have no clue what either is and would love if someout could explain "the help doesnt really help on that matter". But i notice when the window changes names the script stops and i had to make my first script start a second that used the Opt("MouseCoordMode",0) command agin. Anyway i would love to better understand these and be able to join the two scripts if possable. Thanks muppet hands are so soft :) Share this post Link to post Share on other sites