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