Search found 9 matches

by lennyli
05 Nov 2020, 21:21
Forum: Ask for Help (v1)
Topic: Script suddenly cannot continue, maybe due to OVERLOAD?
Replies: 1
Views: 187

Script suddenly cannot continue, maybe due to OVERLOAD?

I have written .NET program to generate keystrokes for Autohotkey to operate a voice playback software. It repeats many key strokes to make the voice player save different date/time to files. I noted that usually after the script run for awhile, the icons in the file open/save dialog in Windows 10 c...
by lennyli
26 Jun 2017, 22:15
Forum: Ask for Help (v1)
Topic: AutoHotKey Script suddenly stopped
Replies: 6
Views: 1091

Re: AutoHotKey Script suddenly stopped

However, your suggestion to use control commands cannot explain why the autohotkey script will stop in the middle of running.
by lennyli
26 Jun 2017, 21:57
Forum: Ask for Help (v1)
Topic: AutoHotKey Script suddenly stopped
Replies: 6
Views: 1091

Re: AutoHotKey Script suddenly stopped

Thanks for your reply
by lennyli
26 Jun 2017, 02:01
Forum: Ask for Help (v1)
Topic: AutoHotKey Script suddenly stopped
Replies: 6
Views: 1091

Re: AutoHotKey Script suddenly stopped

The script looks something like this: (a shorten version) ; DTI Instruction for AudoHotKey to run simulating user input on FTR Gold Sound Clipper at 25/05/2017 14:59:15 Run, C:\Program Files (x86)\FTR\ForTheRecord\TheRecordPlayer.exe WinWait, TheRecord Player ;=======================================...
by lennyli
23 Jun 2017, 02:32
Forum: Ask for Help (v1)
Topic: AutoHotKey Script suddenly stopped
Replies: 6
Views: 1091

AutoHotKey Script suddenly stopped

Hi I wrote a console application that will generate a list of commands for auto hot key to press keys on a specific voice recording program. The amount of instruction is high because our goal is to automate this task for our daily data processing. All it is doing is to open some calculated time and ...
by lennyli
23 May 2017, 02:31
Forum: Ask for Help (v1)
Topic: Autohotkey input random alphanumeric characters and halted suddenly
Replies: 1
Views: 395

Re: Autohotkey input random alphanumeric characters and halted suddenly

In recent tests, we didn't see the script input a long bunch of random characters anymore, but our .ahk instruction file has typically 7000 lines of instructions that repeat similar key strokes but inputting different numerical values to the software we launched. Even without touching the computer o...
by lennyli
19 May 2017, 03:14
Forum: Ask for Help (v1)
Topic: Autohotkey input random alphanumeric characters and halted suddenly
Replies: 1
Views: 345

Re: Autohotkey input random alphanumeric characters and halted suddenly

On a different situation, we saw the script halted half way into the activities, this time in a file open dialog box when it should have input the full URL with IP address, we only saw the beginning of "10." We need to track where it stopped in the .ahk file and edit it to manually restart the proce...
by lennyli
18 May 2017, 01:18
Forum: Ask for Help (v1)
Topic: Autohotkey input random alphanumeric characters and halted suddenly
Replies: 1
Views: 395

Autohotkey input random alphanumeric characters and halted suddenly

Hi, we created a script that has the below instruction for the first part: Run, C:\Program Files\FTR\ForTheRecord\TheRecordPlayer.exe Sleep, 2000 Sleep, 2000 send,{tab 11}{space} ;click file open button Sleep, 1000 send,{tab 6}{space} ;click the other button in file dialog WinWaitActive, Open other....
by lennyli
18 May 2017, 01:18
Forum: Ask for Help (v1)
Topic: Autohotkey input random alphanumeric characters and halted suddenly
Replies: 1
Views: 345

Autohotkey input random alphanumeric characters and halted suddenly

Hi, we created a script that has the below instruction for the first part: Run, C:\Program Files\FTR\ForTheRecord\TheRecordPlayer.exe Sleep, 2000 Sleep, 2000 send,{tab 11}{space} ;click file open button Sleep, 1000 send,{tab 6}{space} ;click the other button in file dialog WinWaitActive, Open other....

Go to advanced search