For "edittext1 as B4XView" needs the property "SelectionStart" and "SelectionEnd". Regards Roger
Roger Daley Well-Known Member Licensed User Longtime User Dec 14, 2020 #1 For "edittext1 as B4XView" needs the property "SelectionStart" and "SelectionEnd". Regards Roger
DonManfred Expert Licensed User Longtime User Dec 14, 2020 #2 get the native edittext and use its SelectionStart and SelectionEnd methods... B4X: Dim edt as edittext = b4xview99
get the native edittext and use its SelectionStart and SelectionEnd methods... B4X: Dim edt as edittext = b4xview99
LucaMs Expert Licensed User Longtime User Dec 14, 2020 #3 DonManfred said: get the native edittext and use its SelectionStart and SelectionEnd methods... B4X: Dim edt as edittext = b4xview99 Click to expand... https://www.b4x.com/android/forum/threads/solved-b4xview-selectionstart.125524/post-783835
DonManfred said: get the native edittext and use its SelectionStart and SelectionEnd methods... B4X: Dim edt as edittext = b4xview99 Click to expand... https://www.b4x.com/android/forum/threads/solved-b4xview-selectionstart.125524/post-783835
Roger Daley Well-Known Member Licensed User Longtime User Dec 14, 2020 #4 DonManfred said: get the native edittext and use its SelectionStart and SelectionEnd methods... B4X: Dim edt as edittext = b4xview99 Click to expand... Thanks DonManfred, I WISH we didn't have to go backwards to the native EdiText. ?
DonManfred said: get the native edittext and use its SelectionStart and SelectionEnd methods... B4X: Dim edt as edittext = b4xview99 Click to expand... Thanks DonManfred, I WISH we didn't have to go backwards to the native EdiText. ?
LucaMs Expert Licensed User Longtime User Dec 14, 2020 #5 I'm pretty sure Erel will implement it in the next version (it shouldn't be complicated or time-consuming; it will just be a matter of priority).
I'm pretty sure Erel will implement it in the next version (it shouldn't be complicated or time-consuming; it will just be a matter of priority).