I have found many examples to show progress when using lanes and wheels; I could only find one javascript example to show an ellipsis (point-to-point) to indicate progress, so I decided to ask this question. My application is not very complicated - it has only a few flags and one button. My team recently requested improvements and wanted to keep it simple.
There is a button called "GO", which the user clicks after setting the necessary parameters. The code behind it is also very simple - it turns off the button after the click event and calls a standalone exe using ProcessStartInfo , which performs three actions “remix”, “message” and “publish”. I use the WaitForExist() method to re-enable the button.
My team asked me to show the "current process" on the button. They just want the button text to display "Alignment." Coordination .. Coordination ... (at regular intervals they say 1 s), and then publication and publication in a similar way.
It would be nice to know the most appropriate way to achieve this. Thanks in advance.
Gj
source share