There's not "multiple-sections", and the user will select from X to Y values.
So if the user is who select the progress that you go from 0% to 30%, this section will be "filled".
And later he can select the progress only of 70% to 100% if he wants, and so, the progress will go, and "fill" the progress bar as the function work.
And I can't use multiple progressbar because the user will select the values, and can have any "section" number.
And the sizes may vary too, using multiple scrollbars I think it's possible to do some tricks, but, too much work and will be better showing more than 1 "section" instead of more than 1 progressbar.
Since I'll don't show "multiple works progresses" if "section" 2 is complete:
If the user have used 2 "sections". They will be a fixed size (depending on the two sections size and the percent of each one).
section 1 section 2
[ ][ ]
will be like this:
[ ##### ]
[ ################# ]
[ ################################] (section 2 complete)
section 1 section 2
[ ][ ]
will be like this:
[ ##### ]
[ ################# ]
[ ################################] (section 2 complete)
To copy to clipboard, switch view to plain text mode
And I want to add a "marker" too:
[ ################################] (section 2 complete)
/\ /\ /\
[ ################################] (section 2 complete)
/\ /\ /\
To copy to clipboard, switch view to plain text mode
Before starting the progress, the user can split or change some sections.
And so "start" the work on that section.
If he pause he can add or change some sections.
Bookmarks