Callbacks between container and view
Hi, I went through some other discussions discussing a similar problem, but they did not seem to help.
I have screen one which displays (dynamically) a container. The container has a button on it, which when clicked, changes screens to screen 2. At the same time the container needs to send data to screen 2 (an int). The button is a flex button which I set up from the GUI call a virtual function.
I would prefer a way where the container is not permanently tied to screen 2, as this container appears on multiple screens and does something similar.
