Robert Valentino Well-Known Member Licensed User Longtime User Aug 28, 2022 #1 Is there anyway I can pass a reference to B4XPages to a library or reference B4XPages from a Library What I really need to do is pass a service module to a library so it can call functions in it.
Is there anyway I can pass a reference to B4XPages to a library or reference B4XPages from a Library What I really need to do is pass a service module to a library so it can call functions in it.
Erel B4X founder Staff member Licensed User Longtime User Aug 29, 2022 #2 Robert Valentino said: What I really need to do is pass a service module to a library so it can call functions in it. Click to expand... Sounds like a mistake. Why do you need a service? How are you building the library? If it is a b4xlib then it can access anything that can be accessed by code. Upvote 0
Robert Valentino said: What I really need to do is pass a service module to a library so it can call functions in it. Click to expand... Sounds like a mistake. Why do you need a service? How are you building the library? If it is a b4xlib then it can access anything that can be accessed by code.
Robert Valentino Well-Known Member Licensed User Longtime User Aug 29, 2022 #3 It isn't but will be. Thanks UPDATE: What a moron I am (boy do I hate getting old) I had converted the code to a b4xlibrary and was editing the project when it use to be just a regular library. Sorry to waste your time. MUSH for brains these days Last edited: Aug 29, 2022 Upvote 0
It isn't but will be. Thanks UPDATE: What a moron I am (boy do I hate getting old) I had converted the code to a b4xlibrary and was editing the project when it use to be just a regular library. Sorry to waste your time. MUSH for brains these days