How can 2 custom containers communicate to each other?
So let say I have two custom containers : container1 and container2. I want to setup a trigger from container1 and setup the associated handler in container2. How can I do this? I don't want to route the communication via Screen class, instead I want it directly from container1 to container2 and vice versa. Can we achieve this in TouchGFX?
