Archive: Trouble with Progressbar and InnerReactangle Details View


Trouble with Progressbar and InnerReactangle Details View
I have trouble Controlling Progress bar and Details in the inner rectangle text on MUI instfiles page.

If I hide the progress bar the contents are appearing as needed,but the scroll bar is moving to the end, every time the contents are updated.
If I do not hide the Progress bar the contents in the inner rectangle appear twice and fonts I have set are not being considered on the UI .

On update of Contents running in a loop i see overlap of one line over the other.
How to avoid this?
How to get Progressbar in sync with the loop I am running in the script.
How to get the scroll bar position to the place I want.

I am attaching the script , compiled Executable , ini configutation file for reference[Test2.zip].
Any Kind of help is appreciated.


Move the loop to a function and call that function from your section.

Stu