Ident number of button in custom container
Hello,
I got a screen including 4 text areas with wild card and a 4 flex buttons on top. Clicking a flex button trigger a keyboard that allows to change the content of the corresponding text area.
When any flex button is clicked, I manage to identify which button is clicked thanks to an action defined (area_clicked) that is fed with the ident number (value) of the button. This value is manually defined for each button.
I got a lot of code for a given couple (text area)&(flex button) that looks generic so I decided to give try defining a corresponding custom container until I bumped into the problem of the said value.
Does a variable or symbol exist that would define the future number of the instance of my custom container which could be used in the container definition ?
Thanks for help.
