Android Question use of delegate

Sberla

Active Member
Licensed User
Longtime User
using b4a I note that to handle an event within a class you have to create an event within the class itself, i can not use a dynamic delegate if i do not know the contents of the class, does anyone tell me how can i fix it with that?

if I create a class and then load a dynamic layout with .LoadLayout how do I get out of the class to handle the events of individual objects created in design?
 

ilan

Expert
Licensed User
Longtime User
I am not sure i have understood your question but maybe you can do it with callsubdelayed

Like this u can call another sub in another activity also from a class.
 
Upvote 0
Top