How to lock textbox cursor location

Are there any way to lock the cursor location of textbox at the end always. I mean are there any way to disable writing at random locations of text but only at the end of the text.

Uncheck the enable here.

Or use this block.

to disable textbox writing

1 Like

try using these,

blocks - 2020-04-11T110459.682

blocks - 2020-04-11T110457.626

5 Likes

No. I want to enter the text only at the end of the text. disabling the textbox is not a solution :frowning:

I tried it. but the problem is that, cursor set to the end after a change of a character :frowning:

Try this:

1 Like

Yes it worked. Thank you very much.

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