module

  1. Guenter Becker

    B4A Library List of TD_ CustomViews, Modules, Classes and Services

    All Listed CustomView, Modules, Classes and Services are part of our B4A Development at prestent and in future. All not Listed CustomView, Moduls, Classes and Services are outdated and not longer supported! B4A CustomViews, Modules, Classes...
  2. Guenter Becker

    B4A Class Convert DateTime, Graphic, Boolean, Units

    Version: 1.1/2023 The Module contains functions to convert formats or units to be needed in the daily life of software development as followes: Convert Date or Time Values into B4x-Ticks or ISO8601 Format. Convert Boolean True/False into Integer 1/0 and reverse. Convert Decimal Point from...
  3. xXswetXx19

    Android Question Call a b4a function from java jar library

    I have a APP in b4a with a list that i want to fill each time that a listener in my jar library is triggered, for this i want to call a function in my b4a code from the jar library, i tried too many ways but it didnt work, can you help me? (Sorry my english) The jar is the comunication module...
  4. TelKel81

    B4J Question How to get the value of a field declared in a code module using Reflection or JavaObject ?

    I tried with both but to no avail... I know how to do it with class modules but the same approach doesn't work in code modules (NoSuchFieldException) despite that I can successfully iterate through the fields of the code module with the getFields method.
  5. Mashiane

    B4J Question [BANano] [SOLVED] How can I import a single export from a module?

    Ola I've found this example which could be a jewel for me. https://codesandbox.io/embed/vue-runtime-template-compiler-51rld I'd like to achieve something like? import {myExport} from '/modules/my-module.js'; Do I have to .AddJavascriptES6File? Thanks
Top