LabVIEW Idea Exchange

cancel
Showing results for 
Search instead for 
Did you mean: 
robert.hovakimyan

Show all hidden controls and indicators

Status: Completed

This feature is available in LabVIEW 2021 and later. Select Edit > Show Hidden Controls While Editing on the front panel to be able to see and edit hidden controls while the VI is in edit mode.

User should right click and select "show control" to show hidden control. That option becomes very hard In case there are many hidden controls and indicators in the big code.

"Show all hidden controls and indicators" option would be very useful.

 

Show all hidden controls and indicators.jpg

11 Comments
Darren
Proven Zealot

I added a Show Hidden Controls and Indicators menu option in LabVIEW 8.2, but it's currently only shown on Global and Control VIs:

 

 showhidden.png

 

I lobbied that we add it to the menu for all VI types, but the powers-that-be didn't want a feature that would be rarely used to always be in the regular VI menu.  So I wrote a VI that gives you an entry point for this feature for regular VIs.  Check out this weekly nugget for more information.

 

-D

Eric_BOB
Member

Hi

Few time ago, i have develop one JKI Rcf Plugin who do that. Youcan test it if you want.

You can send me email at eric.bobillier@rennes.inra.fr if you want it.

Regards

Eric

ghighuphu
Active Participant

Because Eric has published the plugin(s) himself, I hope it is OK to display the link:

 

Rcf Plugin Proposition

 

Thank you Eric!

M

 

GarryG
Member

This should be in the out-of-the-box LabVIEW dev environment.

CLA, CTA
Not my tempo... AGAIN!
Intaris
Proven Zealot

I would still prefer a tree-list of all objects ont he FP (and BD) of a VI with associated properties just a click away.

BVSmith
Member

A workaround is to click Edit/Set Tabbing Order.  All the controls in the VI will appear.

Brian Smith
Advanced Light Source
Lawrence Berkeley National Laboratory
Trusted Enthusiast

You can see the controls/indicators but cannot edit them.

d.w.b
Member

I want to be able to select multiple (Shift+Click... or Click+Drag if the hidden objects are grouped and commented) terminals on the block diagram and hide them too. In other words, in addition to showing them to update something then be able to hide them again like they were.

d.w.b
Member

@BVSmith wrote:

A workaround is to click Edit/Set Tabbing Order.  All the controls in the VI will appear.


That is only a partial workaround. Not all VIs will appear. That utility only operates on controls on the Front Panel; it does not show hidden controls that are within a container such as a tab control.

Petru_Tarabuta
Active Participant

This idea is similar to the following idea: Hide Control In Run Mode . That idea has gathered a little more kudos (81 kudos vs 74 kudos as of today, 09 March 2025), but this idea was posted earlier.

Perhaps both ideas can be marked as complete in light of the Edit >> Show Hidden Controls While Editing option that was added in recent versions of LabVIEW. This allows hiding GUI elements but still seeing them at edit-time. In effect, the GUI elements are hidden only when the VI is running. This effectively implements this idea.

 

Petru_Tarabuta_0-1741533236283.png