User | Kudos |
---|---|
10 | |
3 | |
2 | |
2 | |
2 |
(As already hinted here, I think this deserves a seperate idea).
Property nodes have many items that accept color data (cursor color, plot color, bg color, etc). When right-clicking these and "create constant|control|indicator", we get a generic U32 type. Instead, we want a colorbox! Even more complex color structures, e.g. (colors[4] of a boolean) should have colorboxes as the innermost elements.
In all instances I have ever used these properties, I ended up replacing the U32 with colorboxes for code readability and simplicity.
Idea: when creating an input or output (constant, control, indicator) on any color property, we should get a colorbox (control, constant, indicator) instead of a plain U32 numeric.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Available in LabVIEW 2019 and later. Creating a control, indicator, or constant off any color terminal will create a color box instead of a U32 numeric.