LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Prompt User with listbox and output array of names

Solved!
Go to solution

I would like to create a Listbox popup where the user will select the respective rows that he needs to be tested and then disappear after pressing continue. 

 

The attached program will become part of a larger state machine that is currently being developed.  

 

Can you tell me how to create a listbox popup to show up until the user has made his selections?  Any help will be greatly appreciated!

 

Thanks,

hiNi.

0 Kudos
Message 1 of 5
(2,168 Views)

Use an event structure to get the row when double clicked, you can then close the diagram.

 

Snap54.png

 

Attached is a starting point.

 

mcduff

0 Kudos
Message 2 of 5
(2,144 Views)
Solution
Accepted by topic author hiNI

You can select multiple rows using ctrl-click and shift-click (with the conventional behavior). Here's one possible solution.

 

(Note that the subVI is set to "dialog" style).

 

 

Message 3 of 5
(2,140 Views)

Hello, Thanks for your solution.

 

I am trying how to do the step of setting the subVI to "dialog" style.

 

Can you tell me how this is done?

 

Thanks again!

0 Kudos
Message 4 of 5
(2,093 Views)

@hiNI wrote:

Hello, Thanks for your solution.

 

I am trying how to do the step of setting the subVI to "dialog" style.

 

Can you tell me how this is done?

 

Thanks again!


It's one of the pre-defined "VI properties ...windows appearance" settings:

 

Dialog.png

Message 5 of 5
(2,084 Views)