Jump to content

quick help ;P


Recommended Posts

yeah what was the opt("clickmousedelay, 10") like

add delay for the clicking i forgot the command..

so some nice guy answers this simple question :)

Have you tried the extreme measure of looking in the help?
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.
Link to comment
Share on other sites

yeah what was the opt("clickmousedelay, 10") like

add delay for the clicking i forgot the command..

so some nice guy answers this simple question :(

Right smack dab in the help file:

Opt("MouseClickDelay", 10) ;10 milliseconds

And fromt he help file:

MouseClickDelay Alters the length of the brief pause in between mouse clicks.
MouseClickDownDelay Alters the length a click is held down before release.
MouseClickDragDelay Alters the length of the brief pause at the start and end of a mouse drag operation.

And options:

Opt("MouseClickDelay", 10) ;10 milliseconds

Opt("MouseClickDownDelay", 10) ;10 milliseconds

Opt("MouseClickDragDelay", 250) ;250 milliseconds

Kinda hard to miss that :)

-_-------__--_-_-____---_-_--_-__-__-_ ^^€ñ†®øÞÿ ë×阮§ wï†høµ† ƒë@®, wï†høµ† †ïmë, @ñd wï†høµ† @ †ïmïdï†ÿ ƒø® !ïƒë. €×阮 ñø†, bµ† ïñ§†ë@d wï†hïñ, ñ@ÿ, †h®øµghøµ† †hë 맧ëñ§ë øƒ !ïƒë.

Link to comment
Share on other sites

Right smack dab in the help file:

And fromt he help file:

MouseClickDelay Alters the length of the brief pause in between mouse clicks.
MouseClickDownDelay Alters the length a click is held down before release.
MouseClickDragDelay Alters the length of the brief pause at the start and end of a mouse drag operation.

And options:

Kinda hard to miss that :)

thanks that was exatly what i was looking!
Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...