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?
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?