b4x

  1. MarkusR

    Wish Class Names

    i would like to use this without the B4X prefix always. B4XCollections, B4XFormatter, B4XTable something like using B4X dim c as Collections <- less code and better readable, better code completion at input dim f as Formatter or dim c as B4X.Collections
  2. Star-Dust

    [B4X] Today - Pi Day

    Today March 14 (3/14) is the day of the Greek Pi ù (https://en.wikipedia.org/wiki/Pi_Day) 3,14159 26535 89793 23846 26433 83279 50288 41971 69399 37510 58209 74944 59230 78164 06286 20899 86280 34825 34211 70679…
  3. Star-Dust

    B4J Library [B4X] [XUI] SD DogLoadingIndicator

    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...
  4. 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...
  5. 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...
  6. 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...
  7. GMan

    B4J Question [B4X] Change color of log entry

    With this code: Sub LogR(s As String) Dim joBA As JavaObject joBA.InitializeStatic("java.lang.System") Dim joBAF As JavaObject = joBA.GetFieldJO("err") joBAF.RunMethod("println", Array(s)) End Sub we can make a log entry in red color (B4J at least) Is it possible to change the...
  8. 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...
  9. William Lancee

    B4J Question How can I refresh IDE formating to standardize code capitalization

    I started to notice variation in capitalization of code words see "Substring2" below. I tried cut and paste with autoformat on. No luck. Suggestions? pdir = pdir.SubString2(0, pdir.LastIndexOf("\")) Dim prefix As String = s.substring2(0,k) res = res.Substring2(0, res.length-1)
  10. FrostCodes

    B4J Library Cuppify - build Modern REST API's with ease

    A Professional B4J framework that allows you to build Modern REST API's with ease. You can download: HERE You can download JsonGenerator2 from here It is with the source code. You can upload your fixes or extra extensions to it and share and it would be merged if useful to the official...
  11. DonManfred

    Android Tutorial [B4X] Working with GoogleTasks using REST

    GoogleTasks are a Task list (ToDo List, Shopping List, whateveryouwant list) In this small Tutorial i want to share my findings while i played around with GoogleTasks. In fact i´m not finished playing with it ;-) Based on @Erel answer that it most probably work in B4J and B4i too i added [B4X]...
  12. 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)...
  13. 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.
  14. SJQ

    Android Question 3D Gaming Toolkit

    Hello All, following on from all the great work on the new 2D gaming libraries Erel has been working on would any of you guys have any idea how to integrate the AGK Toolkit. AGK is itself a 3D/2D Gaming Toolkit that uses Code blocks as an IDE and doesn't have its own IDE, its a great 3D & 2D...
  15. 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%...
  16. 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...
  17. peacemaker

    Android Question B4XComboBox in StateManager class

    Hi, All Sub innerSaveState(v As View, list1 As List) Dim data() As Object If v Is EditText Then Dim edit As EditText edit = v data = Array As Object(edit.Text, edit.SelectionStart) Else If v Is Spinner Then Dim spinner1 As Spinner spinner1 = v...
  18. Peter Simpson

    Tool B4X Template Manager (New B4J version). Create and share your layouts with others

    First of all, cheers to Filippo who created a template manager last week. I was going to offer Filippo a few suggestions in his thread about his program, but then I decided to create my own on Sunday. B4X Template Manage (B4X TM) is no better or worse than Filippo's, it's just a different take...
  19. I

    Italian [RISOLTO] - B4X - LoadingIndicator + XCustomListView

    Ciao ragazzi, avrei bisogno di una mano.. Sto caricando in una xcustomlistview una lista di prodotti (diciamo 2000) Questa lista a caricarsi ci mette un tre secondi circa con richiesta remota, popolamento e risultato a video. Ora io volevo nel frattempo mettere questa bella custom indeterminate...
  20. Alexander Stolte

    B4A Library [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...
Top