Quote:
Originally Posted by Logrim
altef i only have one ImgApplyChanges for wizardform,, only this at the start of "procedure InitializeWizard":
|
maybe i don't understand you right, can you give more information?
Quote:
Originally Posted by Logrim
and.. i dont understand well how to add progress bar and edit... for progress bar i add in setup part two png, and extract it in initialize setup. but how to apply them to the standard progress bar?
|
hide standart progress bar and calculate progress to width of your custom img.
e.g. standart progress=10% of maximum 100% then width of your img will be
progress:=CurProgress(10%)*100/MaxProgress(100%);
imgWidth=FullWidthOfImg(you set it when create img)*progress/100;