BensonHung Member Licensed User Longtime User Dec 8, 2015 #1 Dear all, How to highlight from InputDialog? Place cursor at the end of text. Thank You! Attachments img.png 13 KB · Views: 421
Erel B4X founder Staff member Licensed User Longtime User Dec 9, 2015 #2 Use a standard Panel with an EditText. You can then set the cursor position with the SelectionStart property (or select all with SelectAll). Upvote 0
Use a standard Panel with an EditText. You can then set the cursor position with the SelectionStart property (or select all with SelectAll).