Android Question Problem to set max method in number progress bar

Metalika

Member
Hi everyone
(By @DonManfred)
I use this lib for progress but this lib Have A Problem :
i cannt set Max value in this lib For a Progress Bar .
Default value for max method set to 100 and i want to change that.
This lib have Max Method( Max As Int ) , But not Work (Probably for Interferences)
 

DonManfred

Expert
Licensed User
Longtime User
Default value for max method set to 100 and i want to change that.
This lib have Max Method( Max As Int ) , But not Work (Probably for Interferences)
B4X:
np1.Max = 200

Note that the max visible Value is always "100%". In this case 100% are 200.
 
Upvote 0

Metalika

Member
B4X:
np1.Max = 200

Note that the max visible Value is always "100%". In this case 100% are 200.

Thanks for your help DonManfred
I understand now. But this is unusual!.

Is a way to I change value max directly ?
I want to use this lib for number of days in month.(max)
 
Upvote 0

DonManfred

Expert
Licensed User
Longtime User
Not that i know of. Most probably the github project must be changed.

You can try to use
it is a similar project, but written in b4x
 
Upvote 0

Metalika

Member
Not that i know of. Most probably the github project must be changed.

You can try to use
it is a similar project, but written in b4x
thank you i think this is awesome.
 
Upvote 0
Top