Jump to content

Recommended Posts

Posted

OK, Yes, the editor has a nice script recorder... works well at capturing mouse movement and all...

But is there such a thing that can generate a more...robust... script?

as in,for example:

ControlClick("Rate Calculator ", "", "[TEXT:Get A Quote; INSTANCE:10]")

and other, more "robust" actions that are not as tied down to screen rez/Absolute XY

Everseeker

Posted

What script recorder in the editor?

AU3Recorder (good for general desktop use, i.e. uses mouse* functions) and AutoItMacroGenerator (good for installation wizards etc. i.e. uses control* functions).

:)

Posted

didn't autoitv2 do this?

ScriptWriter aka AU3Recorder existed in Autoit2. I have no knowledge of AutoItMacroGenerator existing then.
Posted

What recorder? I Googled it and see there is such a thing but I don't find it anywhere in my Editor?

I have used recorders before and sometimes it's just good to see what the recorder thinks something is called.

Thanks.

Cygnus

Cygnus

Posted

What recorder? I Googled it and see there is such a thing but I don't find it anywhere in my Editor?

Sorry, I thought Scite4AutoIt3 (full package) was the editor in question. It contains both recorders.
  • 3 weeks later...
Posted (edited)

What recorder? I Googled it and see there is such a thing but I don't find it anywhere in my Editor?

I have used recorders before and sometimes it's just good to see what the recorder thinks something is called.

Thanks.

Cygnus

look here

C:\Program Files\AutoIt3\SciTE\AutoItMacroGenerator

(If you do not have this location, download and install the FULL SciTE package.)

It has both recorders

And yes, the second one (The Macro Generator) DOES indeed record controls, NOT just X & Y locations.

It Ain't pretty, but it works!

Edited by everseeker

Everseeker

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