Page 1 of 1

\"Global Progress\" how to make it working?

Posted: Thu Mar 22, 2007 5:24 am
by jweksej
"Global Progress: You can now insert additional progress bars and gauges on your progress windows, and display a custom progress range when you bind them to a variable in the dialog editor, and configure them to receive the "written variable value". This lets you build setups with global progress feedback for lengthy runtime, web media block, or other similar install operations. [you still need to build the code for this manually] "

It looks it doesn't works. The variable value is changing but gouge displays always 0. Even Hide/Display dialog does not update gouge.

Posted: Fri Mar 23, 2007 10:47 am
by MichaelNesmith
Did you hook everything up correctly? I've attached a custom progress sample here with source.

File Attached:

progress.zip

Posted: Fri Mar 23, 2007 1:22 pm
by jweksej
All hooks was ok, the problem was in gauge min/max ranges. In my project it was 1-2 and progress values was set to 0, 1 or 2. It looks the ranges are ignored and always are set to 0-100 and progress value is interpreted as %%.

See my example attached - it is what I was searching for.

File Attached:

progress.zip