Is there a way to pass more than one value through an action to a custom container?
I must say that the recently updated TouchGFX documentation is excellent. Great job!
I apologize if I am missing the obvious, but is there a way to pass more than one value by way of an "action" to a Custom Container?
I am referencing the following tutorial:
https://support.touchgfx.com/docs/tutorials/tutorial-05/
I am working on a Custom Container with a Scrollwheel in it and I would like to add a custom action to be able to change the text of a specified element (a second parameter) programmatically. I tried the "custom" and when trying to add the action, I was not able to get it to accept a multiple parameter virtual function or when selecting "Execute C++ code".
Any help would be appreciated.


