B4J Library [B4X] SD Gauge

ezgif.com-gif-maker.gif


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 String
        Base type must be Object
      • Initialize (Callback As Object, EventName As String) As String
      • Invalidate As String
      • IsInitialized As Boolean
        Verifica se l'oggetto sia stato inizializzato.
    • Properties:
      • TextFont
      • Value As Float
      • ValueMax As Float
      • ValueMin As Float


The iOS version will arrive in the future. The colors of the arches are selectable from Design

Rel.

  • 1.02
    • Improved animation: When a new value is set, the dot scrolls until it reaches the new position
    • Added MinimimFractions field. Determine how many decimal places the minimum must enter. Standar is zero
  • NEXT
 

Attachments

  • jSD_Gauge 1.02.zip
    6.6 KB · Views: 164
  • aSD_Gauge 1.02.zip
    6.5 KB · Views: 154
Last edited:

Star-Dust

Expert
Licensed User
Longtime User
Sample
 

Attachments

  • aSD_GaugeSample.zip
    9.3 KB · Views: 155
  • jSD_GaugeSample.zip
    2.2 KB · Views: 145
Top