[Feature] "Does VI Have Owner Banner.vi" to be added to the LabVIEW Icon API #190
Replies: 5 comments
-
Include "Does VI Have Owner Banner.vi" should be added to the LabVIEW Icon API. But, there is a possibility that there is a call to an application reference that needs to be fed to the LabVIEW Icon API. More due diligence is necessary in order to open this for contribution. |
Beta Was this translation helpful? Give feedback.
-
Passing the application reference as an input to the VI could be the way, but we need to figure that out before opening it to contribution |
Beta Was this translation helpful? Give feedback.
-
@eyesonvis do you see any problems on implementing this? |
Beta Was this translation helpful? Give feedback.
-
I don't have any objections to the concept. |
Beta Was this translation helpful? Give feedback.
-
@RobustoSystems I will move this into a discussion. We will reference this discussion on issues that we can open for collaboration. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Summary / Description
It would be useful if the LabVIEW Icon API contained a VI that checks whether a given VI has an icon whose "banner" matches the banner of the VI's owner (lvclass or lvlib). The VI could output a Boolean.
Some possible names for the VI:
One use of this VI would be inside VI Analyzer tests. Such VIA tests could detect any/all VIs in a codebase whose icon doesn't match the icon of the owner.
This issue is related to:
Motivation / Use Case
The new LabVIEW Icon API VI could be use in VIA scripts that help ensure code quality.
Proposed Solution / Feature Details
Proposed solution: Does VI Have Owner Banner.vi should be added to the LabVIEW Icon API
Beta Was this translation helpful? Give feedback.
All reactions