LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

hide the some TAB of control on VI

Solved!
Go to solution

I have one project in which I found want to modify one VI in that VI 4 tabs are there and I want to remove two tab of them. when I remove it by right click using Remove page  it will also afect the data diagram. as data diagram is so complicaed and I am new on this project so  I am finding for a way that can be able to Hide the those two tabs and I do not need to modify the data diagram. please help. 

 

I have four tabs USB,Ethernet,Modbus,Profibus

 

and I want just USB and Modbus     , please see Attached VI.

0 Kudos
Message 1 of 3
(3,083 Views)
Solution
Accepted by topic author kiwagh105@gmail.com

right-click tab...advanced...hide page.

0 Kudos
Message 2 of 3
(3,067 Views)
Solution
Accepted by topic author kiwagh105@gmail.com

Hi kiwagh,

 

I recommend to disable those two tabs instead of hiding them - this will provide a much better UX (User eXperience)!

 

But anyway: you need to use property nodes to achieve your goal. Use a property node of the tab container to read the references to each tab page. With these references you can set each tab to "enabled" or "disabled & grayed out" (or visible/not visible)…

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 3 of 3
(3,065 Views)