xui

  1. Star-Dust

    B4J Library SD: XUI_Design

    Goodmorning everyone, We have often discussed in this forum in different threads about the need to be able to insert XUI from design. We all know that the direction that is suggested by AnyWhere software is to create in the design the native views and then replace B4XView to the type...
  2. Alexander Stolte

    B4A Library [B4X] AS Views Overview

    AS Animated Counter AS MsgBox AS PinLock AS Placeholder AS Button Slider AS Floating Loading Button AutoTextSizeLabel AS Sliding Circles (Loadingview) AS Ripple View AS Gradients Panel AS Color Chooser AS Draw AS View Pager Have fun :)
  3. aeric

    Android Code Snippet [B4X] XUI Views - Time Dialog

    I want a better dialog for time input so I created this time (picker) dialog using B4X XUI Views and IME library. I think the code has too many lines. Hope someone can simplify or improve it. Note: I haven't tested but I think this code can also work for B4i and B4J. Update: I have tested with...
  4. Star-Dust

    B4J Library [B4X] [XUI] SD DogLoadingIndicator

    SD_DogLoadingIndicator Author: Star-Dust Version: 0.02 DogLoadingIndicator Functions: Class_Globals As String DesignerCreateView (Base As Object, Lbl As Label, Props As Map) As String Base type must be Object Hide As String Initialize (Callback As Object, EventName As String) As String...
  5. Star-Dust

    B4J Library [B4X] [XUI] jSD LiquidProgress (ProgressBar)

    Made entirely with B4J with XUI Download Here jSD_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 As...
  6. 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...
  7. Star-Dust

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

    Made entirely with B4X with XUI SD_LiquidProgress Author: Star-Dust Version: 0.14 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...
  8. 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...
  9. 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...
  10. little3399

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

    Suggest XUI class library to related in a separate category?
  11. 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...
  12. 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...
  13. 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...
  14. 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...
  15. 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...
  16. 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...
  17. 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...
  18. 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)...
  19. 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.
  20. 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
Top