cancel
Showing results for 
Search instead for 
Did you mean: 

How can 2 custom containers communicate to each other?

BParh.1
Senior III

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?

1 ACCEPTED SOLUTION

Accepted Solutions
BParh.1
Senior III

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.

View solution in original post

3 REPLIES 3
BParh.1
Senior III

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

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

Alexandre RENOUX
Principal

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