LucaMs Expert Licensed User Longtime User Nov 17, 2019 #1 I would like to develop a simple B4X library (.b4xlib). A method optionally receives a label (B4XView). How could I create this library so that it also works in a b4j non-ui project? Maybe if there was an "If B4J_NON_UI"... (by the way, I didn't find a list of these conditions)
I would like to develop a simple B4X library (.b4xlib). A method optionally receives a label (B4XView). How could I create this library so that it also works in a b4j non-ui project? Maybe if there was an "If B4J_NON_UI"... (by the way, I didn't find a list of these conditions)
Erel B4X founder Staff member Licensed User Longtime User Nov 17, 2019 #2 LucaMs said: Maybe if there was an "If B4J_NON_UI"... Click to expand... B4X: #If NON_UI ... #End If Or: B4X: #If B4J AND NON_UI Upvote 0
LucaMs said: Maybe if there was an "If B4J_NON_UI"... Click to expand... B4X: #If NON_UI ... #End If Or: B4X: #If B4J AND NON_UI
I inakigarm Well-Known Member Licensed User Longtime User Nov 17, 2019 #3 by the way, I didn't find a list of these conditions Click to expand... https://www.b4x.com/android/forum/threads/conditional-compilation-build-configurations.40746/ https://www.b4x.com/android/forum/threads/b4x-okhttputils2-ihttputils2-and-accept-all-option.110673/ Upvote 0
by the way, I didn't find a list of these conditions Click to expand... https://www.b4x.com/android/forum/threads/conditional-compilation-build-configurations.40746/ https://www.b4x.com/android/forum/threads/b4x-okhttputils2-ihttputils2-and-accept-all-option.110673/