LabVIEW Idea Exchange

cancel
Showing results for 
Search instead for 
Did you mean: 
another-roohcifer

Overrides of interface methods that have error in/out terminals should wire the error by default

Status: New

By default, overrides of interface methods with the default dynamic dispatch connector pane (object in/out and error in/out) look like this:

 

Current.png

This means that the default override of interface methods do nothing EXCEPT DROP INCOMING ERRORS, which is bug territory imo.  Ideally, they would be scripted to look something like this:

 

Ideal.png

Yes, I know I probably can mess with the project provider to get this.  No, I don't want to have to do that! 🙂

1 Comment
McQuillan
Active Participant

I find it surprising that this idea has so few kudos. It's such a simple and expected thing, it makes me think the R&D team chose not to implement it, by why?