Subscribe to library updates

Alexander Stolte

Expert
Licensed User
Longtime User
[B4X] [XUI] AS PinLock
-V1.2
  • Removes unused variable
  • Fix Bug the setDescription property was not showing
  • Add CodeColor Property
  • Add KeyboardBackgroundColor Property
  • Add KeyboardTextColor Poperty
  • Add KeyboardExtraButtonBackgroundColor
  • Remove Seperator Bug with the new seperators
  • Add New Designer-Property ShowKeyboardSeperator set to true to show seperators on the numberfields
  • Add New Designer-Property KeyboardSeperatorColor set the seperator color for the numberfields
  • Add EncryptMethods as return values
 

stevel05

Expert
Licensed User
Longtime User
[B4x] MineXML Auto create Class and b4xlib

A tool written in B4j, The resulting code and libraries are cross platform​
  • Extract XML keys from an XML file
  • Merge multiple files to extract keys
  • Allows adding friendly names for the keys
  • Creates a class to access the selected keys from an XML file using the assigned friendly names (or tags from the XML if not defined)
  • Export the class as a b4xlib
  • Warn if a key is present in an XML file that is not recognised. (Optional)
There is also a test app companion to help check that the library is working correctly.​
 

stevel05

Expert
Licensed User
Longtime User
[B4x] MineXML Auto create Class and b4xlib

Update v1.1

  • Faster Parsing and handling of larger files
  • Shows count of data items for large lists
  • Better validation of entered Variable and Module names
  • Added B4xTable to display data in a better format and export to csv
  • Improved merging data storage
 

Star-Dust

Expert
Licensed User
Longtime User
[B4X] [XUI] SD Brightness 0.01

Video.gif
 
Last edited:

Erel

B4X founder
Staff member
Licensed User
Longtime User
DJI v4.50 is released. It is based on DJI SDK v4.11.1. It works with 64 bit devices and it is compatible with AndroidX SDK.
It requires B4A v9.5+.

There are some changes in the events. The ProductConnectivityChanged event was removed and there is a new BindingStateChanged event that is used instead.
See the two examples.

https://www.b4x.com/android/forum/threads/dji-drones.75244/page-1
 

stevel05

Expert
Licensed User
Longtime User
LogServer v2.0

Allows multiple connections from any platform to the server at the same time.
Library is now a b4xlib
Removes threading and java specific calls so hopefully it will work with B4i.
 

stevel05

Expert
Licensed User
Longtime User
Project Overview

Update to v0.6

v0.6 Bug fix for crash when filtering on Modules or Module Descriptions
 

stevel05

Expert
Licensed User
Longtime User
[B4x] LED Matrix

This is a Custom view b4xlib that I created to add to my LogServer, I though it may come in handy for other purposes so I'd share it here.
You can have any number of channels (Rows) and a practical limit of 16 LED's (Columns) per channel as the state for each channel is stored in an Int, which is a 16 Bit variable.
 
Top