TextBox activated by button click

Hi. Is there solution that textbox colud be activated by button? I want to make button which will be showing value from tecxtbox and when you click on this button textbox will be oppened and value can be changed.

Probably, but it is not exactly clear what you want to do.....

to set the focus on the textbox?
just use the RequestFocus method

https://ai2.appinventor.mit.edu/reference/components/userinterface.html#TextBox

Taifun

Thanks you're right. I just need to requestfocus and then to activate the keyboard and it's working well.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.