I’m currently developing a plugin to manage signals more efficiently in Visual Components. Everything works fine during runtime, but I’ve noticed that the signal connections are not being saved and are also not visible in the GUI. This makes it hard to verify or edit them outside of execution.
I’m aware that it’s possible to handle this in Python by creating and executing a command from .NET, but I feel there must be a cleaner or more integrated way to make these connections persist and show up properly in the GUI.
Has anyone dealt with this before? Is there a recommended approach or example for making signal connections that are both functional and visible/saved in the GUI?