Quote:
Originally Posted by Dario06
perfect!
it works now
the code says if there is an error in isdone you have to go back to 100%, I'm right cesar?
or if it doesn't find isdone
|
Code:
if not ISDoneError then
begin
WizardForm.ProgressGauge.Position := 1000;
end;
For some reason the native progress bar has a delay and when the wizardform is resized the bar does not update.
This causes the bar to return to 100% if no error occurs.