B4J Library [B4X][class] RecordSet: A class that extends the functionality of lists of same length arrays - William Lancee    Aug 25, 2021   (7 reactions) I have included copious comments. Feedback is always welcome.
118265
118266 B4A Library [B4X] XUI Views - Cross platform views and dialogs - Erel    Dec 12, 2023   (82 reactions) An evolution of SearchView.
- B4XTimedTemplate - A template that wraps other templates and creates a dialog that closes automatically after the set time with a nice animated progress bar.
It is simple to add more templates.
Tutorial about B4XDialogs: https://www.b4x.
More views and templates will B4A Library [B4X] [XUI] AS FloatingActionMenu - Alexander Stolte    May 28, 2024   (14 reactions) You can add parameters to this method if needed. IsInitialized As Boolean Tests whether the object has been initialized. 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 Library [B4X] [XUI] AS Stories - Alexander Stolte    Nov 17, 2024   (24 reactions) Library that shows a horizontal progress like Instagram stories. You can add your own layout like on the AS_ViewPager. The AS_Stories supports lazy loading too. 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 fur 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 Class [B4X] [XUI] xSelectableCustomListView - Claudio Oliveira    Apr 30, 2018   (18 reactions) If as item could not be disabled, the corresponding item index in the returning list will be -1 ItemList: A list containing indexes of items to be disabled WithEvent: If False then _ItemDisabled events will not be raised EnableAll (WithEvent As Boolean) As String Enables all items WithEvent: If Fal B4A Library [B4X] [XUI] SD XUIView2 - Star-Dust (first post)    Apr 25, 2021   (8 reactions) I'll be adding a new view to the library soon. A ListView that divides items into multiple columns of a predetermined width by design or code. Also the possibility to change the background of a single element of the list. It is always a ListView because it scrolls only vertically, but more elements B4A Library [B4X] JSONQuery - a JMESPath-like Query Processor for B4X - Blueforcer    Dec 19, 2024   (16 reactions) Understanding the code: 1. The array is accessed using the property name "users" 2. users gets the first item (John) 3. users gets all items as a list 4. The result type depends on what you're accessing: - Single item: returns that item's type - : returns a List ============================== B4A Library [B4X] BCToast - Cross platform custom toast message - Erel (first post)    Aug 20, 2020   (1 reaction) Any library or code or tutorial with in the title is cross platform, which means that it is compatible with B4A, B4i and B4J. Page: 1   2   3   4   5   6   7   Powered by ColBERT |