B4J Library [B4X] [XUI] xGauges and xGaugesRect Classes and Libraries - klaus    Aug 25, 2025   (57 reactions)   tags: B4X XUI xGauges Class The xGauges and xGaugesRect Class do also exist as a B4X libary.
The xGauges.b4xlib, xGaugesRect.b4xlib, xGauges.xml and the xGaugesRect.xml files are attached.
You need to copy the xGauges.b4xlib... B4A Library [B4X] [XUI] Gauge View - Erel    Dec 24, 2017   (52 reactions)   tags: Gauge View, B4X XUI Gauge View, xui This custom view class is compatible with B4A, B4J and B4i. 63029 A nice and simple gauge.../crystal There are two types of gauges: half circle and full circle. Usage instructions: - Add....b4x.com/basic4android/images/SS-2017-12-21_17.37.32.png - Set the colored ranges: Gauge1.SetRanges(Array(Gauge1.CreateRange(0, 40, xui.Color_Green), _ Gauge1.CreateRange(40, 80, xui.Color_Yellow), _ Gauge1.CreateRange(80, 100, xui.Color_Red))) - In B4i the font file should be copied to... B4J Library jGauges - Erel    Nov 24, 2019   (37 reactions)   tags: B4J gauges library: https://github.com/HanSolo/Medusa License: https://github.com/HanSolo/Medusa/blob/master/license.txt It includes many types of gauges. The gauges are implemented as custom views. The gauges can be further customized. You can use JavaObject to access the various methods (see the source code of Gauge.java: https://github.com/HanSolo/Medusa/blob/master/src/main/java/eu/hansolo/medusa/Gauge.java). Library: www.b4x.com/b4j/files/jGauges.zip Example is attached. Updates: v1.10... B4J Question [xGauges] Gauge Horizontal Border Bottom Missing - rwblinn    Aug 24, 2025 BLE with PyBridge & Bleak.
The speed of the train is displayed using a gauge from the xGauges library.
Issue
The gauge horizontal border at the bottom is not displayed.
The border width and... B4J Tutorial Medusa Gauges (with inline Java Code) - Johan Schoeman    Oct 30, 2021   (16 reactions) You can draw up to 25 different Gauges with basically the same B4J code. You need to download... = "HSkin"
Public Skin_Battery As String = "BatterySkin"
Public Skin_Gauge As String... B4J Library [B4X] SD Gauge - Star-Dust    Oct 11, 2022   (18 reactions) 134633
aSD_Gauge
Author: Star-Dust
Version: 1.02
SDGaugeView
Fields:
BorderBallDepth As Int
ColorBorderBall As Int
mBase As B4XView
MinimumFractions As Int
Stroke As Float
Tag As Object
Functions:
Class_Globals As String
DesignerCreateView (Base As Object, Lbl As Label, Props As Map... B4J Question How to get xGaugesRect from Pane - MrKim    Jul 1, 2024 155076
I am using Klause's amazing xGaugesRect library but I can't for the life of me figure out how to get at them once they have been added to a pane. I have 3 gauges on the pane and if... B4A Question Gauge View - Fulvio75    May 31, 2023 hello, i need to add click event to Gauge view to open a page when i click on the Gauge, how to do it
Thank you... B4A Question [SOLVED] - View to display gauge or digital display for showing time - rleiman    Dec 23, 2020 Greetings, Can this gauge library show time values? If not, did anyone write a class or library like it to do that? I plan on using the B4XSeekbar to populate the value property for the gauge or digital display in the view. If it can, can you let me know how to do it? Thanks.... B4J Code Snippet [ABMaterial] Custom Component Linear Gauge - rwblinn    Jul 13, 2018   (7 reactions)   tags: Erel Whilst working on an IoT Learning Case simulating an Oil Tank Farm (Lego, Tinkerforge sensors, B4J + ABMaterial to Control), been searching for Meter type gauges used to show flows and levels. Found the Canvas Gauges Project (Many thanks to the author) from which this ABMaterial Linear Gauge Custom Component is created. Notes: The linear gauge is only a subset of the many gauges available. The custom component has (again) only a few properties exposed. So, open for enhancing. Example Project... Page: 1   2   3   4   |