Sign Up

IG OOPanel by Illuminated G - Toolkit for LabVIEW Download

Object Oriented UI Panel Library that also serves as a dynamic custom array UI

D Discussion Watch * 2 ↓702
 screenshot
Version0.4.2.36
ReleasedApr 17, 2024
Publisher Illuminated G
License MIT
LabVIEW VersionLabVIEW>=20.0
Operating System Windows, Mac, and Linux
Used By brent_justice_lib_blueplotmulti_(open_source)   summer_of_labview_squarebattle  
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.4.2.36 (Apr 17, 2024)

0.4.2.36
- Specify a number of blanks to pre-populate into the reusable blank pool
0.4.1.35
- Fixed layout handling of blank panels
0.4.0.34
- Added ability to specify a panel to use for empty element locations.

derrickb was a contributor to this release


Download Package

Versions
All Contributors

  Post an Idea   Post a Resource

Recent Posts

Forum Posts

Documentation or examples
Hello,   This tool looks very cool.  Is there any documentation or examples for this tool…