Thank you altef, can i make the progress bar percent dynamic?
if i have 2 tasks then this code should be:
Quote:
|
WizardForm.ProgressGauge.Position:=WizardForm.Prog ressGauge.Position +50;
|
and if i have 4 tasks the code should be:
Quote:
|
WizardForm.ProgressGauge.Position:=WizardForm.Prog ressGauge.Position +25;
|
is there any thing could be added to the code so it calculate the percentage dynamicly based on the number of the tasks?