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...
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 :)
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...
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...
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.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...
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
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.