Page 1 of 1

Recursive procedure

Posted: 17 Mar 2016, 12:27
by Myosotis
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.

Re: Recursive procedure

Posted: 19 Mar 2016, 00:08
by Jmgr
Could you provide me with a minimal script that reproduces the issue please?

You can post the content of the script within "Code" tags.