このコンテンツは設定された言語で表示できません。

このコンテンツは表示可能な別の言語で表示されています。 お使いのブラウザに翻訳機能がある場合はご利用ください。

Display a Progress Bar in DIAdem Script

Updated Jul 20, 2023

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:

  • LoopInit() - Shows the progress bar
  • LoopInc() - Sets the progress bar value, range is always 1-100
  • LoopDeInit() - Hides the progress bar

Additional Information

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.