Hi all!
I'm getting this error when trying to add a click even to a dynamically generated panel.
Here is (basically) what I'm doing...only adding snippet because I'm more interested in what the error means:
When I tap on the panel, I get an error message saying:
"An error has occurred in the sub: dpanel_click signature does not match expected signature. Continue?"
Thanks!!!
Chris
I'm getting this error when trying to add a click even to a dynamically generated panel.
Here is (basically) what I'm doing...only adding snippet because I'm more interested in what the error means:
B4X:
...
pnl.Initialize("dPanel")
...
Sub dPanel_Click(pnl as Object)
Dim p as Panel
p = pnl
Msgbox(p.Tag, "FOO")
End Sub
"An error has occurred in the sub: dpanel_click signature does not match expected signature. Continue?"
Thanks!!!
Chris