Just a simple method that makes creating event names for CallSub easier. Useful for Custom Views.
Method:
Private Sub CreateEventName (SubName As String) As String
Return $"${mEventName}_${SubName}"$
End Sub
To use:
CallSub(mCallBack, CreateEventName("YourEvent"))
Hello, I share my application to create task lists. If you want to try it, you can download it from here.
The source code is also for sale at the following link:
https://b4xstore.xyz/item/todolist-source-code-
features:
sqlite database
Notification when a task is due or overdue
Beautiful UI...
For B4A, B4J, B4i
IMPORTANT
depends on SD CreativeBackGround (0.05+) library which must be downloaded
MaterialIcon font for special characters must be loaded.
Use: SD_Keyboard1.SpecialKeyFont = xui.CreateMaterialIcons (16)
SD_CustomKeyboard
Author: Star-Dust
Version: 1.16
CustomKey...
I wanted to create a view that would help me for a Timer. (MinRange - MaxRange)
It could be for minutes or hours and then an editable Range. Furthermore, the user had to be able to choose where to start and where to end (MinValue - MaxValue)
The timer when it started had to show how far it had...
Hello
I downloaded the source for b4a from the link below:
https://www.b4x.com/android/forum/threads/b4x-xui-wobblemenu-a-cross-platform-animated-bottom-navigation.118412
Source compilation is done correctly but this error occurs when running the application:
wobblemenu_designercreateview (java...
This new view allows you to have an ordered and distributed list of images (left) and their name, description and info (right)
Or you can view the images in grid (if the screen size allows it, otherwise in column) where there will be related images with the name just below
There is an add button...
A new CompassView for B4A & B4J
Features
Cross-platform compatible
A nice gauge animation
Changeable values
Custom Colors
Custom Border And CornerRadius
Will Give you a good experience ;)
Tested in
B4A
B4J
* I don't have tested it with B4I, but it should work *
I made this with the help of...
Hello,
My New Cross Platform Library is ready now :)
A new styled button with built-in progressbar
Features
Cross-platform compatible
A good text animation
Changeable values
Custom Colors
Custom Border And CornerRadius
Tested in
B4A
B4J
* I don't have tested it with B4I, but it should...
Hello,
I have made a new styled button
Features
cross-platform compatible
a good animation
Changeable values
custom values
Tested in
B4A
B4J
* I don't have tested it with B4I, but it should work *
B4A:
B4J:
AMButton
Author: AmirMK82
Version: 1.00
AMButton
Events:
Click
Fields...
Switch with 2 or 3 states. Horizontal or vertical. You can choose the style. All selectable from Design
Note: Even if it is a B4XLib library, it is not allowed to decompress it, read and / or modify the sources. It is also not allowed to rename the library. Unless you are explicitly authorized...
SD_Selector
Author: Star-Dust
Version: 0.05
fourSelector
Events:
ChangeValue (nSelector As Int, Index As Int)
CenterClick
Fields:
mBase As B4XView
Tag As Object
Functions:
Class_Globals As String
DesignerCreateView (Base As Object, Lbl As Label, Props As Map) As String
Base type must be...
This library is an update of this source based on @Erel's code (here)
New indicators in the shape of Heart, Infinity, Bubble have been added and some bugs have been fixed.
NOTE: You can use this library for personal and commercial use. Include it in your projects. Attention, even if it is a...
1 - What "when possible" means?
2 - Is the advantage of using these instead of "compile directives" that the editor checks every block of the source code?
iSD_Dice
Author: Star-Dust
Version: 1.04
DiceView
Events:
Click
CompleteRoll
Fields:
mBase As B4XView
Tag As Object
TimeMovment As Int
Functions:
Class_Globals As String
DesignerCreateView (Base As Object, Lbl As Label, PropS As Map) As String
Base type must be Object
Initialize...
For Rolling Ball see here
jSD_Dice
Author: Star-Dust
Version: 1.04
DiceView
Events:
Click
CompleteRoll
Fields:
mBase As B4XView
Tag As Object
TimeMovment As Int
Functions:
Class_Globals As String
DesignerCreateView (Base As Object, Lbl As Label, PropS As Map) As String
Base type must...
SD_Dice
Author: Star-Dust
Version: 1.04
DiceView
Events:
Click
CompleteRoll
Fields:
mBase As B4XView
Tag As Object
TimeMovment As Int
Functions:
Class_Globals As String
DesignerCreateView (Base As Object, Lbl As Label, PropS As Map) As String
Base type must be Object
Initialize...
Today for the first time, I started messing with B4XPages and Firebase. Even though I had already watched B4XPages, I hadn't fumbled to understand better.
The hardest thing was Firebase, configuration and settings, especially with iOS. (Traumatic , certificates, profiles, keys ....)
I noticed...
I needed to develop a modern editText (or TextField), but different from the B4XFloatTextField, different in terms of graphics and style. So I created the SD_TextView
(see also xComboBox)
NOTE: You can use this library for personal and commercial use. Include it in your projects.. Attention...
Hi,
How can I make an XUI Input dialog that has B4XFloatTextField.
The XUI Views Example has an example of the B4XFloatTextField, but it it's parent is the main window not a dialog.
There is also an example of an Input dialog template, but it only has a simple text entry field:
Sub...
Hi everyone, recently i needed to implement an double column list in one of my app.
I was ispired by an @Erel example, but i needed something slightly different, so i did this (i want to share with you, maybe could be useful to someone even if is a simple thing):
(it support odd number of...
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.