I understand in a rather foggy way that B4A is event driven. So when a timer ticks or a button is pressed or some other event happens some code is written to respond to the event. However in each project there are a number of subs which I can see by placing a log(“message”) in them are run without apparently being called . Some examples would be :-
Class_Globals,
Initialize,
B4XPage_Created
I understand the purpose of these subs, I just can't see how they are called.
Is there a list of functions which are automatically called or am I missing something. Sorry for being so dim it is probably obvious to everybody else. I am not comfortable with code unless I understand what is happening.
Class_Globals,
Initialize,
B4XPage_Created
I understand the purpose of these subs, I just can't see how they are called.
Is there a list of functions which are automatically called or am I missing something. Sorry for being so dim it is probably obvious to everybody else. I am not comfortable with code unless I understand what is happening.