I am using the ViewEX library and the FloatLabeledEditText view.
I get this error:
simuladorno_isred1validar_textchanged (java line: 1508)
java.lang.ClassCastException: android.widget.EditText cannot be cast to com.wrapp.floatlabelededittext.FloatLabeledEditText
How can i fix this?
I have an error trying to use this code:
I get this error:
simuladorno_isred1validar_textchanged (java line: 1508)
java.lang.ClassCastException: android.widget.EditText cannot be cast to com.wrapp.floatlabelededittext.FloatLabeledEditText
How can i fix this?
I have an error trying to use this code:
B4X:
Sub IsrED1Validar_TextChanged (Old As String, New As String)
Dim b As FloatLabeledEditText
b = Sender
End Sub [/ CODE]