I tried this 2 codes, without success:
Both raises the same error:
Thanks in advance for any help.
B4X:
input.TextField1.As(EditText).SingleLine = True
B4X:
Dim et As EditText = input.TextField1
et.SingleLine = True
B4X:
java.lang.NullPointerException: Attempt to invoke virtual method 'anywheresoftware.b4a.BA$IterableList anywheresoftware.b4a.objects.B4XViewWrapper.GetAllViewsRecursive()' on a null object reference