User | Kudos |
---|---|
6 | |
5 | |
2 | |
2 | |
2 |
Topic is discussed here.
If a polymorphic VI performs the same operation on 20 different data types, when browsing your user.lib (or other) palette, you'll have 21 different objects to choose from (unless you customize the palette). That's nonsense: only the main VI should be displayed.
Creating an LLB will solve the "single file" issue, but won't solve the confusion on the palette.
Customizing your palette can be a solution, but in case you're redistributing your VI/LLB, the user must customize it as well.
In the polymorphic VI window, the option "include source code" should be present: by doing so, main VI will become a container for polymorphic instances, and not only a link to them.
To edit polymorphic instances, user should double-click on correnspondent list item.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Any idea that has received less than 6 kudos within 6 years after posting will be automatically declined.