Theera Expert Licensed User Longtime User Jan 25, 2013 #1 Hi all, Could I use custom library which built by B4A v 2.5 with B4A v2.30 down? and How to hide this command belows in custom library ? Sub Process_Globals End Sub Last edited: Jan 25, 2013
Hi all, Could I use custom library which built by B4A v 2.5 with B4A v2.30 down? and How to hide this command belows in custom library ? Sub Process_Globals End Sub
Erel B4X founder Staff member Licensed User Longtime User Jan 27, 2013 #2 No. Such libraries will only work with v2.50 or above. Process_Globals sub will be hidden automatically for services and activities. You cannot hide it in code modules. Upvote 0
No. Such libraries will only work with v2.50 or above. Process_Globals sub will be hidden automatically for services and activities. You cannot hide it in code modules.