LabVIEW Idea Exchange

cancel
Showing results for 
Search instead for 
Did you mean: 
altenbach

Richer Property Dialogs for Structures

Status: New

Structures have many right-click options, but the property dialogs are currently very sparse (only label and subdiagram label). Let's compare the current right-click options of a FOR loop with the actual properties dialog, and we can see that many useful properties are missing (visibility of conditional terminal, autogrow setting, etc.). The parallelization has it's own standalone dialog, why not have all these settings on a new tab instead?

 

I propose that these scattered properties should all be integrated into the single properties dialog to keep things better organized. Here's how the properties dialog of a FOR loop could look like after implementation of this idea.

 

 

 

Similar changes could be made for all other structures.

 

6 Comments
altenbach
Knight of NI

There should also be an entry for the visibility and string of the subdiagram label.

Darin.K
Trusted Enthusiast

Am I the only one who wants to double-click on that structure to get the property window?

GregSands
Active Participant

Double-click++

JKSH
Active Participant

+1 for the richer dialogs.

 

Not sure about double-clicking though -- if implemented, the shortcut to bring up the Properties dialog should be consistent for all BD elements (VIs, structures, terminals, constants, shared element nodes, etc.). However, the double-click mechanism for is already used to find FP objects (for terminals), to edit a value (for constants), or to browse for variables (for shared variable nodes)

Certified LabVIEW Developer
altenbach
Knight of NI
zou
Trusted Enthusiast
Trusted Enthusiast

Take a look the examples at:

http://webspace.webring.com/people/og/gtoolbox/CustomizePropertyPages.html

 

You can do it yourself.

 

George Zou