Hi,
I have a button which runs a VBscript to carry out several independent tasks in a set order. This includes file copies and two powershell scripts. Some of the tasks such as launching Powershell are ran silently using the cmd.SetModifier "runmode", "hide" option. Much like an application installation wizard, I would like to have a permanently on view itemised window that shows what stages have finished and what is running now.
I have Dopus running on a Windows 10 client. In its simplest form I have considered using clickData.func.Dlg that just basically keeps closing, adding another line of text and reopening with the currently active tasks (e.g. Task 1 complete, Task 2 complete, Task 3 Running) but I'm not aware of any way to prevent this method from awaiting an OK button press.
If an itemised list is not possible then a progress bar could be an alternative. In the past I have used WinForms in Powershell scripts for this sort of thing but I'm not sure if something similar can be done in a Dopus VB script.
Are there any examples of how this can be achieved in Dopus if it is possible at all ?. I could forgo the hiding of Powershell CMD windows if this was a requirement.