Page 1 of 1

Dev kit Window Commands

Posted: Wed Nov 25, 2020 9:25 pm
by gfountai
Hi,
I am using the View Process info window to allow users to see the progress of a solver program. I am attempting to use the GidUtils::OpenWindow and later GidUtils::CloseWindow commands to automatically open and close that window, however the View Process info window does not appear in the list of windows recognized by those commands.

Are you able to either add that window to the list of recognized inputs for the commands?

Thank you

Re: Dev kit Window Commands

Posted: Thu Nov 26, 2020 7:45 pm
by escolano
Ok, it has been added to these procs with PROCESSINFO name
It will be available in next 15.x versions (official and developer)

Re: Dev kit Window Commands

Posted: Thu Nov 26, 2020 8:32 pm
by gfountai
escolano wrote:Ok, it has been added to these procs with PROCESSINFO name
It will be available in next 15.x versions (official and developer)
Thank you!