Does someone know how can I change the default display that appears beneath the gauge itself? I mean the number progress 0/5 -> 1/5 ...
I want it to be in percents instead, just like it is in the 3650
Does someone know how can I change the default display that appears beneath the gauge itself? I mean the number progress 0/5 -> 1/5 ...
I want it to be in percents instead, just like it is in the 3650
Hi,
you can't since the numerical information comes from the MIDP implementation. Series 40 implementation seems to form the number with -- Value + "/" + maxValue -- notation and Series 60 implementation respectively with -- (100 * Value / maxValue) + "%" -- notation.
Kind regards,
Tinke / FN
I guess you could make your max value 100 and change the current value by 20 every time. It still wouldn't be percents, but it would be closer.
shmoove