crelf Posted December 2, 2010 Report Share Posted December 2, 2010 I learned something today. From the LabVIEW help: Note: You can set individual instances of a polymorphic VI as private and set the primary polymorphic VI as public. The polymorphic VI does not break even though instance VIs are private. Setting instance VIs as private is useful if you want users to access instances only through the polymorphic VI selector, so you can edit instance order without causing user problems. 1 Quote Link to comment
jgcode Posted December 2, 2010 Report Share Posted December 2, 2010 I learned something today. From the LabVIEW help: I tried this with classes and it breaks the build as reported here (bug): Polymorphic API of Private Methods breaking build 1 Quote Link to comment
Daklu Posted December 3, 2010 Report Share Posted December 3, 2010 Kudos to Chris for bringing this to my attention! Kudos to Jon for making sure I don't use it! Quote Link to comment
jgcode Posted December 3, 2010 Report Share Posted December 3, 2010 Kudos to Chris for bringing this to my attention! Kudos to Jon for making sure I don't use it! Note: My post was for a LabVIEW Class Library, I think a LabVIEW Project Library would be fine, but I would try it first Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.