b4x

  1. 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...
  2. 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...
  3. 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...
  4. 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...
  5. 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...
  6. 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...
  7. 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...
  8. 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...
  9. Star-Dust

    B4A Library [B4X] [XUI] SD Selector

    SD_Selector Author: Star-Dust Version: 0.05 fourSelector Events: ChangeValue (nSelector As Int, Index As Int) CenterClick Fields: mBase As B4XView Tag As Object Functions: Class_Globals As String DesignerCreateView (Base As Object, Lbl As Label, Props As Map) As String Base type must be...
  10. LucaMs

    Android Code Snippet [B4X][Library] A solution to easily add your own code snippets?

    EDIT: Attached MySnippets.b4xlib and instructions about how you can add your own code snippets (see them after the line of asterisks in this post) Watch the animated gif in post #7 to see how to use this library...
  11. Star-Dust

    B4J Library [B4X] [XUI] [B4xLib] SD LoadingIndicator

    This library is an update of this source based on @Erel's code (here) New indicators in the shape of Heart, Infinity, Bubble have been added and some bugs have been fixed. NOTE: You can use this library for personal and commercial use. Include it in your projects. Attention, even if it is a...
  12. Star-Dust

    B4i Library [B4X] [XUI] iSD_Dice

    iSD_Dice Author: Star-Dust Version: 1.04 DiceView Events: Click CompleteRoll Fields: mBase As B4XView Tag As Object TimeMovment As Int Functions: Class_Globals As String DesignerCreateView (Base As Object, Lbl As Label, PropS As Map) As String Base type must be Object Initialize...
  13. Star-Dust

    B4J Library [B4X] [XUI] jSD_Dice

    For Rolling Ball see here jSD_Dice Author: Star-Dust Version: 1.04 DiceView Events: Click CompleteRoll Fields: mBase As B4XView Tag As Object TimeMovment As Int Functions: Class_Globals As String DesignerCreateView (Base As Object, Lbl As Label, PropS As Map) As String Base type must...
  14. Star-Dust

    B4A Library [B4X] [XUI] SD_Dice

    SD_Dice Author: Star-Dust Version: 1.04 DiceView Events: Click CompleteRoll Fields: mBase As B4XView Tag As Object TimeMovment As Int Functions: Class_Globals As String DesignerCreateView (Base As Object, Lbl As Label, PropS As Map) As String Base type must be Object Initialize...
  15. LucaMs

    B4A Library [B4X] RecentB4XPages

    I made this "stuff": a menu with thumbnails of recent B4XPages (which can be opened directly from the menu, of course). It is a class: are you interested in having a library?
  16. W

    Android Tutorial Controlling Sonoff S20 smart power plugs [B4X] [Home Automation]

    Tested with both B4A and B4J - see https://www.b4x.com/android/forum/threads/controlling-sonoff-s20-smart-power-plugs-b4x-home-automation.125768/
  17. W

    B4J Tutorial Controlling Sonoff S20 smart power plugs [B4X] [Home Automation]

    Hi gang, Here's how I got the Sonoff S20 to work with B4X. As the standard firmware doesn't come with an API and I wasn't successful trying to translate pySONOFF to B4X, I went down another path which was more than worth the effort of looking things up and ordering a bit of additional low-cost...
  18. B

    Android Question WebView don't show scriptmsg

    Hi everyone, my colleague wrote a webapp with visual studio that allor the users to login to save data on a database and show a confirmation message, and it works correctly via the browser. I've write an app with B4A that just load this webpage in a webview so i can easily share the apk with...
  19. M

    Wish [B4X] B4X for MacOs (news?)

    Hello, I know that this question was answered 2 years ago. I wish to know if there are some news, there will be more clearly a macOS version of b4x ide, or will remain only for Windows? Thanks in advance for answering :D
  20. M

    iOS Question [B4X] Get the label from an TextItem of a CustomListView

    Hi everyone, it is possibile to get a reference of the label used for the "TextItem" of a CustomListView? i wish to change the backgroud color of the label, text size, round the corners etc.. I know that there is the .DesignerLabel method, but if i try to change color it does not work Thanks...
Top