Rapid Posted December 9, 2014 Posted December 9, 2014 Hello, first I have to say im grateful for this program ive been using it for years now. [Question]: I'm having a problem with getting mouse coordinates. I use the AutoIt v3 Window info to get mouse coordinates in a chrome website. Now I want to get the coordinates of the screen (1920,1080) but the window info gives me the coordinates of the chrome region, so its not 1080. I dont know how to change it to make it look at the 1920 1080 screen and Ive tried in option to change coord mode to Screen but it still doesnt seem to work and focus on the window. Here's a picture '> You see the line there? It focus the inner window of chrome but I want it to focus on whole monitor screen... It used to work just fine a while ago.. but I just installed autoit again and it doesnt seem to do it . Thank you for your time !
jguinch Posted December 9, 2014 Posted December 9, 2014 I don't really understand what you're looking for... Maybe you should use @DesktopWidth and @DesktopHeight ? Spoiler Network configuration UDF, _DirGetSizeByExtension, _UninstallList Firefox ConfigurationArray multi-dimensions, Printer Management UDF
Rapid Posted December 9, 2014 Author Posted December 9, 2014 Hi thanks for your reply. The AutoIt v3 window info shows the coordinates of the window that I am in... the problem is it doesn't focus the WHOLE screen which is 1920 1080 and only focus on chrome which is 1920 955... I want it to focus on the whole screen to get the right coordinate...
Rapid Posted December 9, 2014 Author Posted December 9, 2014 Ok SOLVED I was looking at Window and Control tabs instead of Mouse. Thank you sir.
CygnusX1 Posted December 9, 2014 Posted December 9, 2014 (edited) Hello, I love this script. I didn't write it but I use it all the time. Hope it helps. Cygnus mouse.au3 Edited December 9, 2014 by CygnusX1 Cygnus
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