B4A Library [B4X] [XUI] AS FlowTabMenu - Alexander Stolte Jan 29, 2025 (27 reactions) The last custom view, for this year, a month ago, I felt like creating this view, but had been reluctant to publish it because there is still too little space used for the tabs. I spend a lot of time in creating views, some views i need by my self, but some views not and to create a high quality vi B4A Tutorial [B4X] [XUI] Creating custom views with XUI - Erel Oct 17, 2017 (18 reactions) Start with this tutorial if you are not familiar with custom views: Custom Views with Enhanced Designer Support
With the help of XUI it is quite simple to create custom views classes that will work with B4A, B4i and B4J.
The first step is to use a slightly modified template:
#DesignerProperty: K B4J Library [B4X] [XUI] xChart Class and b4xlib - klaus Feb 04, 2025 (104 reactions) Current version 10.0
A lite version is available: xChartLite.
A mini version is also available: xChartMini.
Learning B4XViews and XUI, I wrote this CustomView xChart Class.
It is an evolution of Erels' Android Charts Framework.
The xChart custom view is a B4X libary.
It works on all three platfor B4A Class [B4X] [XUI] [custom view] CircularProgressBar - Erel Oct 16, 2017 (45 reactions) This class is compatible with B4A, B4i and B4J.
https://www.b4x..gif
https://www.b4x..gif
https://www.b4x..gif
A simple circular progress bar implemented as a custom view.
Usage:
Add the class to your project and add a custom view with the designer. Set its value with"
CircularProgressBar1.Va B4A Library [B4X] [XUI] - MiniSearchView AutoComplete field - Erel Apr 11, 2024 (43 reactions) A cross platform, compact version of SearchView.
68398
https://www.b4x.com/basic4android/images/SS-2018-05-29_15.27.50.png
https://www.b4x.com/basic4android/images/SS-2018-05-29_15.28.34.png
Usage instructions:
- Add a reference to MiniSearchView library.
- Add MiniSearchView custom views with B4A Library [B4X] XUI Views - Cross platform views and dialogs - Erel Mar 19, 2025 (83 reactions) It will take 5 seconds.
V1.67 - Tag field added to the custom views. You can set it with the designer or at runtime.
- B4XDialog - New fields: TitleBarTextColor, TitleBarFont and ButtonsFont. See the signature dialog for an example (the buttons font is set to FontAwesome):
https://www.b4x.com/ba B4A Library [B4X] [XUI] Page Indicator - Erel May 12, 2019 (33 reactions) B4XPageIndicator is a simple and cross platform custom view that looks like this: https://www.b4x.com/basic4android/images/SS-2019-05-12_08.52.17.png It indicates the current page. A page can mean many things, it is not limited to TabStripViewPager. How to use: - Add it with the designer. You pro B4A Library [B4X] [XUI] AS MultiColumnCustomListView based on xCustomListView - Alexander Stolte Dec 30, 2024 (21 reactions) Hello this is a mutli column custom list view. You can add 1-100 columns, the screen is the limit. The items can have different heights.
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 further views, then you can Share My Creation [B4X] [XUI] QR Code with logo - aeric Jan 22, 2025 (11 reactions) 161011 161014 161020
Version: 1.10
Supported Platforms: B4A, B4J
GitHub: https://github.com/pyhoon/qrcode-with-logo-b4a
I think this is my first time creating XUI custom view library.
Here is the first version based on QRGenerator.
As usual, welcome everyone to contribute to this open source proje B4A Tutorial [B4X] [XUI] CustomListView - lazy loading / virtualization - Erel Nov 16, 2023 (38 reactions) When an item becomes visible we also call UpdateItemColor:
Sub CLV1_VisibleRangeChanged (FirstIndex As Int, LastIndex As Int)
Dim ExtraSize As Int = 20
For i = 0 To CLV1.Size - 1
Dim p As B4XView = CLV1.GetPanel(i)
If i > FirstIndex - ExtraSize And i < LastIndex + ExtraSize Then Page: 1 2 3 4 5 6 7 Powered by ColBERT |