User | Kudos |
---|---|
7 | |
6 | |
2 | |
2 | |
2 |
This is one of those penny-saved-is-a-penny-earned things. In this case the penny is a few seconds of my time.
When I stub a method in a parent class and require all descendants to override the parent, I don't actually want to override the parent, I just want to implement the method in the ancestors.
There are two ways I can do this:
I'd like LabVIEW to recognize that I've checked "Require descendant classes to override this dynamic dispatch VI" and not checked "Require overrides of this dynamic dispatch VI to always invoke the Call Parent Method node" and give me an additional check box in the New VI for Override dialog to use the dynamic dispatch template instead of the override template.
My new way of doing this would be:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.