xui

  1. little3399

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

    Suggest XUI class library to related in a separate category?
  2. 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...
  3. 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...
  4. 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...
  5. 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...
  6. 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...
  7. 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...
  8. 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...
  9. 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)...
  10. 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.
  11. 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
  12. 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%...
  13. 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...
  14. 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...
  15. 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...
  16. 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...
  17. Star-Dust

    B4A Library [B4X] [XUI] SD XUIView2

    Dependence: SD CreativeBackground SD_XUIView2 Author: Star-Dust Version: 0.11 B4XRangeSeekBar Events: ChangeValue (MinValue As Float, MaxValue As Float) Fields: Tag As Object Functions: AddToParent (PanelToAdd As B4XView, Left As Int, Top As Int, Width As Int, Height As Int) As String...
  18. Peter Simpson

    At last, maybe...

    So after studying Klaus's xChart, Erels various examples and watching Star-Dust release example of what can be created using XUI, I decided to take a closer look at XUI. I've started learning about XUI and its advantages, yes it looking really good and way better than I first thought it was...
  19. K

    Android Question customlistview setlayoutanimated

    Hii Expert I designing CustomListView in my app. I need it five different times and in five different look with other layout I have issue with p.SetLayoutAnimated(0,0,0,60%x,35%x) I am confuse about how to give width and height, so is their is any way to get panel used height also if i'm...
  20. M

    iOS Question problem with cropview

    hi there i wanna use crop view in this thread https://www.b4x.com/android/forum/threads/b4x-xui-cropview.94952/ in b4i as mentioned in thread it required XUI, BitmapCreator and both of them are internal but xui is internal in b4i ive added bitmap creator in my project with this link...
Top