LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

pop up does not open on selected tab

Solved!
Go to solution

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,

0 Kudos
Message 1 of 7
(1,812 Views)

Hi Gil,

 

please explain what a pop up list is!

And please attach an example VI...

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 7
(1,805 Views)

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,

0 Kudos
Message 3 of 7
(1,772 Views)

Try putting it OVER a tab control instead of in it, then just use show/hide property nodes to toggle visibility.

0 Kudos
Message 4 of 7
(1,768 Views)

Thanks!

How Do I accomplish that?

0 Kudos
Message 5 of 7
(1,764 Views)
Solution
Accepted by topic author gilmaor1

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:

AeroSoul_0-1631516357584.png

 

AeroSoul_1-1631516366190.png

 

EDIT EDIT: Vi example

 

tabcontrol.png

Message 6 of 7
(1,760 Views)

OK,

Thank you Very much!

0 Kudos
Message 7 of 7
(1,757 Views)