Good evening.
I've noticed that the progress bar does not work well when you step with decimal values ​​in Primary or Secondary Percent attribute.
The bar remains constantly at 100%
progress.SecondaryPercent = Math.Round (myPercent, 2);
progress.SecondaryPercent = Math.Round (myPercent, 0);
I think it's something that has to do with the locale. If working with the decimal encoding Spain (The decimal point is a comma) works bad, if I work with the american encoding works well.
Sorry for my poor English
Jordi
I've noticed that the progress bar does not work well when you step with decimal values ​​in Primary or Secondary Percent attribute.
The bar remains constantly at 100%
progress.SecondaryPercent = Math.Round (myPercent, 2);
progress.SecondaryPercent = Math.Round (myPercent, 0);
I think it's something that has to do with the locale. If working with the decimal encoding Spain (The decimal point is a comma) works bad, if I work with the american encoding works well.
Sorry for my poor English
Jordi