xui

  1. Star-Dust

    B4i Library [B4X] [XUI] SD LiquidProgress (Bar)

    Made entirely with B4i with XUI Download Here iSD_LiquidProgress Author: Star-Dust Version: 0.09 LiquidProgress Functions: Class_Globals As String DesignerCreateView (Base As Object, Lbl As Label, Props As Map) As String Base type must be Object Initialize (Callback As Object, EventName...
  2. Star-Dust

    B4A Library [B4X] [XUI] SD LiquidProgress (Bar)

    Made entirely with B4X with XUI SD_LiquidProgress Author: Star-Dust Version: 0.13 LiquidProgress Functions: Class_Globals As String DesignerCreateView (Base As Object, Lbl As Label, Props As Map) As String Base type must be Object Initialize (Callback As Object, EventName As String) As...
  3. Star-Dust

    B4i Library [B4X] [XUI] iSD DiscTimePicker (parking meter)

    Download fro HERE SD_DiscTimePicker Author: Star-Dust Version: 0.04 DiscTimePicker Events: Change (DateTimeChange As Long) Functions: Class_Globals As String DesignerCreateView (Base As Object, Lbl As Label, Props As Map) As String Base type must be Object Initialize (Callback As Object...
  4. Star-Dust

    B4A Library [B4X] [XUI] SD DiscTimePicker (DateTimePicker - DiskPicker)

    For Android and iOS. SD_DiscTimePicker Author: Star-Dust Version: 0.07 DiscTimePicker Events: Change (DateTimeChange As Long) Functions: Class_Globals As String DesignerCreateView (Base As Object, Lbl As Label, Props As Map) As String Base type must be Object Initialize (Callback As...
  5. little3399

    Other Suggest XUI class library to related in a separate category?

    Suggest XUI class library to related in a separate category?
  6. A

    iOS Question Make dialog visible

    Hello. I made a B4XDialog that contains a DateTime Label. To change it I decided to make a DateTimeDialog based on this https://www.b4x.com/android/forum/threads/date-picker-snippet.84098/ My problem is if i show another dialog the first one closes (that not happens on B4a). I tried reshowing...
  7. Star-Dust

    B4J Library [B4X] [XUI] jSD BottoMenu (with source code)

    Download from Here iSD_BottoMenu Author: Star-Dust Version: 1.6 BottoMenu Events: Selected (Value As Int) Fields: BackGroundColor As Int Position As Int ' set or get Position Functions: AddMenu (CharText As String, FontName As B4XFont) As String Class_Globals As String Clear As String...
  8. Star-Dust

    B4A Class [B4X] [XUI] SD BottoMenu (with source code)

    SD_BottoMenu (update) Author: Star-Dust Version: 1.6 BottoMenu Events: Selected (Value As Int) Fields: BackGroundColor As Int Position As Int ' get or set Position Functions: AddMenu (CharText As String, FontName As B4XFont) As String Class_Globals As String Clear As String...
  9. Star-Dust

    B4i Library [B4X] [XUI] iSD BottoMenu (with source code)

    Download from Here iSD_BottoMenu (Update) Author: Star-Dust Version: 1.6 BottoMenu Events: Selected (Value As Int) Fields: BackGroundColor As Int Position As Int ' set o get position Functions: AddMenu (CharText As String, FontName As B4XFont) As String Class_Globals As String Clear...
  10. Brandsum

    Android Question CircularProgressBar align center problem

    There is a problem in this XUI custom view. When I set HorizontalAnchor and VerticalAnchor to both sides to place it in the center in designer window, I'm getting this error while loading the layout file. *** Service (starter) Create *** ** Service (starter) Start ** ** Activity (main) Create...
  11. Harris

    B4A Class [B4X] XUI - haB4XMsgBox (based on B4XDialog)

    Based on @Erel latest B4Xlibs projects, I created this modified class from the B4XDialog source class. With posted (expertly developed) classes, we can create anything that suits our purpose - without struggling to "get it right". Thanks @Erel - for the lesson on correctness. The...
  12. Star-Dust

    B4J Library [B4X] [XUI] SD FlexGrid (Table)

    I created a new library to show a table (or grid) similar to the one in EXCEL. There are already excellent classes that allow many to accomplish things, such as xCustomListView by @Erel (B4X) and with the FlexibleTable by @klaus (B4A). I wanted to make something slightly different suited to...
  13. Brandsum

    Android Question How to add XUI ImageSlider from code

    Hi, I'm using this ImageSlider by @Erel . I want to add this image slider to a Panel from code. Like this: Dim StoreBanner As ImageSlider StoreBanner.Initialize(Me,"Banner") PageScroll.Add(StoreBanner,"") 'PageScroll is a CustomListView But I'm getting this error: *** Service (starter)...
  14. A

    Android Question [solved] Set PieChart visibility

    Hello, I used Erel's library "[B4x] [XUI] Pie Chart" (https://www.b4x.com/android/forum/threads/b4x-xui-pie-chart.85785/#content). I am trying to make a pie chart "Visible = false", but there is no option like that... Does anybody know how do that? Thanks in advance.
  15. Alexander Stolte

    Wish [B4X] [XUI] xui.CreateLabel

    This is the way to create a XUI Label: Dim lbl_test as Label lbl_test.Initialize("xlbl_test") Dim xlbl_test as B4xView = lbl_test with a xui.CreateLabel i can save 2 lines and a new label name. In a bigger project this would be very usefull. Greetings
  16. Alexander Stolte

    B4A Class [B4X] [XUI] AS MsgBox/Dialog

    First, 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 view cost a lot of time. If you want to support me, then you can do it here by Paypal. :) Hello, I needed a cross platform msgbox and dialog, that I can modify to 100%...
  17. Star-Dust

    B4J Library [BAX] [XUI] xui_Switch (Class with source code)

    I saw that someone had trouble creating a simple Switch in XUI. So I wanted to give an example. No need to do reverse engineering I have source code. It is a xCustomView and therefore should be used with the Design. xui_Swicth: Star-Dust Proprieties: Value As Boolean Method setSwitchBitmap...
  18. Alexander Stolte

    B4A Class [B4X] [XUI] AS AnimatedCounter (negative- and positive-numbers)

    First, 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 view cost a lot of time. If you want to support me, then you can do it here by Paypal or with a coffee. :) This is a Animated Counter with more Features. The Class is...
  19. K

    Android Question anotherdatepicker in customlayoutdialog

    Hii, Another datepicker in Dialog. I'm trying to add anotherdatepicker in CustomLayoutDialog. Its shows Log Error occurred on line: 150 (AnotherDatePicker) java.lang.RuntimeException: Object should first be initialized (B4XView). at...
  20. Andrew J. Brehm

    Android Question B4XComboBox appears white and does not display anything

    I am trying to use the B4XComboBox control but when I run my test program on my phone (via the bridge) the location of the B4XComboBox controls just appears white and the text does not appear. When I touch the control, it does show the list of items I added to it. And it does work. (The test...
Top