I want to modify a progress bar in a way where it can grow dynamically beyond 100% values and also showing a numeric value on the point of percentage
any ideas how to do this? extending the default progress bar class?
I want to modify a progress bar in a way where it can grow dynamically beyond 100% values and also showing a numeric value on the point of percentage
any ideas how to do this? extending the default progress bar class?
You could extend the default class but another way is to do something like the following:
The ordering of the progressbar widgets within your custom widget’s overlay will partly determine which one appears over the others, but also I think you can set the depth/ Z of each one to say which one appears in front.