I'm not sure if this is the right place to post this but,
Here is my code:
Sub EditText1_FocusChanged
If EditText1.Text = "Type your message here" Then
EditText1.Text = ""
End If
End Sub
When I run it I get this:
Error Occured
An error has occured in sub:
java.lang.Exception:Sub
edittext1_focuschanged
signature does not match
expected signature
Continue?