B4A Library [Lib, Chargeable] MFLib 2 - tons of functions for B4A - MaFu    Aug 09, 2016   (9 reactions) jar)
Lua script interpreter (MFLibLua.jar)
Lua 5.2 interpreter to script your app. It contains the complete MFLib base library because many of these functions are implemented as Lua functions.
You can implement your own functions in the interpreter.
Example apps for base, image, parser and Lua fu B4R Library rRFXMeter - rwblinn    Jul 22, 2022   (9 reactions) In Lua, the first character of a string has index 1 -- The humidity device is updated via HTTP: Processing device-adapter for RFXHumidity: Humidty device adapter -- RFXMETER: OpenURL: url = http://127.0.0.1:8080/json.htm?type=command¶m=udevice&idx=385&nvalue=81&svalue=0&parsetrig B4J Library [B4X] SD Zebra (printer) - Star-Dust (first post)    Aug 20, 2022   (2 reactions) PDF TO ZEBRA
I am attaching a new cross-platform example (B4XPage) that allows you to print a PDF file. For each version, a PDF library must be downloaded.
For B4J it is necessary to download this jar JAR
- https://www.apache.org/dyn/closer.lua/pdfbox/2.0.26/pdfbox-app-2.0.26.jar
(see also https:// B4A Library [B4X] [XUI] AS DatePicker - fast navigate to a Month - Year - Decade - Century | RangeDatePicker - Alexander Stolte (first post)    Feb 27, 2024   (1 reaction) Yes i can. You need to call it this way: dpData.WeekNameShort = dpData.("LU","MA","ME","GI","VE","SA","DO") If you change this, then you need to call: dpData.Rebuild And please make a new thread for questions next time, thanks. B4A Library JG MQTT Library - alexhi (first post)    Mar 17, 2015 Good job!!! I tested its on ESP8266 (Lua) work OK. B4A Library [B4A] [XUI] BMPopUp v1.2 - Brian Michael    May 05, 2024   (37 reactions) IsInitialized As Boolean
Prueba si acaso el objeto ha sido inicializado.
Reset As String
Reset the PopUp Timer.
Resume As String
Continuous PopUp Timer at the moment of Stop
setAnimationIn (Animation As Int) As String
setAnimationOut (Animation As Int) As String
Set the PopUpOut Animation. B4J Library [B4A] [XUI] SD: XUI_DragView - Star-Dust    Sep 14, 2021   (27 reactions) TLeft Fields: Column As String IsInitialized As Boolean Verifica se l'oggetto sia stato inizializzato. Item As String Functions: Initialize Inizializza i campi al loro valore predefinito. 67401 - B4A Library [B4X] BCToast - Cross platform custom toast message - ludoprgrm (first post)    Jul 03, 2020 Hi,
Is it possible to make the text scrollable, or handle the popup height (or size) according to the message text's length ?
I would use it in a B4A application.
Many thanks
Regards B4A Class [B4X] [XUI] AS Popup Menu - Alexander Stolte    Dec 16, 2024   (38 reactions) This is a simple cross platform Popup Menu.
I spend a lot of time in creating views, like this and to create a high quality view cost a lot of time. If you want to support me and further views, then you can do it here by Paypal or with a coffee. B4A Library SD: BT Printer Bluetooth - Kevin Hartin (first post)    Oct 06, 2021   (1 reaction) ColorToARGB(j, col )
Dim lum As Int = col.r * 0.2 + col.b*0.1 + col.g*0.7
If lum> 255 Then lum = 255
' save the pixel luminance
pixels(y*W + x) = lum
Next
Next
Dim ret As AnImage
ret.Width = bmp.Width
ret.Height = bmp.Height
Page: 1   2   3   4   5   6   7   Powered by ColBERT |