LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

cluster in a dialog box

Hi,

I am creating an application for a user to enter configuration data for running a test. I would like to have the user click on items on tree, and a dialog will pops up with a cluster control. Once they change settings in the cluster control and press an ok button, the dialog will close. Can this be done in labview, and if so how.

The effect I would like to have is similar like in the windows device manager, where you have items on a tree, and you double click them to display a dialog, where you change settings. After you change the settings, and close the dialog, the settings are configured.

Thank you,

-Tim
0 Kudos
Message 1 of 3
(2,583 Views)

Hey,

This is only a suggestion, there may be better solutions!

For the dialog i would create VIs, so for every dialog one VI, which then could be called dynamic out of e.g. a listbox selection. The following picture of a blockdiagram could be the part calling the VIs:

only a suggestion!>

 

Message 2 of 3
(2,562 Views)

As attachement the VI for testing. By doubleclicking on the items of the listbox the underlaying VI should open.

Before running you have to create a few "DialogX.vi", where X is 1,2,3,...

Message Edited by Christian_M on 08-08-2007 08:03 AM

Message 3 of 3
(2,544 Views)