2021-06-16 09:59 PM
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?
Solved! Go to Solution.
2021-06-16 10:44 PM
Ok So I just learned that it is not possible to set up communication between two custom containers unless you add them in the screen.
2021-06-16 10:44 PM
Ok So I just learned that it is not possible to set up communication between two custom containers unless you add them in the screen.
2021-06-16 10:49 PM
I also think they need to be added in the screen.
2021-06-20 11:44 PM
Hello BParh.1,
Yes you need to go through the Screen to make this communication possible ^^
When your question is answered, please close this topic by choosing Select as Best.
/Alexandre