LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to dynamically create checkboxes

Something like the included VI.

/Y

G# - Award winning reference based OOP for LV, for free! - Qestit VIPM GitHub

Qestit Systems
Certified-LabVIEW-Developer
Message 11 of 12
(566 Views)

@OnlyOne wrote:

The goal is:

One system with 80 powersupplies

One PS = one checkbox

Up to 10 Groups and for each group user can select which powersupplies schould be used.

So user select group one -> Show 80 checkboxes -> click needed PS

Select group two -> Show 80 checkboxes where the already selected of group one are disabled

... and so on

 

Currently i created a reference of each box which are then al together saved in an array and can be easy handled. Only some start-work to create the array.

 


O would still go with the Tree control in this case with nice "Groups" of supplies and use the "Active item Disabled" property to prevent the user from selecting the already tasked supplies.  One control, how nice and easy to scale or modify

Capture.PNG


"Should be" isn't "Is" -Jay
0 Kudos
Message 12 of 12
(547 Views)