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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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)...
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.
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
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%...
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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.