03-07-2016 01:45 AM
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.
Solved! Go to Solution.
03-07-2016 01:56 AM
right-click tab...advanced...hide page.
03-07-2016 01:56 AM
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)…