B4A Library [B4X] XUI Views - Cross platform views and dialogs - Erel    Feb 16, 2023   (79 reactions)   tags: B4X XUI Views Dialogs, xui, XUI Views 311915599 XUI Views is a b4x library (https://www.b4x.com/android/forum/threads/100383/#content). The same b4xlib library is compatible with B4A, B4i and B4J It is a collection of custom views and dialogs. Everything is written in B4X. The source code is included inside the b4xlib file, which... - Download and double click to run. XUI Views is an internal library. Make sure to copy it to the internal libraries folder (C:\Program Files (x86)\Anywhere Software\<tool>\libraries). Notes... B4A Library [B4X] BLE 2 - Bluetooth Low Energy - Erel    Jan 4, 2023   (27 reactions)   tags: Bluetooth, Bluetooth Low Energy, BLE This library replaces the previous BLE library. It is simpler to use and it is more powerful. Its API is based on B4i iBLE library which makes it easy to reuse B4i code. See the iBLE tutorial: https://www.b4x.com/android/forum/threads/ble-bluetooth-low-energy-library.46099/#content Tips & Notes - You can call Manager.Scan2 with AllowDuplicates set to True if you want to monitor the state... is an internal library now. It is included in the IDE. Example is based on B4XPages and will work with B4A and... B4A Library [B4X] BCTextEngine / BBCodeView - Text engine + BBCode parser + Rich Text View - Erel    May 21, 2023   (67 reactions)   tags: Label BBCode, text style, RTF component, B4X, ritchtext, rich text platform library with several features: - Text drawing engine. - Text layout engine. - BBCode.../basic4android/images/F0DYcnZwgV.gif The library and the code inside can be used for all kinds of things... on jBitmapCreator v4.71+ which is available in B4J v7.50 and B4i v5.80. B4A library: https://www.b4x.com.... New BBLabel.DisableResizeEvent field. This is used by BCToast library which removes the internal...-2#post-665369 BCTextEngine is an internal library. ... B4A Library [B4X] [XUI] xCustomListView - cross platform CustomListView - Erel    May 17, 2022   (44 reactions)   tags: CustomListView, xcutomlistbox card, xuiCLV, CUSTOMLIST, Erel, XUI Update: As several other libraries depend on xCustomListView library, it is no longer recommended to use the code module. Use the library instead. There are several extension classes that add more... xCustomListView is an implementation of CustomListView based on XUI library. It provides all the features... #${i}"$) Don't use the source code. Use the preinstalled xCustomListView library instead. Libraries such as XUI Views depend on the library and will not work properly with the module... B4J Library [B4X] jRDC2 - B4J implementation of RDC (Remote Database Connector) - Erel    Sep 9, 2021   (39 reactions)   tags: RDC, jRDC2, conectate a un servidor, Remote Connector, DB Remote, Myapp to the additional libraries folder. 2. Add a reference to this jar with: #AdditionalJar: mysql... your project. It depends on RandomAccessFile and OkHttpUtils2 libraries (or the matching libraries... B4A Library [B4X] B4XTable - Cross platform, sortable, searchable, customizable table - Erel    Oct 30, 2022   (56 reactions)   tags: xuiTable, b4xtable, DataGrid, Table, B4X B4XTable B4XTable is a paged based table. The UI is made of a horizontal xCLV. The data is stored in an in-memory SQLite database. Dependencies: XUI Views must be selected in the libraries tab. https://www.b4x.com/basic4android/images/SS-2019-02-07_15.33.03.png How to use? 1. Add a B4XTable with the designer. 2. Add the columns: B4XTable1.AddColumn("US County", B4XTable1.COLUMN_TYPE_NUMBERS... editing features. B4XTable is an internal library. ... B4A Class [class][B4X] Google OAuth2 - Erel    May 28, 2023   (40 reactions)   tags: wait, Google GoogleOAuth2 class is compatible with B4A, B4i and B4J (new). It is no longer possible to use WebView to implement Google's OAuth2 authentication. The solution is to open the default browser and set the redirection uri in such a way that the browser will redirect the response back to our app. GoogleOAuth2 class takes care of several tasks: 1. Opening the browser and getting the authorizatio... B4A Library [B4X] FTP Server implemented with Socket and AsyncStreams - Erel    Jul 18, 2022   (40 reactions)   tags: B4A B4J, FTP support for UTF8 files and folders names. Example is attached. FTPServer.b4xlib is the library itself.... B4A Library [B4X] B4XPreferencesDialog - Cross platform forms - Erel    Nov 12, 2021   (49 reactions)   tags: preference, B4X, builder, B4X B4XPreferencesDialog .b4x.com/android/forum/threads/6787/#content). Note that it will be an internal library in the next version... improvements. B4XPreferencesDialog is an internal library.... B4A Library [B4X] BitmapsAsync - Erel    Feb 28, 2023   (30 reactions) Don't use this. Better implementation in SimpleMediaManager: https://www.b4x.com/android/forum/threads/b4x-simplemediamanager-smm-framework-for-images-videos-and-more.134716/#content A cross platform library that allows loading images using background threads. It can be useful with keeping the app responsive while loading many images. It is specifically built to work with HttpJobs. It has two methods: LoadFromHttpJob (HttpJob, MaxWidth, MaxHeight) - Loads a bitmap that was downloaded... Page: 1   2   3   4   5   6   7   |