Changes between Initial Version and Version 1 of Ticket #2845
- Timestamp:
- 10/04/17 14:28:31 (7 years ago)
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 1 1 The progress should explicitly differ between "progress" and "endless/marquee" instead of depending on the `ProgressValue`. 2 2 Currently, ProgressValue <= 0 or > 1 is is interpreted as "endless" and shown as marquee. 3 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). 4 (Currently it is not possible to set an empty progress bar with ProgressValue 0) 3 5 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).6 Furthermore, the `IProgress` suggest a Cancel option; however, this does not work currently.