Hello,
For my project, I have to convert the raw values of a signal to physical values.
To do this, I'm using the "Calculate" function.
Because I have a lot of data, it takes time and the user doesn't know if it works or not.
The first thing I did, is to add Dialog.BeginWaitCursor and Dialog.EndWaitCursor that works well but is not sufficient.
To display activity, I would like to display a progress bar created before calling "Calculate" and stopped after that.
The progress bar doesn't need to display the real progress but only display a progress moving even if it starts again from zeor until the end of the calculation.
I read some information about progress on this forum but it was done on selfmade function and not calling DIAdem functions.
That's why it is not usefull for me.
I don't know how to do that using vbs.
Is it possible to create something like that ?
The best solution would be to get the progress of the "Calculate" function to know where it is but the function is not created to do this.
Thanks for any ideas,
Best Regards,
CFOE