Sujet : Re: Is Programming Obsolete?
De : ldo (at) *nospam* nz.invalid (Lawrence D'Oliveiro)
Groupes : comp.miscDate : 09. Apr 2024, 02:48:33
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <uv26ph$3r9k2$2@dont-email.me>
References : 1 2 3 4 5 6
User-Agent : Pan/0.155 (Kherson; fc5a80b8)
On Tue, 9 Apr 2024 00:59:10 -0000 (UTC), Rich wrote:
None of which is AutoHotKey's fault.
My point exactly.
All of which is directly caused by
the GUI not ever having been intended to ever be automated in any way.
My point exactly.
My complaint, however, was with the syntax irregularities of the
AutoHotKey script language.
OK, so that looks weird as well. My double condolences. ;)
Maybe their 'recording' part inserts delays equal to what
time it took the user to move/click through things, which would, for the
most part, create an appearance of working most of the time.
That may very well work, if you are repeating a set of GUI actions
exactly. But how often would you, for example, perform the same set of
edits on the same file? You will more likely want to repeat the actions on
a set of files, one after the other. And like it or not, that gets into
actual programming, with variables and loops and all the rest of it.
And this programming is trying to automate something (a GUI) which was
never designed to be automated.