B4J Tutorial Medusa Gauges (with inline Java Code) - Johan Schoeman    Oct 30, 2021   (15 reactions) "mg6")
mg6.Animanted = True
mg6.GaugeTitle = "Speed"
mg6.GaugeTitleColor = fx.Colors.Red
mg6.GaugeUnit = "Km/h"
mg6.GaugeUnitColor = fx.Colors.Magenta
mg6.GaugeDecimals = 1
mg6.GaugeAnimationDuration = 500
gval = 40.0
mg6.GaugeValue = gval
mg6.GaugeValue B4A Library [B4X] [XUI] Gauge View - Erel    Dec 24, 2017   (51 reactions) This custom view class is compatible with B4A, B4J and B4i.
63029
A nice and simple gauge.
You can easily customize it as needed.
It uses the Crystal font: http://www.fontspace.com/allen-r-walden/crystal
There are two types of gauges: half circle and full circle.
Usage instructions:
- Add the cla B4J Library [B4X] [XUI] xGauges and xGaugesRect Classes and Libraries - klaus    Jul 04, 2024   (55 reactions) eventhough only 9 ticks are seen, the 10th is hidden by the main tick
Tag As Object
TickText As String
gets or sets the texts for the ticks
the values between two || are displayed equally spaced on the scale
Example: 0|20|40|60|80|100 or E|1/2|F
Top As Double
sets or gets the Top property
Value Share My Creation dashboard - Mr Blue Sky    Jul 02, 2024   (23 reactions) ParseInt(value, 16) = 1 Then
xSpeedGauge.GaugeUnit="mph"
Else
xSpeedGauge.GaugeUnit="km/h"
End If
Case "0123" 'GAUGE %
Case "0130" 'FUEL GAUGE
xFuelGauge.Value = B4J Library [B4X] SD Gauge - Star-Dust    Oct 11, 2022   (17 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) As Stri B4A Question Gauge View - klaus (first post)    May 31, 2023   (2 reactions) There exist also other gauges, xGauges b4xlib, which have a Click and LongClick event. B4A Library [B4X] [XUI Views] - AMCompassView - AmirMK82    Aug 22, 2021   (21 reactions) 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 the B4J Library [B4X][CustomView] xInstrumentationValueIndicator - rwblinn    Dec 04, 2021   (12 reactions) is an open source B4X Library. The (Custom View) purpose is to display an indicator with value and (optional) unit. 122138 Features Display a value and optional unit in an indicator. Supported indicators: Gauge|GaugeHalf|HorizontalBar|VerticalBar|Triangle|Circles. Many instrument properties can B4A Question Question about [B4X] [XUI] Gauge View - ThePuiu (first post)    Dec 05, 2019   (2 reactions) yes, it is!
Gauge.SetRanges(Array(Gauge.CreateRange(30, 80, xui.Color_Green), _
Gauge.CreateRange(80, 100, xui.Color_Red),Gauge.CreateRange(0, 30, xui.Color_Red))) B4J Library [B4X] [XUI] SD XUIView - Star-Dust    Dec 21, 2023   (25 reactions) I'm happy to announce the publication of my new B4XView library. This library adds to the XUi Views the native views of the three platforms (Android / IOS / Desktop) so that they can be managed by Design, using them as XUI views without having to change its type in the Globals Sub. With this Librar Page: 1   2   3   4   5   6   7   Powered by ColBERT |