Jump to content

Stupid question from a beginner maybe?


Kellyle
 Share

Go to solution Solved by water,

Recommended Posts

Welcome to AutoIt and the forum!

Can you please tell us what you try to achieve with imagesearch?

My UDFs and Tutorials:

Spoiler

UDFs:
Active Directory (NEW 2022-02-19 - Version 1.6.1.0) - Download - General Help & Support - Example Scripts - Wiki
ExcelChart (2017-07-21 - Version 0.4.0.1) - Download - General Help & Support - Example Scripts
OutlookEX (2021-11-16 - Version 1.7.0.0) - Download - General Help & Support - Example Scripts - Wiki
OutlookEX_GUI (2021-04-13 - Version 1.4.0.0) - Download
Outlook Tools (2019-07-22 - Version 0.6.0.0) - Download - General Help & Support - Wiki
PowerPoint (2021-08-31 - Version 1.5.0.0) - Download - General Help & Support - Example Scripts - Wiki
Task Scheduler (NEW 2022-07-28 - Version 1.6.0.1) - Download - General Help & Support - Wiki

Standard UDFs:
Excel - Example Scripts - Wiki
Word - Wiki

Tutorials:
ADO - Wiki
WebDriver - Wiki

 

Link to comment
Share on other sites

  • Solution

This >thread in the Example Scripts section should be a good starting point.

My UDFs and Tutorials:

Spoiler

UDFs:
Active Directory (NEW 2022-02-19 - Version 1.6.1.0) - Download - General Help & Support - Example Scripts - Wiki
ExcelChart (2017-07-21 - Version 0.4.0.1) - Download - General Help & Support - Example Scripts
OutlookEX (2021-11-16 - Version 1.7.0.0) - Download - General Help & Support - Example Scripts - Wiki
OutlookEX_GUI (2021-04-13 - Version 1.4.0.0) - Download
Outlook Tools (2019-07-22 - Version 0.6.0.0) - Download - General Help & Support - Wiki
PowerPoint (2021-08-31 - Version 1.5.0.0) - Download - General Help & Support - Example Scripts - Wiki
Task Scheduler (NEW 2022-07-28 - Version 1.6.0.1) - Download - General Help & Support - Wiki

Standard UDFs:
Excel - Example Scripts - Wiki
Word - Wiki

Tutorials:
ADO - Wiki
WebDriver - Wiki

 

Link to comment
Share on other sites

Thank you i was searching that thread but there seemed to be errors with the files so i tought there would be an updated file somewhere like an official repository  >_<

Thanks for ur time

What am i doing wrong here

#include <ImageSearch.au3>

HotKeySet("S", 'Start')

$X = 0
$Y = 0

Func Start()
   $Search = _ImageSearch('launch_1.bmp', 0, $X, $Y, 0)
   If $Search = 1 Then
      MouseMove($X, $Y,8)
   EndIf
EndFunc

while 1
   Sleep(215)
   WEnd

I press S and nothing happens

>"C:Program Files (x86)AutoIt3SciTE..autoit3.exe" /ErrorStdOut "C:UsersSushiDesktopFirstBScript.au3"
 
>Process failed to respond; forcing abrupt termination...
>Exit code: 1    Time: 32.110
 
I read the posts in the mentioned thread but i did not understand the solution he gave.
Edited by Kellyle
Link to comment
Share on other sites

I can't figure it out so i'm changing to pixel search instead but can anyone tell me how i were to randomize the click area, let's say

Instead of only clicking (0,0,123,123,0xD12345)

It would randomize the area of (123,123) by an amount of 1-3?

Edit: After reading the faq i understand i can use;

MouseClick("left",Random(0,@DesktopWidth,1),Random(0,@DesktopHeight,1))

Does this work on pixel search as well?

If yes can someone provide an example?

Edited by Kellyle
Link to comment
Share on other sites

  • Moderators

Kellyle,

 

i tought there would be an updated file somewhere like an official repository

Only the core AutoIt functions and the UDFs installed along with AutoIt in the Include folder are maintained by the AutoIt team - UDFs that are posted in the Examples section are maintained by the authors alone. :)

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

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...