Sxit Posted March 16, 2015 Posted March 16, 2015 Using the autoit window info tool or using the macros @desktopwidth or @desktophieght gives me a resolution of 1600 x 900 when in fact I'm using a resolution of 1920 x 1080 is there anyway to correct this? it's making scripting extremely difficult.
Developers Jos Posted March 16, 2015 Developers Posted March 16, 2015 Using the autoit window info tool or using the macros @desktopwidth or @desktophieght gives me a resolution of 1600 x 900 when in fact I'm using a resolution of 1920 x 1080 is there anyway to correct this? it's making scripting extremely difficult. What about you show some more details on what you are seeing when ? Jos SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
Sxit Posted March 16, 2015 Author Posted March 16, 2015 here some screen shots of the window tool and the macros displaying improper resolution. https://plus.google.com/photos/116582567754238030621/albums/6126936540610724945?authkey=CIfhupyCg8DyXw
Xandy Posted March 16, 2015 Posted March 16, 2015 PATH OF EXILE!Seriously though that first (left) picture seems to have a 1600 rect outline on it. What's up with that? Human Male Programmer (-_-) Xandy About (^o^) Discord - Xandy Programmer MapIt (Tile world editor, Image Tile Extractor, and Game Maker)
Sxit Posted March 17, 2015 Author Posted March 17, 2015 Lol I'm glad you like PoE but yeah you can see where it thinks my resolution is.
Bert Posted March 17, 2015 Posted March 17, 2015 on the WIndow Info tool you can specify the coord mode. WHat is yours set to? Window, screen, or client? (Options>Coord Mode) The Vollatran project My blog: http://www.vollysinterestingshit.com/
Sxit Posted March 17, 2015 Author Posted March 17, 2015 I've tried all three but I suspect that the problem is deeper than the info tool considering the macros are also giving the wrong size. Can autoit detect resolutions larger than 1600x900? I feel like it totally can.
DocTorCoder Posted March 17, 2015 Posted March 17, 2015 I've tried all three but I suspect that the problem is deeper than the info tool considering the macros are also giving the wrong size. Can autoit detect resolutions larger than 1600x900? I feel like it totally can. Take a look at this,maybe will work! https://www.autoitscript.com/wiki/FAQ#How_can_I_get_the_screen_resolution_in_multiple_monitor_setups.3F DocTorCoder
Sxit Posted March 17, 2015 Author Posted March 17, 2015 Nope, still says 1600x900 but thanks for giving it a shot.
JohnOne Posted March 17, 2015 Posted March 17, 2015 You have any old video card drivers? delete them. AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans.
Sxit Posted March 17, 2015 Author Posted March 17, 2015 I don't think so? How would I know? My Nvidia software says it's up to date pretty sure that's all I have.
Sxit Posted March 17, 2015 Author Posted March 17, 2015 It's windows 8.1 and my screen is a multi touch so maybe...? idk. geforce 745m.
Sxit Posted March 17, 2015 Author Posted March 17, 2015 I found this. '?do=embed' frameborder='0' data-embedContent>> could this be the problem? I checked my screen scaling and there was no option to change it.
Sxit Posted March 18, 2015 Author Posted March 18, 2015 (edited) SLOVED IT! the problem was in fact windows 8.1 screen scaling. The white rectangle in the first screen shot I posted was showing what my resolution "looks like" After going into control panel>display I checked "let me choose one scaling for all displays" and then selected 100% autoit now displays the correct resolution. yay! Note to developers: please implement a way to detect the right resolution when using screen scaling. thanks for everyone's input. hopefully this will help others too. Edited March 18, 2015 by Sxit Xandy 1
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