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

Made entirely with B4i with XUI

Download Here

iSD_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
 
Last edited:

Star-Dust

Expert
Licensed User
Longtime User
A waterball. Cool..
Thank's. I had put aside a dozen or so Views to make, but I did not have time, now I have developed and published them 3. I have discarded some of them.

Others will realize it at my next break :rolleyes: But I'll probably just do Android, there seems to be less interest in iOS. o_O
 
Last edited:

Star-Dust

Expert
Licensed User
Longtime User
Update rel 0.02

You can change colors and contains a method to pause the progression but keep the animation

B4X:
LiquidProgress1.Wait(PauseTime)
Sleep(PauseTime)

Video1.gif
 
Last edited:

Star-Dust

Expert
Licensed User
Longtime User
Update rel 0.03

B4X:
LiquidProgress1.ProgressTextVisible=False
LiquidProgress1.Invalidate
 
Last edited:

Star-Dust

Expert
Licensed User
Longtime User
Update rel 0.04
 

Star-Dust

Expert
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

Video1.gif
 

Star-Dust

Expert
Licensed User
Longtime User

AnandGupta

Expert
Licensed User
Longtime User
I will not only distribute the version with beer, the other is already available

I watched closely and I see the beer foam is a circular image, which is revealed part by part as the wave goes up.
So we can have mango juice, coffee etc. just by changing the image in what you have distributed, I think :)

Regards,

Anand
 

Star-Dust

Expert
Licensed User
Longtime User
I watched closely and I see the beer foam is a circular image, which is revealed part by part as the wave goes up.
So we can have mango juice, coffee etc. just by changing the image in what you have distributed, I think :)

Regards,

Anand
Yes, but ice cold beer in the summer is better
 

Star-Dust

Expert
Licensed User
Longtime User
Update rel. 0-06
  • CircleLightEffect as Boolean
Video3.gif
 

janderkan

Well-Known Member
Licensed User
Longtime User
Thank's. I had put aside a dozen or so Views to make, but I did not have time, now I have developed and published them 3. I have discarded some of them.

Others will realize it at my next break :rolleyes: But I'll probably just do Android, there seems to be less interest in iOS. o_O
Hi Star-Dust

For me the real value is cross platform.
I hope you will consider ' I'll probably just do Android'
In my country IOS is bigger than Android.

Jan
 

Star-Dust

Expert
Licensed User
Longtime User
Hi Star-Dust

For me the real value is cross platform.
I hope you will consider ' I'll probably just do Android'
In my country IOS is bigger than Android.

Jan
this library is produced for iOS, Android and Desktop as you see from the first post.

But in general, for iOS I get less downloads and at work level less commissions. So I adapt to job requests
 

Star-Dust

Expert
Licensed User
Longtime User
Update to rel.0.07
Add Heart form


1606750239799.png
 

Star-Dust

Expert
Licensed User
Longtime User
Update 0.08
Add properties: TextColor as int​
 
Top