Jump to content

Does Autoit always use your cursor? (new to this)


Recommended Posts

Hey so basically im very knew it autoit, iv been watching guides on youtube just following along with people making simple stuff using autoit (doing it so i can learn/play around with how the functions and stuff work). Anyways while iv been doing pretty well making very simple stuff and learning along the way i noticed Autoit always takes control of my courser and was wondering if there was a around it, instead of using my courser move to a certain section of the screen then double click to open a program on the desktop, it would instead just issue a double click command onto the desktop in the position you have set.

Link to comment
Share on other sites

@redman12
If your question was meaning "Does AutoIt need to use the Mouse to control some stuffs?", then, the answer is no.

You can automate your stuffs using Control*, Win*, UI Automation functions, which are surely more reliable than Mouse* ones, since you can work with non-relative mouse positions, but directly with handles and windows :)

Click here to see my signature:

Spoiler

ALWAYS GOOD TO READ:

 

Link to comment
Share on other sites

thanks man, is there a guide or pref a youtube video showing how to use the feature/in action? also just to clarify i mean something like if i had a script written to right clikc and open a program as admin, and the program was on my 2nd screen. but on my first screen ill be doing something else, when i run the script it uses my cursor to move to the point i set, to right click then  to left click the next point i set, meanwhile i can use my mouse or else it will interfere witht the script

Link to comment
Share on other sites

Your best friend isn't Youtube but AutoIt help!

This wonderful site allows debugging and testing regular expressions (many flavors available). An absolute must have in your bookmarks.
Another excellent RegExp tutorial. Don't forget downloading your copy of up-to-date pcretest.exe and pcregrep.exe here
RegExp tutorial: enough to get started
PCRE v8.33 regexp documentation latest available release and currently implemented in AutoIt beta.

SQLitespeed is another feature-rich premier SQLite manager (includes import/export). Well worth a try.
SQLite Expert (freeware Personal Edition or payware Pro version) is a very useful SQLite database manager.
An excellent eBook covering almost every aspect of SQLite3: a must-read for anyone doing serious work.
SQL tutorial (covers "generic" SQL, but most of it applies to SQLite as well)
A work-in-progress SQLite3 tutorial. Don't miss other LxyzTHW pages!
SQLite official website with full documentation (may be newer than the SQLite library that comes standard with AutoIt)

Link to comment
Share on other sites

i think im supposed to use control click but i keep getting an error: http://prntscr.com/mu8px8 
the place im trying to make it left click on the program doesnt have a Control ID : http://prntscr.com/mu8qxl

i just want it so it left clicks a certain place but without using mouseclick, so i can do other things like browse the web. any information on that will be very helpful

Link to comment
Share on other sites

  • Moderators

redman12,

Welcome to the AutoIt forums.

Looking at the title of that GUI ("Eradication X Reborn") it looks like you are trying to automate a game. So you appear to have missed the Forum rules on your way in. Please read them now - particularly the bit about not discussing game automation - and then you will understand why you will get no help and this thread will now be locked.

See you soon with a legitimate question I hope.

M23

 

Public_Domain.png.2d871819fcb9957cf44f4514551a2935.png Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind

Open spoiler to see my UDFs:

Spoiler

ArrayMultiColSort ---- Sort arrays on multiple columns
ChooseFileFolder ---- Single and multiple selections from specified path treeview listing
Date_Time_Convert -- Easily convert date/time formats, including the language used
ExtMsgBox --------- A highly customisable replacement for MsgBox
GUIExtender -------- Extend and retract multiple sections within a GUI
GUIFrame ---------- Subdivide GUIs into many adjustable frames
GUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView items
GUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeView
Marquee ----------- Scrolling tickertape GUIs
NoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxes
Notify ------------- Small notifications on the edge of the display
Scrollbars ----------Automatically sized scrollbars with a single command
StringSize ---------- Automatically size controls to fit text
Toast -------------- Small GUIs which pop out of the notification area

 

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
 Share

  • Recently Browsing   0 members

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