Display progress reporter for plug-ins that are executing with the DOWNLOAD_IMMEDIATELY option
In the current implementation a window with the message Do not close this window until the download has finished.
and a Cancel
button is the only thing that is shown. It can be hard to know when the download has finished. The "Cancel" button closes the window, but it doesn't abort the download. If it is possible, it would be nice to have an Abort
button that really works.
Change History
(7)
Milestone: |
BASE 2.x+ → BASE 2.8
|
Owner: |
changed from everyone to Martin Svensson
|
Status: |
new → assigned
|
Resolution: |
→ fixed
|
Status: |
assigned → closed
|
Resolution: |
fixed
|
Status: |
closed → reopened
|
Resolution: |
→ fixed
|
Status: |
reopened → closed
|
(In [4327]) References #1010 Using the SimpleProgressReporter to get progress of the export. This will problably be replaced with a new class that also implements SignalReceiver interface, SimpleSignalProgressReporter.