Hi.
I use element TextField.
How to detect user input activity for this element? (with BOOL value: FALSE - not active, TRUE - active)
I attach some pics to show my needs.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
there is currently no listener to get the information if a input was opened.
You can however add a separate action on the same input containing the write variable action which calls a function to inform you that the input was opened.
There is a interface so you get the information when a variable is written via input (see attached screenshot)
Best regards,
Marcel
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi.
I use element TextField.
How to detect user input activity for this element? (with BOOL value: FALSE - not active, TRUE - active)
I attach some pics to show my needs.
Hello,
there is currently no listener to get the information if a input was opened.
You can however add a separate action on the same input containing the write variable action which calls a function to inform you that the input was opened.
There is a interface so you get the information when a variable is written via input (see attached screenshot)
Best regards,
Marcel
Thanks, m.prestel.
It's suitable solution.