Jump to content

AutoWriter....


CyberSlug
 Share

Recommended Posts

Goal: Use AutoIt to create something like Larry's Script Writer... but I want ControlClicks instead of MouseClicks when possible....

Disclaimer: This is just idea code. I don't intend to work on this project--famous last words, right?--as I want to resume AutoBuilder coding.

Feel free to improve this code :idiot: You can take ideas from "CloneWinUtil.au" included in the latest AutoBuilder download in order to figure out things like ControlCommand(...,"UnCheck","")

Sample output:

#include "AutoWriterInc.au3"
;;;----- START 22:53:27-----;;;
_WaitForWin("Calculator");22:53:28
MouseClick("left",209,105,1, 0);22:53:29;
ControlClick("Calculator", "", "Button7") ;1
ControlClick("Calculator", "", "Button11") ;2
ControlClick("Calculator", "", "Button15") ;3
ControlClick("Calculator", "", "Button6") ;4
ControlClick("Calculator", "", "Button10") ;5
ControlClick("Calculator", "", "Button14") ;6
ControlClick("Calculator", "", "Button5") ;7
ControlClick("Calculator", "", "Button9") ;8
ControlClick("Calculator", "", "Button13") ;9

AutoWriter.zip

Use Mozilla | Take a look at My Disorganized AutoIt stuff | Very very old: AutoBuilder 11 Jan 2005 prototype I need to update my sig!
Link to comment
Share on other sites

upcoming AutoItMacroGenerator V 0.2

--------------------------------------------

-support of all new Au3_spy versions (including all betas)

-keyboard support (e.g. to change a Path in an installer)

-support for starting Programs with parameters

-compatibility with "Scite4Autoit3" (see Scite4Autoit3 inclusion of AutoMacroGenerator)

-a optimized GUI

-detection of all controls that AutoIt currently supports (incl. beta versions)

-some code optimizations and bugfixes

AutoItMacroGenerator on my Homepage (Link 2)

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