I have a TextView on one of my screens, it doesn't seem that what I am typing into it, is being returned in the Text Value.
But I typed text into the field. (value = note 1)
What could be going on here?
B4X:
Sub txtNotes_EndEdit
txtNotes.ResignFocus
Log ("txtNotes " & txtNotes.Text)
End Sub
Log result is:
txtNotes
But I typed text into the field. (value = note 1)
What could be going on here?