Kore Posted January 26, 2014 Posted January 26, 2014 Is it possible to use "mousedrag" on two windows at the same time? Or is it only one window at a time as there is only one mouse.
orbs Posted January 26, 2014 Posted January 26, 2014 @Kidney, the guy asked for a "Simple yes or no answer..", why do you have to make it so complicated? btw the answer is "yes". @Kore, judging by your previous threads, i believe you can figure it out quite easily. Signature - my forum contributions: Spoiler UDF: LFN - support for long file names (over 260 characters) InputImpose - impose valid characters in an input control TimeConvert - convert UTC to/from local time and/or reformat the string representation AMF - accept multiple files from Windows Explorer context menu DateDuration - literal description of the difference between given dates Apps: Touch - set the "modified" timestamp of a file to current time Show For Files - tray menu to show/hide files extensions, hidden & system files, and selection checkboxes SPDiff - Single-Pane Text Diff
Kore Posted January 26, 2014 Author Posted January 26, 2014 thx just was wondering if it was possible or not. I will try some methods.
jdelaney Posted January 26, 2014 Posted January 26, 2014 No. You can only do one action at one time. So even if the 2 windows move, they will never move at the same time...maybe within a millisecond or 2, but never at the same time. winmove IEbyXPATH-Grab IE DOM objects by XPATH IEscriptRecord-Makings of an IE script recorder ExcelFromXML-Create Excel docs without excel installed GetAllWindowControls-Output all control data on a given window.
Palestinian Posted January 26, 2014 Posted January 26, 2014 Because a 1 or 2 milliseconds count as "not at the exact same time" for a human being, right? should've sticked to a simple No
jdelaney Posted January 26, 2014 Posted January 26, 2014 (edited) I have no idea what you just said. It's impossible, with autoit, to do 2 actions at once; so I stand by my answer. Edited January 26, 2014 by jdelaney IEbyXPATH-Grab IE DOM objects by XPATH IEscriptRecord-Makings of an IE script recorder ExcelFromXML-Create Excel docs without excel installed GetAllWindowControls-Output all control data on a given window.
tarretarretarre Posted January 27, 2014 Posted January 27, 2014 yes.bat: @echo off start mousedrag1.exe start mousedrag1.exe mousedrag.exe MouseClickDrag ( "button", x1, y1, x2, y2 [, speed = 10] ) you cant get any faster i guess Socket-IO - An event-driven TCP UDF (Realtime chat example) AutoIt-API-WS - An expressive HTTP server you can use to build your own API with (Screenshots)
JohnOne Posted January 27, 2014 Posted January 27, 2014 You have to remember that you only have 1 mouse cursor, so regardless off this lol thread the answer is of course, no. Alexxander 1 AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans.
AlmarM Posted January 27, 2014 Posted January 27, 2014 Mathematically it's possible to calculate different values in just 1 operation. This is called SIMD. Though this is not what you need, it's still interesting. Minesweeper A minesweeper game created in autoit, source available. _Mouse_UDF An UDF for registering functions to mouse events, made in pure autoit. 2D Hitbox Editor A 2D hitbox editor for quick creation of 2D sphere and rectangle hitboxes.
JohnOne Posted January 27, 2014 Posted January 27, 2014 I'm just waiting for AutoItQ to be released. The Q being Quantum AlmarM 1 AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans.
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