B4A Library [B4X] [XUI] SD LiquidProgress (Bar)

Made entirely with B4X with XUI

SD_LiquidProgress

Author:
Star-Dust
Version: 0.13
  • LiquidProgress
    • 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
      • IsInitialized As Boolean
        Verifica se l'oggetto sia stato inizializzato.
      • Wait (Milliseconds As long)
        Eg. use:
        SD_LiquidProgress1.Wait(2000)
        Sleep(2000)
    • Properties:
      • BackgroundColor As Int
      • BackgroundWaveColor As Int
      • BubbleEffectEnable As Boolean
      • BubbleIntensity As Int [0..255]
      • TextSize As Int
      • TextVisible As Boolean
      • Value As Int
        Value 0 to 100
      • WaveColor As Int
      • CircleLightEffect As Boolean

Video3.gif
Video 4.gif
Video5.gif
 

Attachments

  • aSample1.zip
    9.4 KB · Views: 998
  • iSample1.zip
    2.7 KB · Views: 352
  • jSample1.zip
    2.4 KB · Views: 409
  • SD_LiquidProgress 0.13.zip
    10.6 KB · Views: 139
  • jSD_LiquidProgress 0.13.zip
    10.8 KB · Views: 130
  • iSD_LiquidProgress 0.13.zip
    98.7 KB · Views: 113
Last edited:

MarcoRome

Expert
Licensed User
Longtime User
Hi @Star-Dust
Very nice like effect.
I would add if possible the ability to "change the color of the text". If you add the object on a white background, the numbers are not initially displayed.
Thank you
Have a nice day
 

Sabotto

Active Member
Licensed User
Very beautifull. As soon as I need something I look for what I want and I add StarDust and I find for sure !!!! ;) 👏👏👏
 

Star-Dust

Expert
Licensed User
Longtime User
Very beautifull. As soon as I need something I look for what I want and I add StarDust and I find for sure !!!! ;) 👏👏👏
It just means that I am old and have walked your path a little bit before you, others will do it after and someone or have done it before me.

I got confused
 

Star-Dust

Expert
Licensed User
Longtime User
Update rel .013
  • Added: BubbleEffectEnable and BubbleIntensity
 
Top