B4J Library [B4X] dgSwitches - a class to manage a group of switches/bits - udg Apr 28, 2023 (9 reactions) We can read current state of the switches (bits) using numeric values or strings.
When working with group of switches, we divide them in "banks" (yes, like the DIP switches on electronic boards). Depending on the type of the numeric variable we want to use, we can have from 1 bank (64bits as a LONG B4A Class [B4X] dgSwitches - a class to manage group of switches/bits - udg Apr 28, 2023 (3 reactions) Hi all, since I don't like cross-posting, please refer to this thread for explanations. Attached is the current version of the class itself. udg B4A Library [B4X] Supabase - The Open Source Firebase alternative - Alexander Stolte Mar 18, 2025 (49 reactions) FromPath - The original file path, including the current file name. For example `folder/image.png`
ToPath - The new file path, including the new file name. B4A Library [B4X] APNG - animated PNG - Erel Dec 24, 2023 (46 reactions) https://apng.onevcat.com/assets/elephant.png (image source: https://apng.onevcat.com/demo/) APNG is a format that extends PNG with support for animations, similar to animated gifs. This class, which is implemented in B4X, extracts the frames from the APNG file and creates the animation. It doesn't B4A Library [B4X] JSONQuery - a JMESPath-like Query Processor for B4X - Blueforcer Dec 19, 2024 (16 reactions) Understanding slice notation:
1. - From index 0 to (but not including) 3
2. - From start to end, taking every second item
3. - From third-to-last to the end
4. - From start to (but not including) 3
5. - From 3 to the end
6. - From third-to-last to (but not including) last
==================== B4A Library [B4X] [XUI] [B4XLib] HintOverlay - display hints that also highlight target views - Segga (first post) Apr 26, 2022 ...as in moving on to the next hint (or closing if its the last one) automatically if the user doesn't tap the screen within a certain amount of time? B4J Library [B4X] Velocity - aeric Jul 18, 2023 (11 reactions) A wrap of Apache Velocity Engine library for B4A and B4J What is Velocity? Velocity is a Java-based template engine. It permits anyone to use a simple yet powerful template language to reference objects defined in Java code. Source: https://velocity.apache.org/ Download additional libraries: veloc B4A Library [B4X] MiniHtmlParser - simple html parser implemented with B4X - Erel Feb 06, 2025 (38 reactions) MiniHtmlParser is a cross platform class that parses html strings and creates a tree with the various elements.
It is a less powerful alternative to jTidy or jSoup, however it is simple to use, cross platform and as it is implemented in B4X it can be extended quite easily.
Note that many real-world B4A Library [B4X] [XUI] AS Scheduler ? - MonthView, DayView (Week), AgendaView and CalendarView [Payware] - Alexander Stolte (first post) Apr 16, 2022 what is the point of this? B4J Library [B4X] [XUI] SD FlexGrid (Table) - dwsands (first post) Apr 28, 2021 What I am calling padding is the space between the content and the border of the cell so that the content isn't jammed up against the cell border. It could also be called whitespace or a margin. Page: 1 2 3 4 5 6 7 Powered by ColBERT |