IG OOPanel by Illuminated G - Toolkit for LabVIEW Download
Object Oriented UI Panel Library that also serves as a dynamic custom array UI

Version | 0.2.3.31 |
Released | Oct 24, 2023 |
Publisher | Illuminated G |
License | MIT |
LabVIEW Version | LabVIEW>=20.0 |
Operating System | Windows, Mac, and Linux |
Project links | Homepage Discussion |
Description
Provides an OOP based panel UI manager and also includes functionality for simulating arrays with these Panels for highly flexible dynamic UI content. This library is not based on any existing framework (DQMH, AF, etc.) and can be used as part of any UIs being developed.
Panels are run as asynchronous VIs so this approach is not suitable when a LOT of elements are needed. For a faster performing, more light-weight library when lots of elements are needed in an array-like UI check out the ControlArray package.
Panel management includes moving VI panels around different subpanels, popping subpanel contents out as standalone windows, and toggling the visiblity of a panel. The panel manager keeps track of the state of panels so it can ensure that panels are removed from subpanels before another is inserted.
Release Notes
0.2.3.31
- Filter mousewheel events so nested scrollable arrays only trigger the inner-most panel the mouse is over.
0.2.2.30
- Embiggen Panel BD Template
- Move close state reporting outside of loop in BD Template for better nesting behavior
- Ensure ArrayManager cleanup disposes contained panels