Hi All,
In B4A this works:
When Display1 is declared as B4XView it flags "Unknown member: selectionstart"
It seems too simple to go wrong, but..........
Help would be much appreciated.
Regards Roger
In B4A this works:
B4X:
'Display1 created in Designer'
Private Display1 as EditText
Display1.SelectionStart = Display1.Text.Length
When Display1 is declared as B4XView it flags "Unknown member: selectionstart"
B4X:
'Display1 created in Designer'
Private Display1 as B4XView
Display1.SelectionStart = Display1.Text.Length
It seems too simple to go wrong, but..........
Help would be much appreciated.
Regards Roger
Last edited: