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 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. 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 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 B4A Question Rotate ImageView - klaus (first post)    Aug 10, 2023 Interesting ! Are the gauges xGauges ? 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 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 Question [SOLVED] - View to display gauge or digital display for showing time - rleiman (first post)    Dec 26, 2020   (3 reactions) "PlayTheSong")
CallSubDelayed(ServiceModule, "StartSleepTimer")
End If
End Sub
Sub ImageViewPlus_Click
B4XSeekBarSleepTimerValue.Value = B4XSeekBarSleepTimerValue.Value + 60000
GaugeSleepTimer.SetTextValue(ConvertMillisecondsToString(B4XSeekBarSleepTimerValue.Value))
Ga B4A Question [Solved] How to create a circle like this? - Sandman (first post)    Jan 25, 2024   (2 reactions) A follow-up. Conceptually there's nothing different between what you want to achieve and the gauges here: https://www.b4x.com/android/forum/threads/b4x-xui-xgauges-and-xgaugesrect-classes-and-libraries.98932/ 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 Page: 1   2   3   4   5   6   7   Powered by ColBERT |