Skip to main content
BParh.1
Senior III
June 17, 2021
Solved

How can 2 custom containers communicate to each other?

  • June 17, 2021
  • 3 replies
  • 803 views

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?

This topic has been closed for replies.
Best answer by BParh.1

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.

3 replies

BParh.1
BParh.1AuthorBest answer
Senior III
June 17, 2021

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.

SNorm.1
Associate III
June 17, 2021

I also think they need to be added in the screen.

Alexandre RENOUX
Visitor II
June 21, 2021

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