mobileControlCreate "input" - Setting the text to a field
Posted: Sat Jan 09, 2021 2:43 am
This is android.
I have been using regular text fields that on mouseDown, if the text field is not empty, it enables a button to submit the text. No problem.
But ... I really like the native mobileControlCreate "input" widget. Mostly because of text correct, predictive text, and the ability to move the cursor with the spacebar (apparently you can do that now on android). So, how would I enable a button when text is entered into native input widget? How do I get the widget's text into a field? I sup
For instance, could I script to enable the button when the user hits the native "Done" button on the native android keyboard?
I have been using regular text fields that on mouseDown, if the text field is not empty, it enables a button to submit the text. No problem.
But ... I really like the native mobileControlCreate "input" widget. Mostly because of text correct, predictive text, and the ability to move the cursor with the spacebar (apparently you can do that now on android). So, how would I enable a button when text is entered into native input widget? How do I get the widget's text into a field? I sup
For instance, could I script to enable the button when the user hits the native "Done" button on the native android keyboard?