Page 1 of 1

Some questions on using eValid during my monitoring runs

PostPosted: Mon Dec 12, 2022 11:32 am
by NancyF
Hello.

I'm running my monitoring runs starting them off from a bath invocation of eValid, but can I make the screen smaller or minimize it during the run?

Also, is there a way to automatically tell the eValid instance to die at the end of playback?

Thanks

Re: Some questions on using eValid during my monitoring runs

PostPosted: Tue Dec 13, 2022 11:07 am
by eValid
NancyF wrote:Hello.

I'm running my monitoring runs starting them off from a bath invocation of eValid, but can I make the screen smaller or minimize it during the run?

Also, is there a way to automatically tell the eValid instance to die at the end of playback?

Thanks


Good questions NancyF, there are commands for both.

To minimize the eValid browser during playback you put this command in the script file:

Minimize wid where wid is the number of the window (starting window is number 0 [zero]).

At the end of the script, you can use the command:

ExitNow or, if you like, anywhere in the script, you can issue the command: ExitAtEnd and eValid will shut down at the end.


-- eValid Support