LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to build a dynamic interface

Hi,
 
I'am french user, using Labview 8, and I would like to know the way to build my user interface dynamicaly from an array wich contain a list of VI path. My user interface is just one button for each VI in the array.
0 Kudos
Message 1 of 3
(2,856 Views)
If you just want one button per VI path and the number of VI paths is not too large, try this:
Add the worst case number of buttons and references. If you're talking LOTS of VI's, then you're probably better off using a list or combo box control.

Message Edited by Bill@NGC on 11-18-2006 05:27 PM

0 Kudos
Message 2 of 3
(2,834 Views)
Ok thanks a lot for this VI, that help me full.
0 Kudos
Message 3 of 3
(2,797 Views)