User | Kudos |
---|---|
10 | |
7 | |
3 | |
3 | |
3 |
All property nodes should use enums to make the code readable and not required to open help every time you need to set a properity. I find myself creating typeDefs for my self so I don't have to look up what the properity does and to make my code easier to edit. Example provided is to disable a control on the front panel. This is in the LabVIEW style guide
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Revisiting all of the existing Property Nodes and re-implementing them in a way such that a type-specific enum could be created from it, is a very long tail development task that will not be a focus in LabVIEW to change. LabVIEW NXG does not yet have an enum property types, it is something that is much more likely to be done in that environment.