Free cookie consent management tool by TermsFeed Policy Generator

Changes between Initial Version and Version 1 of Ticket #2845


Ignore:
Timestamp:
10/04/17 14:28:31 (7 years ago)
Author:
pfleck
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2845

    • Property Summary changed from Progress(View) should explicitly differ between "progress" and "endless" to Enhance Progress(View)
  • Ticket #2845 – Description

    initial v1  
    11The progress should explicitly differ between "progress" and "endless/marquee" instead of depending on the `ProgressValue`.
    22Currently, ProgressValue <= 0 or > 1 is is interpreted as "endless" and shown as marquee.
     3Instead we should explicitly differ between those two options and invalid operations should throw an exception (e.g. setting progress value of an "endless" progress).
     4(Currently it is not possible to set an empty progress bar with ProgressValue 0)
    35
    4 Instead we should explicitly differ between those two options and invalid operations should throw an exception (e.g. setting progress value of an "endless" progress).
     6Furthermore, the `IProgress` suggest a Cancel option; however, this does not work currently.