I am having an inordinate amount of trouble trying to get the value of a text box
I have added it in the designer
when i log its use;
If i dont initialise it i get an error.
if i do init
etOptions.Initialize("etOptions")
the text is empty
if i pause the code i get the following
etOptions = (EditText):Layout not available, Text=
Any ideas?
I have added it in the designer
when i log its use;
B4X:
Dim etOptions As EditText
...
...
Sub etOptions_EnterPressed
Log(etOptions.Text)
End Sub
If i dont initialise it i get an error.
if i do init
etOptions.Initialize("etOptions")
the text is empty
if i pause the code i get the following
etOptions = (EditText):Layout not available, Text=
Any ideas?