Page 1 of 1
Gauge - works only in range 0->100
Posted: Tue Mar 06, 2007 7:53 am
by jweksej
Dialog editor allows to set min/max values in any range and in test mode it works properly. However installer assumes min/max as 0->100 and works this way. Am i right?
Posted: Tue Mar 06, 2007 11:10 am
by neillans
Normally yes - however, you can actually control the position of the progress bar manually in the script, so you can set the Max to 1000 and manually set the position to 100 (and not fill the bar totally).
I hope that makes sense

Posted: Wed Mar 07, 2007 2:30 am
by jweksej
> you can set the Max to 1000
this is what I'm doing
> manually set the position to 100 (and not fill the bar totally).
and the bar is filled totally
Simple check it.
Posted: Wed Mar 07, 2007 1:16 pm
by neillans
Are you, by chance, using the built in PROGRESS variable? This is limited to a max of 100.