B4A Library B4X Libraries Index - Erel    Nov 22, 2021   (42 reactions) Online Table
Developers who want to add their libraries: click on the green button in the top... will take the developer to the library thread.
107601... B4J Library [BANanoKeyStore] A KeyValue Store for BANano on top of IndexedDB - Mashiane    Jul 16, 2022   (3 reactions) Hi there The BANanoKeyStore is a Key Value store class that works like the b4j Key Value Store b4xlib. How to use...... B4A Class IndexedTable - Erel    Nov 12, 2015   (19 reactions)   tags: listview 38842 A ListView that allows the user to jump to a specific item based on the index. It is implemented as a custom view. You need to add a CustomView in the designer and set its CustomType to IndexedTable. Note that the items must be sorted. It is similar to this B4i class: https://www.b4x.com/android/forum/threads/class-indexedtable.60280/ Its performance is better as it creates a map that maps between the characters and the relevant items (instead of searching all the items each time).... Bug? B4X Libraries Index ? - MarcoRome    Feb 12, 2021 Hi @Erel, All. Maybe is Bug ? ** B4A ** 107901 if i click 1.81 ( Net ) open this page: https://www.b4x.com/android/forum/threads/b4x-net-library-ftp-smtp-pop-with-wait-for.84821/#content But i think that correct page is: https://www.b4x.com/android/forum/threads/new-net-library-android-ftp-smtp-and-pop3.10892/#content here i found library but old 1.80... where's the new B4X Net ? ** B4J ** 107902 Why i dont see Json Version ? Thank you Have a nice day... B4i Library [class] IndexedTable - Erel    Nov 12, 2015   (3 reactions) This class adds an "index" to a TableView: kR9APzpqHFI B4A implementation of this class: https://www.b4x.com/android/forum/threads/indexedtable.60300/ Note that the B4A implementation uses a Map as a small index. This improves the performance if there are many items. It should be simple to port it to this implementation.... Wish Libraries index inside forum - Erel (first post)    Apr 11, 2021 The html version is available here: https://www.b4x.com/android/forum/forums/additional-libraries-classes-and-official-updates.29/... Share My Creation [Web][SithasoDaisy 2.5] LIBS.JSON Generator for Aeric's Additional Libraries Downloader - Mashiane    Aug 27, 2025   (1 reaction) .json file from Erel's b4x library index for your platform of choice. 166360 Step 1 1. Download the B4x Libraries List (format it a little) and import it to the tool. Step 2 2. Download... PocketBase Hosted on PocketHost Aeric has created an amazing tool called Additional Libraries Downloader... that library developers can indicate the actial exact path of their libraries. Having an exact path will eliminate the need to open the b4x forum thread and find the developer library manually. First Part... Other B4J v8.90 BETA is available for download - Erel    Feb 8, 2021   (25 reactions) Download link: www.b4x.com/b4j/files/beta.exe This update adds support for the new online libraries index: https://www.b4x.com/android/forum/threads/b4x-libraries-index.127418 https://www.b4x.com/android/forum/attachments/1612773499294-png.107601/ Latest version of each library is displayed in the libraries tab. Clicking on the version will take you to the library thread. Find all references... links and custom build actions. Updated internal libraries: jXUI, B4XPages, jOkHttpUtils2 and XUI... Other B4i v7.20 BETA has been released - Erel    Mar 1, 2021   (15 reactions) B4i v7.20 adds support for the new libraries index (https://www.b4x.com/android/forum/threads/b4x-libraries-index.127418/#content). The builder was updated with the requirements related to the new Apple intermediate certificates. 108888 Developers who are eligible for a free upgrade will receive an email with installation instructions.... B4A Library [B4X][XUI] CLVIndexScroller - xCustomListView fast scrolling index view - Biswajit    May 11, 2020   (22 reactions) It's a class that adds a fast scrolling index view to xCustomListView. It has a dark and a light mode. You can show either alphabetic or numeric index and can change the index order. 93834 93835... (clv As CustomListView, IndexTypeNumeric As Boolean, DarkTheme As Boolean, AscendingOrder As Boolean...(Colors.Green) ''Set active index theme clvIS.SetActiveIndexTheme(clvIS.ACTIVE_INDEX_THEME_AUTOPOS) ''Call update to refresh the active index while manual scrolling Sub clv_ScrollChanged... Page: 1   2   3   4   5   6   7   |