xui

  1. vfafou

    B4J Question AS CalendarExpandable question

    Hello! I would like to ask @Alexander Stolte if there is any event triggered when we change the month from header. I need to do some tasks when the month is changed.
  2. Joey249

    Android Question [B4X] [XUI] Issue with xCustomListView with TextChanged event

    I've added in my custom controls as followed from Erel's Tutorial, everything is working as expected but when I try and grab the controls from a TextChanged event B4xpages always crashes with an error message. The code i'm trying to use works perfectly in other areas, it just has an issue with...
  3. M

    iOS Code Snippet [B4X] Custom Color Picker Bar (BitmapCreator)

    Hi everyone I had the necessity to create a specific looking color picker. And I managed to get it working properly so I want to share it because it can be usefult to someone who have the same need. The color picker bar look like so: I realized it using all b4x elements, so it should be fully...
  4. LWGShane

    Android Code Snippet [XUI][Custom Views] Create Event Name for CallSub

    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"))
  5. fernando1987

    Share My Creation TODO-LIST

    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://b4xapp.com/item/todolist-source-code- features: sqlite database Notification when a task is due or overdue Beautiful UI...
  6. Star-Dust

    B4A Library [B4X] SD CustomKeyboard

    For B4A, B4J, B4i IMPORTANT depends on SD CreativeBackGround (0.06+) 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.20 CustomKey...
  7. Star-Dust

    B4A Library [B4X] SD ClockRange

    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...
  8. HassanProgrammer

    Android Question WobbleMenu Source Error

    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...
  9. Star-Dust

    B4J Library [B4X] [XUI] [B4XLib] SD_ShopListView

    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...
  10. AmirMK82

    B4A Library [B4X] [XUI Views] - AMCompassView

    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...
  11. AmirMK82

    B4A Library [B4X] [XUI Views] - AMProgressButton

    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...
  12. AmirMK82

    B4A Library [B4X] [XUI Views] AMButton - New flexible and attractive button

    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...
  13. Star-Dust

    B4J Library [B4X] [B4XLib] SD SwitchAdv (3 states)

    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...
  14. Star-Dust

    B4A Library [B4X] [XUI] SD Selector

    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...
  15. Star-Dust

    B4J Library [B4X] [XUI] [B4xLib] SD LoadingIndicator

    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...
  16. LucaMs

    Android Question [XUI] IsB4A -IsB4J - IsB4i

    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?
  17. Star-Dust

    B4i Library [B4X] [XUI] iSD_Dice

    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...
  18. Star-Dust

    B4J Library [B4X] [XUI] jSD_Dice

    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...
  19. Star-Dust

    B4A Library [B4X] [XUI] SD_Dice

    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...
  20. Star-Dust

    Android Example [B4X] [B4XPages] FirebasePush + FirebaseAuth

    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...
Top