Unrecognizable problem with interface creation

stable 2022.4.11

It is not clear what this is and what the problem is

изображение

msg_with_interface.vl (4.8 KB)

upd: is it because of the “create” operation? But it is impossible to recognize

AFAIK an interface only defines operations with their inputs and outputs. The pads / properties you’d add in the class that implements the interface.

@tonfilm explained that to me once : Interfaces are not supposed to have constructors (Create).

And also yes, as @bjoern said, interfaces only defines signatures.

1 Like

I think the main problem is not transparent error

I spent five minutes trying to find the cause of the error in the UI and understood it only with brute force

And in general, I really hope for minimal inheritance - I really miss this thing in some cases

Came across this before as well, interface are working in gamma but a real nightmare to deal with.

image

They aren’t officially supported (yet ?) : https://thegraybook.vvvv.org/reference/getting-started/dotnet/interfaces.md

@lecloneur May I ask you to add suggestions there? 🤓

In upcoming previews the Create operation in the patch explorer will turn red. Thanks for the report.

1 Like

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.