Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.2
-
Fix Version/s: 2.2-M1
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
Started getting some hands on time with ProgressListener today; and was unable to make a sub ProgressListener (which is an important use case when you are trying to compose several steps and report progress back to the user...).
As such I need to add the following method to the api:
float getProgress()
This is used when starting a sub progress listener: new SubProgressListener( progress, 30.0f )
Basically you need to know the starting point; so as the sub progress listener contributes its 30% to the overall progress it can correctly produce a final percentage for the parent...
Activity
Jody Garnett
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Resolution | Fixed [ 1 ] | |
| Status | Open [ 1 ] | Closed [ 6 ] |
Martin Desruisseaux
made changes -
| Assignee | Jody Garnett [ jgarnett ] | |
| Status | Closed [ 6 ] | Reopened [ 4 ] |
| Resolution | Fixed [ 1 ] |
Martin Desruisseaux
made changes -
| Resolution | Fixed [ 1 ] | |
| Status | Reopened [ 4 ] | Closed [ 6 ] |
| Fix Version/s | 2.2 [ 12386 ] | |
| Fix Version/s | 2.2-M1 [ 14472 ] |
Change has been committed and deployed.