b4x

  1. W

    Android Tutorial [B4X] Using/running B4A and/or B4J on 64 bit Linux Mint 20.2 Cinnamon with 64 bit Wine

    The solution for both B4A and B4J has been posted at https://www.b4x.com/android/forum/threads/b4x-using-running-b4a-and-or-b4j-on-64-bit-linux-mint-20-2-cinnamon-with-64-bit-wine.134069/
  2. W

    B4J Tutorial [B4X] Using/running B4A and/or B4J on 64 bit Linux Mint 20.2 Cinnamon with 64 bit Wine

    *** Contents *** Intro Acknowledgements Disclaimer Environment Conventions used in this post Making it work Compiling and running your programs A semi-automated way to get your B4J UI programs ready Android SDK Manager Useful tips *** Intro *** Ever since the arrival of Windows 10 and all its...
  3. aeric

    Share My Creation [Project Template] [Web] API Server

    Version: 1.16 Description: Create Web API Server with CRUD functionalities Updates: Web API Server 2.0 is available. Check https://www.b4x.com/android/forum/threads/project-template-web-api-server-2.143310/ Template: Web API Server (1.16).b4xtemplate Depends on following libraries...
  4. AmirMK82

    B4A Library [B4X] [XUI Views] - AMProgressButton

    Hello, My New Cross Platform Library is ready now :) A new styled button with built-in progressbar Features Cross-platform compatible A good text animation Changeable values Custom Colors Custom Border And CornerRadius Tested in B4A B4J * I don't have tested it with B4I, but it should...
  5. AmirMK82

    B4A Library [B4X] [XUI Views] AMButton - New flexible and attractive button

    Hello, I have made a new styled button Features cross-platform compatible a good animation Changeable values custom values Tested in B4A B4J * I don't have tested it with B4I, but it should work * B4A: B4J: AMButton Author: AmirMK82 Version: 1.00 AMButton Events: Click Fields...
  6. Alexander Stolte

    Android Tutorial [B4X] B4X Online Tools - JSON Parser/QR Generator/Regex Parser

    Full list of B4J Server Examples: https://b4x.com:51041 If there are other online tools that simplify programming with B4X, then I expand the thread.
  7. H

    Android Question CustomListView as another CustomListView's cellitem: How to resize the cell height to accomodate the listview's increasing items.

    To everyone who knows or has an idea... What is the proper way of resizing the height of a CustomListView's cell which contains another CustomListView which list items increase. For instance, listview1 has two list items--A and B--then, I put listview2 as the cell item of B. The list items...
  8. Carlos marin

    iOS Question [B4XGifView] has a way to disable looping and control speed in iOS?

    Hi guys, is there a way to replicate what I saw in the following thread but for iOS? I can't find the B4XGifView1.GifDrawable property and would like to have control to start, stop and handle the speed of the gif, i'm loading a gif but it takes longer to reproduce the animation than it should...
  9. Star-Dust

    B4J Library [B4X] [B4XLib] SD SwitchAdv (3 states)

    Switch with 2 or 3 states. Horizontal or vertical. You can choose the style. All selectable from Design Note: Even if it is a B4XLib library, it is not allowed to decompress it, read and / or modify the sources. It is also not allowed to rename the library. Unless you are explicitly authorized...
  10. sfsameer

    Share My Creation Cloud Gaming - Anywhere & Anytime : Source Code For Sale

    Hello Everyone :) *As always we would like to thank @Erel for making this possible for every single one of us. Thank you dear @Erel ♥ Our next big challenge is to create the most advanced system ever built using B4X Technology and the first thing came to our mind was building Virtual Machines...
  11. MList

    iOS Question B4X Pages Question

    deleted
  12. Lucas Siqueira

    Wish There are future plans for b4x to be one ide (b4a, b4j, b4i)

    Since 2015 I have been developing in b4a, then I went to b4j and b4i, followed a part of the evolution of the 3 IDEs and I am very grateful for what Erel did for me, today I have an extra income that helped to buy my house here in Brazil, thank you very much! I always recommend b4x to all my...
  13. Star-Dust

    B4J Library [B4X] xHttpServer (Http Server + jQuery)

    It is a personal project of mine that I started as a hobby on B4i and it has become an interesting project, so that I have modified it to be multiplatform. It is an http server, which allows a browser to navigate on html pages stored on the device. In addition, dynamic pages can also be...
  14. rtek1000

    Bug? B4X IDEs presents BUG by maximizing

    Initial condition: - Windows 10 x64 (20H2) - Have two displays (Extended mode) - The IDE window sized to show a part on each screen Problem: - When the IDE window is maximized, a portion of the window remains on the second screen Verification: - This problem does not occur with other programs...
  15. M

    Android Question B4X Menu Items - Events

    Hi, I am starting to use B4X pages. All good except I am having trouble finding how to create a simple menu scheme. If I create the menu in the activity, it does not show on the page. (No 3 dots icon) If I place it in the page it shows on the page OK but I cannot see how to create the event...
  16. Martin Larsen

    B4R Question Deep sleep with AsyncStreams + B4XSerializator

    I am working on a remote thermometer for my greenhouse using an ESP8266-01 and DHT11. Currently I am using AsyncStreams + B4XSerializator which is simple to work with and works well. Now I want to put the ESP8266 in deep sleep mode so save battery and only wake up every 5 minutes or so. But...
  17. Lucas Siqueira

    Share My Creation [B4XPAGES] DESIGNER LOGIN EXAMPLE - CODE B4X - UX DESIGNER

    Hi, my name is Lucas Siqueira 🇧🇷 ! I am very happy 😁 to share with you the designer at B4XPAGES. I hope you like the layout and my contributions! 🤓💻 I'm in love 🥰😍 with B4X! Made with ❤ in B4X
  18. S

    B4J Library Build parametized SQL queries for Insert,Update and Delete

    This is a small class to easily build SQL queries declare an instance of the class clBuildSQL and initialize it Private fBuildSQL As clBuildSQL .... fBuildSQL.initialize Insert record Just pass as first parameter the table name and as second parameter a map with pairs keys/values...
  19. S

    B4A Class Build parametized SQL queries for Insert,Update and Delete

    This is a small class to easily build SQL queries declare an instance of the class clBuildSQL and initialize it Private fBuildSQL As clBuildSQL .... fBuildSQL.initialize Insert record Just pass as first parameter the table name and as second parameter a map with pairs keys/values...
  20. LucaMs

    Share My Creation [B4X] [TOOL][SOURCE] lm Snippets Manager

    I definitely want to speed up the development of my softwares; I decided to develop a very useful snippets manager. Although the main purpose is to have all your snippets at your fingertips, saved in a local db, cataloged and easy to find, I have also added the possibility of inserting those...
Top