> I'm trying to do the same thing with a progress bar.  The closest I have 
> come to increase/decrease control of the bar is to use a variable. Right 
> click on the variable name and select the desired indicator.  Feed the 
> variable the data and the progress bar will follow.  The indicator does 
> not need to be wired to anything and can be placed anywhere.
> 

If the terminal isn't used, but a local of the same direction is, then 
you should delete the local and use the terminal.  The terminal is the 
primary, built-in access to the data of the control.  Use it over 
locals.  Also try to use a minimum of locals as more locals open up the 
possibility of more race conditions.

To update a progress bar on another panel, use a control reference's 
value property.

Greg McKaskle


Reply via email to