Hello All,
I have a FloatLabeledTextField created by the designer, with several views, buttons, labels, etc.
Id the proprerties of on of the buttons I have the following code:
I get a crash Error when I click it: Expected: JVFloatLabeledTextField, object type: UITextField
Why ? How can I solve it ?
I have a FloatLabeledTextField created by the designer, with several views, buttons, labels, etc.
Id the proprerties of on of the buttons I have the following code:
B4X:
Sub CLAButtonSearchText_Click
Dim this As Button = Sender
Dim pthis As Panel = this.Parent
Dim ftxt As FloatLabeledTextField = pthis.Getview(3)
Log(ftxt.tag)
CLAButtonSearchTextCall(ftxt, this)
End Sub
I get a crash Error when I click it: Expected: JVFloatLabeledTextField, object type: UITextField
Why ? How can I solve it ?