Android Question CallSub

I'm having trouble calling the Initialize method of a B4A class passed as an object. I keep getting the "method not found" message.


 

Cableguy

Expert
Licensed User
Longtime User
without any code, I don't see how anyone can help.

But anyway, here's how it is usually done:

Dim myNewClassObject as ClassObject
myNewClassObject.initialize
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…