Search found 2 matches

by Myosotis
23 Jun 2016, 12:58
Forum: Bug reports
Topic: timing offset
Replies: 0
Views: 3597

timing offset

Hi, I noticed that the durations for clics (Tab Common - Pause before/after) could be delayed for several milliseconds in some cases : - when I add comments - when I add other instructions (clics most of the time) after . I need very precise scripts : I use them to solve recurrent problems in video ...
by Myosotis
17 Mar 2016, 12:27
Forum: Bug reports
Topic: Recursive procedure
Replies: 1
Views: 3062

Recursive procedure

In the main program, when I find the image X, I call the procedure P. In P, I click on the image, wait for 30s and check for this image again. If found, I call P again.
The procedure P is called, and then X is still displayed. So P should be recalled, but it is not. The main program continues.