Hi
I have a button on a layout.
I load the layout from one activity.
The button work correct but no text show no matter what color I select on the designer.
On the designer I have
On the layout I have.....
And....
Everything working fine but no text.
I have a button on a layout.
I load the layout from one activity.
The button work correct but no text show no matter what color I select on the designer.
On the designer I have
On the layout I have.....
B4X:
Sub Globals
Private AFMBtn As Button
End Sub
And....
B4X:
Sub AFMBtn_Click
If Main.G1.Phone_Connection = True Then
If Main.G1.ValidateAFM(AFMEditText.Text) = True Then
TaxisDownload("XXXXXXX", "XXXXXX", "XXXXXXX", AFMEditText.Text)
Else
Msgbox("Λάθος Α.Φ.Μ.", "Προσοχή")
End If
Else
Msgbox("Δέν υπάρχει πρόσβαση στο Internet", "Προσοχή")
End If
End Sub
Everything working fine but no text.