B4J Library [B4X] [XUI] jSD LiquidProgress (ProgressBar)

Made entirely with B4J with XUI

Download Here

jSD_LiquidProgress

Author:
Star-Dust
Version: 0.09
  • 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
      • TextSize As Int
      • TextVisible As Boolean
      • Value As Int
        Value 0 to 100
      • WaveColor As Int
      • CircleLightEffect As Boolean

The library is now moved here, you will find libraries and examples to download:

Video3.gif
video-4-gif.104254
 
Last edited:

Paola Tagini

New Member
Interesting library, congratulations! Testing the example in b4j you posted I tried to vary the vertical and horizontal dimensions, but it doesn't seem possible. Please Do you have any suggestions?
 

jerry07

Member
Licensed User
Longtime User
I started working on a version where the view fills with Beer. Very refreshing.
I need to improve the foam ... I'll study it a little bit

Unfortunately, I will not be able to distribute it

View attachment 81101

I hope it taste as good as it looks! šŸ˜

All your examples are fantastic! Its stunting that all this can be done with B4x, credit to you Start-Dust for getting done and Erel for building such awesome tool.
 

Star-Dust

Expert
Licensed User
Longtime User
Hi Paola,

you can change the size of the view from the Design. The size of the image inside the view will be slightly smaller than the minor border.

So I suggest to always give a square shape and resize the border for both to the same extent. Increasing only one side would give no change
 

Star-Dust

Expert
Licensed User
Longtime User
I hope it taste as good as it looks! šŸ˜

All your examples are fantastic! Its stunting that all this can be done with B4x, credit to you Start-Dust for getting done and Erel for building such awesome tool.
Thanks to the xui library it allows very powerful effects
 

Star-Dust

Expert
Licensed User
Longtime User
The library is now moved here, you will find libraries and examples to download:
 
Top