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. 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 = B4A Question Gauge view change color at runtime - Chris2 (first post)    Oct 27, 2022   (1 reaction) I don't think you can do it with the 'out of the box' version of Gauge View.
But it's just a custom view class, so you can make a copy and amend it to suit your needs. B4A Question Better Draw Performance - klaus (first post)    Apr 03, 2019   (8 reactions) I tested with 200 gauges with the original xGauges class.
It runs OK on my Samsung Galaxy S8 and on my Samsung Tab S2.
The gauges are put on a Scrollview.
When the number of gauges is above about 220, the value update becomes slower.
The needles are panels which are rotated.
79037 Share My Creation Solar power control system - Acuario (first post)    Jan 20, 2021   (1 reaction) The gauges are from here: xGauges
I just use my own settings to customise them for my app. B4A Question [SOLVED] - View to display gauge or digital display for showing time - Erel (first post)    Dec 24, 2020   (1 reaction) You can display any text you like. Use the source code and modify it as needed. Shouldn't be too complicated.
This code can help you with the formatting: https://www.b4x.com/android/forum/threads/b4x-convert-milliseconds-to-string.89851/#content B4A Example fuel gauge - Mr Blue Sky    Oct 27, 2018   (8 reactions) Thanks to the excellent work of Klaus and Rotating Needle exemple, I needed a gas gauge
73640
#Region Project Attributes
#ApplicationLabel: fuel gauge
#VersionCode: 1
#VersionName:
'SupportedOrientations possible values: unspecified, landscape or portrait.
#SupportedOrientati B4A Question Drawing Gauge with SVG - BillMeyer (first post)    Dec 18, 2017   (2 reactions) Have a look HERE
Then under the heading "Gauges and Compass"
You should find something there B4A Library Android-Water-Gauge - Johan Schoeman    Apr 22, 2017   (13 reactions) Threshold = 20
wg2.Initialize("wg2", wg2.ORIENTATION_HORIZONTAL)
Activity.AddView(wg2,5%x, 70%y, 90%x, 15%y)
wg2.GaugeTextColor = Colors.White
wg2.GaugeTextSize = 15
wg2.AcceptedBallColor = Colors.Cyan
wg2.RejectedBallColor = Colors.White
wg2.GaugeBackgroundColor = C B4A Question Rotate ImageView - klaus (first post)    Aug 10, 2023 Interesting ! Are the gauges xGauges ? Page: 1   2   3   4   5   6   7   Powered by ColBERT |