B4A Library [B4X] XUI Views - Cross platform views and dialogs - Erel    Nov 26, 2025   (85 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..., Height) End Sub Private Sub Application_Background Dialog.Close(XUI.DialogResponse_Cancel) End Sub... KeyCode = KeyCodes.KEYCODE_BACK And Dialog.Close(XUI.DialogResponse_Cancel) Then Return True Return... Sub Activity_Pause (UserClosed As Boolean) Dialog.Close (XUI.DialogResponse_Cancel) End Sub.../threads/b4x-xui-views-cross-platform-views-and-dialogs.100836/page-3#post-665765) https://www... B4A Library [B4X] [XUI] xCustomListView - cross platform CustomListView - Erel    Dec 24, 2023   (46 reactions)   tags: CustomListView, xcutomlistbox card, xuiCLV, CUSTOMLIST, Erel, XUI xCustomListView is an implementation of CustomListView based on XUI library. It provides all the features... items: https://www.b4x.com/android/forum/threads/b4x-xui-customlistview-lazy-loading-virtualization.... Libraries such as XUI Views depend on the library and will not work properly with the module... B4A Library [B4X] [XUI] AS TextFieldAdvanced - Title, Information, Counter, Password, Button, Prefix, Suffix, Icons, Multiline - Alexander Stolte    Aug 25, 2025   (63 reactions) With this view you can quickly and easily add good looking text fields, with title and or bottom text. Additionally you can make the TextField a button, so that you can open menus, but still keep the design of the text fields. The view speeds up development because you don't have to worry about almost anything, it looks nice by default and is functional. I spend a lot of time in creating view... B4A Library [B4X] [XUI] AS WheelPicker - Spinner - a modern single/multiple choice picker view - based on xCustomListView [Payware] - Alexander Stolte    Jun 4, 2025   (20 reactions) -on-aswheelpickeradvanced.141588/ B4j: jXUI,jBitmapCreator,jReflection,xCustomListView,XUI Views B4a: XUi,BitmapCreator,Reflection,xCustomListView,XUI Views B4i: iXUI,iBitmapCreator,xCustomListView,XUI Views... B4A Library [B4X] [XUI] AS Scheduler 📅 - MonthView, DayView (Week), AgendaView and CalendarView [Payware] - Alexander Stolte    Mar 3, 2025   (33 reactions) /android/forum/threads/b4x-as-scheduler-dayview.157770/ B4j: jXUI,jDateUtils,xCustomListView,ASViewPager,jSQL B4a: XUi,DateUtils,Reflection,xCustomListView,ASViewPager,SQL B4i: iXUI,iDateUtils....CreateAppointment(ASSchedulerUtils.CreateASScheduler_Appointment(0,"Test Item 1",xui.Color_ARGB(255,45...,"Test Item 1",xui.Color_ARGB(255,45, 136, 121),False,DateTime.now,DateTime.now+DateTime.../forum/threads/b4x-xui-as-scheduler-?-monthview-and-dayview-week-payware.138410/post-876274</code>... B4J Library [B4X] [XUI] xChart Class and b4xlib - klaus    Feb 4, 2025   (104 reactions)   tags: Klaus, B4X xChart Class : xChartMini. Learning B4XViews and XUI, I wrote this CustomView xChart Class. It is an evolution... are above or below the Low and High values. It must be a xui.Color value, FF0000FF (Blue) = default value. Example code: CandleChart1.CandleWickColor = xui.Color_Black CandleWickWidth As Int Gets or sets... the ChartBackgroundColor property the color must be an xui.Color Example code: <code>xChart1.ChartBackgroundColor = xui.Color_RGB(207, 220, 220)</code> ChartType As String gets or sets... B4A Library [B4X] [XUI] AS ViewPager based on xCustomListView - Alexander Stolte    Sep 18, 2024   (51 reactions) to change the page. On B4I you need the GestureRecognizer class. Download it down below. B4j: jXUI,JavaObject,jPager,jReflection B4a: XUi,Reflection,xCustomListView B4i: iXUI,xCustomListView... B4A Library [B4X] [XUI] AS DatePicker - fast navigate to a Month - Year - Decade - Century | RangeDatePicker - Alexander Stolte    Aug 8, 2025   (24 reactions) >xui.Color_ARGB(255,32, 33, 37)</code> xFont: <code>xui.CreateDefaultFont(15)</code> TextColor: <code>xui.Color_White</code> Initialize (Callback As Object... Values Width: <code>20dip</code> Color: <code>xui.Color_ARGB(255,32, 33, 37)</code> xFont: <code>xui.CreateDefaultFont(15)</code> TextColor: <code>xui... B4A Library [B4X] [XUI] AS Settings - Alexander Stolte    Apr 7, 2025   (52 reactions) (0xF179),False,30,xui.Color_White),"English, German, Italian, Spanish, Swedish"...","",AS_Settings1.FontToBitmap(Chr(0xE92B),True,34,xui.Color_White)) AS_Settings1....162452/ B4j: jXUI,jSQL,xCustomListView,XUI Views B4a: XUi,SQL,xCustomListView,XUI Views B4i: iXUI,iSQL,xCustomListView,XUI Views AS_Settings Author: Alexander Stolte Version: 1.00... B4A Library [B4X] [XUI] - MiniSearchView AutoComplete field - Erel    Apr 11, 2024   (43 reactions)   tags: B4X XUI Search AutoComple, B4a, type search 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 the designer. - Call MiniSearchView.SetItems to set the items. You can change the various colors an... Page: 1   2   3   4   5   6   7   |