A new CompassView for B4A & B4J
Features
I made this with the help of the Erel's post about GaugeView : [B4X] [XUI] Gauge View | B4X Programming Forum
AMCompassView
Author: AmirMK82
Version: 1.00
Be Healthy
Features
- Cross-platform compatible
- A nice gauge animation
- Changeable values
- Custom Colors
- Custom Border And CornerRadius
- Will Give you a good experience
- B4A
- B4J
I made this with the help of the Erel's post about GaugeView : [B4X] [XUI] Gauge View | B4X Programming Forum
AMCompassView
Author: AmirMK82
Version: 1.00
- AMCompassView
- Fields:
- Tag As Object
- Functions:
- DesignerCreateView (Base As Object, Lbl As Label, Props As Map) As String
- Initialize (Callback As Object, EventName As String) As String
- IsInitialized As Boolean
Tests whether the object has been initialized. - setBackgroundColor (Color As Int)
- setTickColor (Color As Int)
- setGaugeColor1 (Color As Int)
- setGaugeColor2 (Color As Int)
- setGaugeStrokeWidth (width As Float)
- setGaugeFilled (Filled As Boolean)
- setGaugeWidth (Width As Int)
- setGaugeHeight (Height As Int)
- setAngle (Angle As Float)
- setAnimationDuration (Duration As Int)
- setCircleColor (Color As Int)
- setCircleRadius (Radius As Float)
- setCircleStrokeWidth (Width As Float)
- setCircleFilled (Filled As Boolean)
- getBackgroundColor As Int
- getTickColor As Int
- getGaugeColor1 As Int
- getGaugeColor2 As Int
- getGaugeStrokeWidth Float
- getGaugeFilled As Boolean
- getGaugeWidth As Int
- getGaugeHeight As Int
- getAngle As Float
- getAnimationDuration As Int
- getCircleColor As Int
- getCircleRadius As Float
- getCircleStrokeWidth As Float
- getCircleFilled As Boolean
- Properties:
- mBase As B4XView
- Fields:
Be Healthy
Attachments
Last edited: