Android Question error in controledittext click

padvou

Active Member
Licensed User
Longtime User
I get the following error:
java.lang.Exception: Sub edt_custselect_click signature does not match expected signature.
Why is that?
 

padvou

Active Member
Licensed User
Longtime User
B4X:
Sub edt_custselect_Click
edt_custselect.Text=""
    edt_custselect.Width=Activity.Width
End Sub
I had an error in sub declaration, using the above code fixed the signature error. However, I need to click the control twice for the code to fire..
 
Upvote 0
Top