LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

dropdown menu list

Hi,

I am writing a script to process some data, almost everything is finished but I am struggling with the beginning....

To start with I would like a dialog box to pop from which you can choose different options, basically a drop down menu, and depending on what the user chooses decide which script to run.

The problem is that I don't know how to start, does anyone know if there is a function to create a dropdown list?

 

Thanks

Leo

0 Kudos
Message 1 of 2
(2,339 Views)

The text ring, menu ring, and enum on the Ring & Enum palette or the combo box on the string palette are all options you can look at. It depends on what sort of output you want and whether you want to dynamically populate the list. Popping up a subVI is a simple matter of setting the Window Appearance properties (i.e. set to dialog).

0 Kudos
Message 2 of 2
(2,329 Views)