Android Question CallSubDelayed and code modules ?

b4auser1

Well-Known Member
Licensed User
Longtime User

Erel

B4X founder
Staff member
Licensed User
Longtime User
From the tutorial:

Note that you cannot use CallSubDelayed (or CallSub) with code modules.
CallSubDelayed can be used with class instances. However the containing module will not be started if it is not already running.

In B4i and B4J code modules can handle events and can be used as targets of CallSubDelayed or CallSub.
 
Upvote 0
Top