Jump to content

Recommended Posts

Posted

Hi, all!

When I use this routine:

For $iii=1 To 4
     local $array = MouseGetPos()
     local $x = $array[0]
     local $y = $array[1]
     MouseClickDrag("left", $x, $y, $x, $y+2, 0)
   Next

if the mouse is on the bottom line of a window (for vertical resize), it do not run.

Any idea?

(*sorry for my bad english*)

Posted

Hi, all!

When I use this routine:

For $iii=1 To 4
 local $array = MouseGetPos()
 local $x = $array[0]
 local $y = $array[1]
 MouseClickDrag("left", $x, $y, $x, $y+2, 0)
 Next

if the mouse is on the bottom line of a window (for vertical resize), it do not run.

Any idea?

(*sorry for my bad english*)

It does work for me. XP SP3.
Serial port communications UDF Includes functions for binary transmission and reception.printing UDF Useful for graphs, forms, labels, reports etc.Add User Call Tips to SciTE for functions in UDFs not included with AutoIt and for your own scripts.Functions with parameters in OnEvent mode and for Hot Keys One function replaces GuiSetOnEvent, GuiCtrlSetOnEvent and HotKeySet.UDF IsConnected2 for notification of status of connected state of many urls or IPs, without slowing the script.
Posted (edited)

It does work for me. XP SP3.

I am on Win-7 ; problem is for step <4 (step = new_y - old_y)

I just tried on a XP virtual (with VirtualBox). Same problem for me.

And a little difference: on Win-7, the mouse tracking the window ; on XP the mouse do not tracking the window.

Edited by Michel Claveau

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...