Bug 2001 - [JFace] DCR: task-oriented progress monitor needed (1GDDVJ6)
Summary: [JFace] DCR: task-oriented progress monitor needed (1GDDVJ6)
Status: RESOLVED WONTFIX
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 2.0   Edit
Hardware: All Windows 2000
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Kevin Haaland CLA
QA Contact:
URL:
Whiteboard:
Keywords: investigate, usability
Depends on:
Blocks:
 
Reported: 2001-10-10 22:24 EDT by Dejan Glozic CLA
Modified: 2011-11-24 07:26 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dejan Glozic CLA 2001-10-10 22:24:14 EDT
UI implementations of IProgressMonitor typically show how many items have been
processed so far. This implementation is OK for cases where a build has to
compile N files. However, in cases where the operation is going through several
main tasks, each having its own subtasks, it is probably better to list all the 
main tasks in advance,
and then draw a checkmark in front of each task text as it has been completed.
Progress indicator can still be used to show progress within each of the main
tasks.

I didn't check IProgressMonitor in detail, but it should be flexible enough
to acommodate this implementation without changes.

Of course, for this kind of monitor to work, there should not be more than a few
main tasks. Otherwise, the indicator will be too tall.


NOTES:
Comment 1 Kevin Haaland CLA 2002-02-01 13:48:23 EST
Defer
Comment 2 Randy Giffen CLA 2002-08-07 10:05:53 EDT
Reopened for investigation
Comment 3 Dejan Glozic CLA 2002-08-07 10:14:56 EDT
Although I am the originator of this defect, I am not sure I have a scenario to 
justify it anymore. Clearly, the scenario in mind was related to long 
operations that have major steps with optional tracking of progress within each 
step using the progress monitor.

Bottom line: we don't have an immediate neeed for this monitor and will not be 
haeart-broken if you punt on the request.

Comment 4 Kevin Haaland CLA 2002-09-03 14:41:15 EDT
Punting