Android Question Class instance & parent module

luke2012

Well-Known Member
Licensed User
Longtime User
I'm testing the ActionDrawer class:
http://www.basic4ppc.com/android/fo...r-actionbar-and-navdrawer-made-perfect.32086/

I wish to use the class within any module but the default class is implemented to work only in the main moduls.

B4X:
CallSubDelayed2(<<< MODULE >>>, "Overflow_Click", str.Trim)

In order to allow the CallSubDelayed2 to handle the signature of the events, I have to known the module name where the class is instantiated.
Is this possible ?
 

Erel

B4X founder
Staff member
Licensed User
Longtime User
Upvote 0
Top