redrum Posted January 4, 2010 Posted January 4, 2010 Hello, Issue I can't find answer to on Forum: When I position mouse using coordinates read out from Win Info Tool, mouse is positioned incorrectly in the Y axis. I then (as a test) positioned the cursor to (0,0) and to ("window max X", "window max Y")- using the window size. Positioning was correct for X but did not go all the way down to the corner in Y, so it appears that my scaling is off somehow in Y positioning. Can anyone give me a suggestion on solving this? I am trying to use the Win Info tool readout to select the corrdinates for positioning the cursor for clicking. Thanks, Doug
somdcomputerguy Posted January 4, 2010 Posted January 4, 2010 Maybe this helps PixelCoordMode (Option) - Bruce /*somdcomputerguy */ If you change the way you look at things, the things you look at change.
redrum Posted January 4, 2010 Author Posted January 4, 2010 I have used the Coordinate option and believe I have it set correctly.
PhilHibbs Posted January 4, 2010 Posted January 4, 2010 Maybe this helps PixelCoordMode (Option)Shouldn't that be AutoItSetOption("PixelCoordMode",Option)?
tlman12 Posted January 5, 2010 Posted January 5, 2010 if your building a macro you could use AU3Recorder built into scite to record every mouse click including which windows your clicking in.
Sobiech Posted January 5, 2010 Posted January 5, 2010 Hello,Issue I can't find answer to on Forum:When I position mouse using coordinates read out from Win Info Tool, mouse is positioned incorrectly in the Y axis. I then (as a test) positioned the cursor to (0,0) and to ("window max X", "window max Y")- using the window size. Positioning was correct for X but did not go all the way down to the corner in Y, so it appears that my scaling is off somehow in Y positioning.Can anyone give me a suggestion on solving this?I am trying to use the Win Info tool readout to select the corrdinates for positioning the cursor for clicking.Thanks,DougMaybe you have wrong settings of getting coords with autoit window info (Mouse coord -> etc.) This world is crazy
somdcomputerguy Posted January 5, 2010 Posted January 5, 2010 Maybe this helps PixelCoordMode (Option)Maybe you have wrong settings of getting coords with autoit window info (Mouse coord -> etc.)Oops. I did mean to suggest MouseCoordMode not PixelCoordMode.. - Bruce /*somdcomputerguy */ If you change the way you look at things, the things you look at change.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now