Page 1 of 1

Monitoring Mode

PostPosted: Mon Feb 07, 2011 4:33 pm
by metrob
Can an eValid script in "monitoring mode" save an image of the final screen automatically? With an error or without?

Re: Monitoring Mode

PostPosted: Mon Feb 07, 2011 5:29 pm
by eValid
metrob wrote:Can an eValid script in "monitoring mode" save an image of the final screen automatically? With an error or without?

Yes it can.

First, if you want to do this based on an ERROR condition, then you need to set up an OnErrorGoScript command to take you to a script that is only executed when there is a ERROR. Otherwise you can put the required commands right in your main script.

The commands to use are SaveWindow and SaveWindowFace and they will write into your current working area -- the working area for your script playback logs.

eValid Support