-
Try out the new Jake: AI Coding Assistant for LabVIEW!
Get answers to questions about LabVIEW and discuss your code.
Property List by MI-Solutions - Toolkit for LabVIEW Download

Version | 1.0.0.12 |
Released | Sep 08, 2025 |
Publisher | MI-Solutions |
License | EULA |
LabVIEW Version | LabVIEW>=18.0 |
Operating System | Windows, Mac, and Linux |
Project links | Homepage |
Description
Note: This installer requires VIPM to be run with Administrator privileges. To do so, close VIPM, right click its shortcut, and select "Run As Administrator"
Declutter your front panel by grouping controls and indicators into a single listbox.
When a front panel contains numerous controls and indicators, it quickly becomes cluttered and large. The property list (Control listbox) offers the solution. The toolkit allows you to organize controls and indicators into a single listbox.
The controls in the listbox can then be controlled just like regular controls and indicators, with the maximum flexibility of the event-based functionality.
It’s also possible to group succeeding values. The groups are represented with names without any value. By clicking the group it will close or expend the lines under the group.
In a property list every line represents a single value. The value itself can be from different data types and also have their own way of representing and changing the value. At the moment the following data types are implemented:
- String (used for : strings, numeric values,…)
- String with selection button (used for : Path, complext settings that use there vi,…)
- Boolean
- Button
- Enum (used for : enum, rings and combo box,…)
- Colorbox