b4x

  1. W

    B4A Class wmBoseSoundTouch - control a Bose SoundTouch speaker from B4X [B4X][Class]

    Posted in the B4J forum at https://www.b4x.com/android/forum/threads/wmbosesoundtouch-control-a-bose-soundtouch-speaker-from-b4x-b4x-class.162205/
  2. W

    B4J Library wmBoseSoundTouch - control a Bose SoundTouch speaker from B4X [B4X][Class]

    The title says it all; tested with a Bose SoundTouch 20. The API info on which this class is based can be found at https://firstandsecondhomes.com/assets/uploads/SoundTouchAPI_WebServices_v1.1.0.pdf. Public methods: - Initialize: Initializes the object - GetBass: Retrieves information about...
  3. james_sgp

    Android Question AS_TextFieldAdvanced for Phone Numbers

    Hi, can anyone point me in the direction to be able to use the AS_TextFieldAdvanced to enter phone numbers (I need a + key), Numeric keypad is numbers only; Decimal keypad has '.' but no '+'... Thanks to the wonderful community, for the hel...in advance. James
  4. james_sgp

    Android Question [B4X] [XUI] AS TextFieldAdvanced - How to set 'title'from code?

    I want to be able to change the 'title' on the textfield the property 'title' is read only... Can someone help? James
  5. Peter Simpson

    B4X Turtle graphics examples

    Hello everyone, A few months ago I embarked on a journey to learn B4X Turtle, below are some examples that I converted from Python. While I have many more, these are just a few to showcase the Python converted code. When I have the time, I plan to tidy up the source code and release it on the...
  6. A

    IOS Job OFFER

    Hi all, I have a project developed in B4X and I look for someone that can make the IOS version full working and must be published on app store too. This project is a time and attendance app that must succed in use nfc,gps and select from a list. The app must work without internet link and must...
  7. M

    Android Question [B4X Pages] How to restart an Application after a Crash

    Hi everyone, I've to develop a Kiosk Mode Application (for a panel pc/tablet)... I'm concerned about what happens if the app crashes... Is there any robust way to restart the application in case it crashes? Thanks in advance
  8. Alexander Stolte

    Share My Creation ToDo App - Full working App B4A/B4I [Source for sale]

    This is a fully functional ToDo app for Android and IOS (B4A and B4I) With this B4X project I show how to develop a modern and good looking cross-platform app with B4X. Features SQLite Database structure Task due notifications Dark and Light Mode Switch on the fly, without app restart...
  9. fat32

    B4A Library [B4X] [XUI] XQ MiniListButton

    A small button, that changes/cycles values from a list. Very useful, to allow user to select specific values from a list. Features: Change background and text color Customizable text label width/size Customizable icon label width/size Can adjust icon spacing/padding Change Event Reversible...
  10. fat32

    B4A Library [B4X] [XUI] XQ XPandPanel

    An expandable panel with a titlebar (xq-titlebar), than can host any other view, inside the panel. It can have up to 5 icons in the right corner, one icon in the left corner and the title is auto-adjustable. The panel can also be animated while expanding/collapsing. Features: Up to 5 icons on...
  11. fat32

    B4A Library [B4X] [XUI] XQ TitleBar

    A simple view, that is used as a Title/Action Bar, with icons and adjustable title. Features: Up to 5 icons on the right side Left/Burger icon (visible or not) Change background and text color Each element (burger, title, icons) has each own click event Title label adjusts its width, depending...
  12. S

    B4A Library [B4X] SD CustomKeyboard (new version)

    The CustomKeyboard library has made a leap in quality to be able to replace the native Android/iOs keyboard and also for the Desktop version. Further developments are planned such as the possibility of adding editable fields from Design which are managed by this keyboard. This required a more...
  13. C

    B4J Question BCTooltip using BBCodeView instead of BBLabel

    I'm trying to adjust @Erel's BCToolTip code to have an option to use a BBCodeView instead of a BBLabel. This is with the intention of adding clickable links into the tooltip. I've attached an example of what I've done. One button dispays the tooltip using a BBLable, the other a BBCodeView. The...
  14. P

    Color selector application using B4XSeekBars and B4XFloatTextFields (B4A and B4J versions)

    This application showcases the use of B4X views and the multi platform programming with the #If B4A and #If B4J directives. This is how it looks like (first on my laptop then on my smartphone): A short description is available in the attachment: color_selector.pdf You can find the source codes...
  15. W

    Share My Creation MakeBxL - create a layout file from text or from an SQLite table (B4X) (Tool) (Source included)

    I wanted a quick way to generate a layout file (add the views and their names and events) to then fine-tune it with the Designer - MakeBxL does that, either from - a list of names (for the views) that you add in its TextArea, or - from an SQLite database table Some additional options are...
  16. LucaMs

    B4A Library [B4X] B4XThreeState - B4XView

    I needed something similar to StateListDrawable B4A but cross-platform (B4X). Since I was in a hurry, I settled for developing it just for the images. Obviously you can replace the 3 images (for the 3 states: ENABLED, DISABLED, PRESSED) via properties. Events: Click and LongClick. I don't...
  17. W

    Android Tutorial Athom Pre-Flashed TASMOTA Infrared Remote Controller with B4X (Home Automation)

    Posted in the B4J forum: https://www.b4x.com/android/forum/threads/athom-pre-flashed-tasmota-infrared-remote-controller-with-b4x-home-automation.158628/
  18. W

    B4J Tutorial Athom Pre-Flashed TASMOTA Infrared Remote Controller with B4X (Home Automation)

    I got my mitts on this IR remote controller gadget: https://www.aliexpress.com/item/1005005772315510.html What's unusual about this one, is that it comes pre-flashed with Tasmota, which makes it extremely simple to control it with your software, without having to tinker with the hardware...
  19. P

    [B4X]Connecting the buttons (or other views)

    In this tutorial you can study the source code to see how you can connect buttons (or other views) with lines. The source code is almost identical in B4A and in B4J. In the source code i use a rectangle to determine the direction of the line. This direction is then used to set the start and...
  20. yiankos1

    Android Code Snippet [Supabase] Findings

    Hello, I am doing my baby steps with Supabase and i will post here my findings in case someone needs them. 1) If you JOIN tables and filtering, then you will get results even it is equal with filter even it is not. So, in order to INNER JOIN tables and get only results that corresponds with...
Top