Custom Progress Bar
June 5, 2008 12:00 AM
Okay, I'll take a shot at this, but without using the built-in progress bar functionality, since I haven't worked with that before....Instead of having a separate completion variable for each activity, have one completion variable that completing an activity increments by 1 (use modification type "Add to variable" to do this). Then you can use that variable in one of a number of ways to change the display of some kind of progress indicator. You could have a text box that says "X of 13 Activities Completed" where "X" is changed according to the value of the variable. Or you could have a series of little boxes (maybe a series of little filled-in boxes and then a series of little open boxes directly on top) and you hide the first little open box (showing the filled-in box below it) if the value = or > 1, hide the second on eif the value is = or > 2, etc.Timmy - does that help? Experts - am I missing something here that would make this not work?Laura
Discussions have been disabled for this post