One of my users told me that he is getting the following error:
An error has occurred in sub: java.lang.RuntimeException: Object should first be initialized.
I'm hunting for the cause, and have a question. In this sub
Do I need to do b.initialize? If so, what would be the EventName? I did initialize the sender in the Activity_Create sub.
An error has occurred in sub: java.lang.RuntimeException: Object should first be initialized.
I'm hunting for the cause, and have a question. In this sub
B4X:
Sub Button_Click
Dim b As Button
b = Sender
Do I need to do b.initialize? If so, what would be the EventName? I did initialize the sender in the Activity_Create sub.