09-12-2021 03:13 PM
Hello All
I have a little problem on my hand.
I have a pop up list the must appear on more than one tab.
The thing is, the list always show on one tab and not the others.
How can set on which tab this list will pop up?
Thanks!
Gil,
Solved! Go to Solution.
09-12-2021 03:42 PM
09-13-2021 01:18 AM
Hi.
I'll try a better explanation.
I am used the show/hide property for table i.e. popup list..
I positioned the table at one tab, now I want, when I make this table visible to show up on another tab as well.
I am also trying to create a simple example VI.
Thanks!
Gil,
09-13-2021 01:51 AM
Try putting it OVER a tab control instead of in it, then just use show/hide property nodes to toggle visibility.
09-13-2021 01:53 AM
Thanks!
How Do I accomplish that?
09-13-2021 01:58 AM - edited 09-13-2021 02:02 AM
Place your controls/indicators where you want them to be and then slide tab control over them. If tab control covers the other controls/indicators, move it to back.
Controls/indicators should now be over the tab control and have a weird black background to them (which disappears once you run the VI) and visible if you switch tabs.
EDIT with examples:
EDIT EDIT: Vi example
09-13-2021 01:59 AM
OK,
Thank you Very much!