Android Question [XUI] AnotherProgressBar Text change

Descartex

Well-Known Member
Licensed User
Longtime User
Hi!!
How can I change the text of the AnotherProgressBar on runtime?
For example:
I want to show on ProgressBar: "Item X of Y" once it change the value.
Regards!!!
 

Descartex

Well-Known Member
Licensed User
Longtime User
So I guess, the property Text that appears on Designer can't be changed on runtime...
You can add a label and update it whenever the progress changes.
It's a simple solution, putting a label over the control with transparent background and change it... I like it.
Thanks!!!!
 
Upvote 0
Top