Other [new feature] b4xlib - a new type of library - Erel    Nov 2, 2020   (69 reactions)   tags: b4xlib;libraries, b4x library, Erel to create a zip file with these resources. The zip file extension should be b4xlib. That's all... B4J.DependsOn=jXUI, jDateUtils B4A.DependsOn=XUI, DateUtils B4i.DependsOn=iXUI, iDateUtils Files... B4J Library [B4X] jRDC2 - B4J implementation of RDC (Remote Database Connector) - Erel    Mar 13, 2024   (42 reactions)   tags: RDC, jRDC2, conectate a un servidor, Remote Connector, DB Remote, Myapp database servers. jRDC2 is the latest version. All new projects should use this version. jRDC2... is compatible with B4A, B4J and B4i is responsible for sending the requests and handling the responses. jRDC2... example: http://www.b4x.com/basic4android/images/SS-2013-08-04_16.10.20.png Note that the configuration... sensitive and it doesn't include the 'sql.' prefix. 4. Run the program and test it locally... name of the server hosting jRDC2. It must end with /rdc. 2. Add DBRequestManager class to your project... Share My Creation [B4J] [MySQL] [API] Server (Key + Token) and [B4X] User Login Apps - aeric    Aug 16, 2024   (39 reactions) Updates: Latest B4XPages user login client apps (using B4J server): https://www.b4x.com/android/forum/threads/project-template-user-login-client-b4x.161914/ 105281 Finally I would like to share my B4J API server written in B4J. Compare to my previous PHP API, this API server implements... database and tables in MySQL server. jAPI.zip - Source code for server app (B4J). B4A.zip - Source code for client app using default template (B4A) B4X.zip - Source code for client app using B4XPages... B4A Library [B4X] XUI Views - Cross platform views and dialogs - Erel    Mar 19, 2025   (85 reactions)   tags: B4X XUI Views Dialogs, xui, XUI Views where TextChanged event is ready before the view is ready. V2.54 - Fixes a bug with B4XSeekBar in... PasswordRevealChanged (Revealed As Boolean) event. V2.34 - B4XFloatTextField - New FocusChanged event... B4XSeekBar1_TouchStateChanged (Pressed As Boolean) event. This event is useful when you want to do... TextChanged events. - Optional clear button. - Bug fixes. V1.40 - B4XFloatTextField password mode...). The same b4xlib library is compatible with B4A, B4i and B4J It is a collection of custom views and... B4A Tutorial [B4X] B4XPages - Cross platform and simple framework for managing multiple pages - Erel    Jul 12, 2023   (81 reactions) event will be called once, before the page becomes visible. Private Sub B4XPage_Created (Root1... B4XMainPage. This page will usually be the first one to be displayed. 4. B4XPage_Created event.... You can see the list of events by writing: Sub + space + tab and choosing B4XPageManager. The event...440642051 B4XPages is a library that serves two purposes: 1. Make it simple to develop B4A apps by solving almost all of the challenges involved with Android complex activities life cycle. B4XPages... B4A Library [B4X] B4XTable - Cross platform, sortable, searchable, customizable table - Erel    Sep 21, 2025   (58 reactions)   tags: xuiTable, b4xtable, DataGrid, Table, B4X B4XTable -memory db is created with the data. CellClick event Sub B4XTable1_CellClicked (ColumnId As String...B4XTable is a paged based table. The UI is made of a horizontal xCLV. The data is stored in an in... use? 1. Add a B4XTable with the designer. 2. Add the columns: B4XTable1.AddColumn("US County", B4XTable1.COLUMN_TYPE_NUMBERS) B4XTable1.AddColumn("Name", B4XTable1... = su.LoadCSV2(File.DirAssets, "us_counties.csv", ",", headers) B4XTable1.SetData... Share My Creation [B4X] B4X Pleroma - open source client for Mastodon / Pleroma social networks - Erel    Nov 4, 2020   (15 reactions) What is Mastodon? IPSbNdBmWKE Pleroma is a lightweight implementation that extends Mastodon. B4X Pleroma is a client for these social networks. More information here: https://www.b4x.com/android/forum/threads/119426/#content It is based on quite a few B4X components including: BCTextEngine, BitmapCreator, MiniHtmlParser, OkHttpUtils2, OAuth, KeyValueStore, XUI Views, B4XPages, B4XDrawer, B4XGifView, B4XPreferencesDialog, BCToast, xCustomListView, BitmapsAsync, RequestsManager and... B4J Tutorial Integrated B4JPackager11 - The simple way to distribute standalone UI apps - Erel    Sep 16, 2025   (50 reactions) B4JPackager11 is a utility written in B4J that uses the underlying Java tools to create... - Build Standalone Package. External tool: https://www.b4x.com/android/forum/threads/b4jpackager11-the-simplest-way-to-distribute-ui-apps.99835/#content Example: https://www.b4x.com/basic4android/images/Shw8yVDjRi.gif The output of this tool looks like this: https://www.b4x.com/basic4android/images/explorer_fa8Z3lAQP3.png You need to distribute the executable together with the 4 folders... Share My Creation [Project Template] Dashboard + Drawer [B4J] - aeric    Jun 20, 2025   (19 reactions) this template is working differently from B4XPages template but you can mix usage with B4XPages. In fact, it is a B4XPages template....164856 Version: 0.50 GitHub: https://github.com/pyhoon/ab4xdashboard-b4x My plan is to make a dashboard template for general use. Currently this template: only has a drawer a static menu a mini menu 2 menu toggle buttons and only available in B4J What makes this template suitable for use... B4A Library [B4X] BCTextEngine / BBCodeView - Text engine + BBCode parser + Rich Text View - Erel    Dec 31, 2024   (72 reactions)   tags: Label BBCode, text style, RTF component, B4X, ritchtext, rich text is: 'left, top, right, bottom If xui.IsB4J Then Padding.Initialize(5dip, 5dip, 20dip, 5dip.... - Underline. - Clickable link. The LinkClicked event is raised when the content is clicked. Examples: world!.../basic4android/images/java_ROTR5mX3ls.png The cross platform b4xlib is attached. Note that it depends on jBitmapCreator v4.71+ which is available in B4J v7.50 and B4i v5.80. B4A library: https://www.b4x.com... loading is enabled. Example was updated and it is now based on B4XPages. B4i - There is an important... Page: 1   2   3   4   5   6   7   |