LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Menu déroulant

Bonjour;

Je cherche à savoir comment programmer un menu déroulant. Je m'explique, j'ai plusieurs tableaux sur ma face avant mon idée et faire apparaitre le tableau désirer en choisissant dans le menu déroulantSmiley Indifferent

Merci
0 Kudos
Message 1 of 2
(2,431 Views)

Can you attach some code, or a screenshot or other image showing what you want to do?  It's not quite clear to me.

 

It sounds like you simply want to change which table is showing based on a menu.  There are a couple of ways you could do this:

1) Use a tab control, but hide the tabs.  When the menu (a ring or enumeration control) changes, change which tab page is showing.

2) Use property nodes to hide or show the tables depending on which item from the menu is selected.

3) Place only one table indicator on the front panel, but display different data in it depending on which menu item is selected.

 

(Ce forum est plutot anglais; il existe egalement sur ce site une communaute francophone).

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