I have a CLV and each row has a label as view(0) and an edittext as view(1)
When I use the following code to change focus from one edittext in one row to the edittext in the next row I get the error in the image setSpan(1 ... 1) ends beyond length 0
How do I fix this please
When I use the following code to change focus from one edittext in one row to the edittext in the next row I get the error in the image setSpan(1 ... 1) ends beyond length 0
How do I fix this please
B4X:
currentcut = currentcut + 1
Dim pa As Panel = clvSideA.GetPanel(currentcut)
pa.GetView(1).RequestFocus