-
Try out the new Jake: AI Coding Assistant for LabVIEW!
Get answers to questions about LabVIEW and discuss your code.
WF ProgressBar by WireFlow - Toolkit for LabVIEW Download
Adds progressbar functionallity to the LabVIEW palettes
| Version | 1.1.1.67 |
| Released | Feb 17, 2026 |
| Publisher | WireFlow |
| License | BSD |
| LabVIEW Version | LabVIEW>=20.0 |
| Operating System | Windows, Mac, and Linux |
| Used By | automated_software_technology_lib_reuse_package automated_software_technology_lib_ast_unit_tester |
| Project links | Homepage Discussion |
Description
This module gives the user access to an easy way of displaying progress. The progressbar windows is easily replaceable/modified to fit the needs/color scheme of the current project. The default ProgressBar Window/API supports;
* delayed opening of the ProgressBar
* Three different message strings ("Title", "General" and "Current item")
* "General" and "Current item" strings can be formatted with Italic, Bold or Underline
* Option to cancel an operation from the ProgressBar window
* ...
The online documentation is delivered as a PDF doument and requires a PDF reader
(See Help->WireFlow->ProgressBar)
Release Notes
* Changed owning WireFlow palette icon
* Added method to get progressbar window reference
* Added example panel to use as an infinite progressbar, i.e. to only show a working symbol
* Fixed issue with initialization of "Current Item" message could result in empty field if the same message was used. NOTE. ProgressBar_Win.lvclass:PanelUpdate.vi changed to be "Shared clone reentrant", overriding methods need to account for this change.
* Updated manual