Page 1 of 1

Can eValid de-focus on a particular area of a page

PostPosted: Mon Jan 24, 2022 6:19 am
by RobertG
Morning.

Does eValid have a way to de-focus a page?

Please explain any eValid commands used in my question.

Thanks in advance.

Re: Can eValid de-focus on a particular area of a page

PostPosted: Tue Jan 25, 2022 10:36 am
by eValid
RobertG wrote:Morning.

Does eValid have a way to de-focus a page?

Please explain any eValid commands used in my question.

Thanks in advance.


Thanks for posting on our forum RobertG.

Yes, there is a command in eValid as follows: Focus wid

This causes eValid to bring the specified window (by its window ID, see below) into focus.

So, if you want to de-focus a particular page all you have to do is send the focus command to some OTHER page: only one page can be in focus at a time.

eValid numbers the windows and sub-windows (often called "tabs") in strict order, with wid = being the parent window.

Note that even if a window is collapsed or closed after it has opened additional windows the assigned number (order of opening) is not changed.

You may also use these commands to give you more power over all of the windows:

WindowClose wid -- closes the named window.

SubWindowCloaseAll -- closes all except the parent window


-- eValid Support