Display a Progress Bar in DIAdem Script

Updated Oct 12, 2021

Reported In

Software

  • DIAdem

Issue Details

How can I display a progress bar in the status bar of my DIAdem window using DIAdem script?

Solution

You can use the following functions to display a progress bar at the bottom of your DIAdem window:

Additional Information

  • You can also use ActiveX-Controls in SUD-dialogs to display 3rd party progress bars. This might result in higher code complexity.
  • If you want to display the name of the currently executed task you can use MsgLineDisp() to update the message text at the left end of the status bar.