Bug #2986

Wrap all TXM jobs with a progress dialog

Added by Matthieu Decorde over 2 years ago. Updated almost 2 years ago.

Status:New Start date:01/08/2021
Priority:High Due date:
Assignee:- % Done:

0%

Category:UI Spent time: -
Target version:TXM 0.8.4

Description

Use something like the ComputeProgressMonitorDialog :

ComputeProgressMonitorDialog dialog = new ComputeProgressMonitorDialog(window.getShell(), editorInput.getResult());
dialog.runComputingProcess(true);

->

TXMProgressMonitorDialog dialog = new TXMProgressMonitorDialog(window.getShell(), JOB);
dialog.schedule(true);


Related issues

related to Bug #3085: UI Feedback, provide command progression feedback New 06/02/2021
related to Bug #2879: The restarting engines command breaks the annotations sav... New 07/23/2020

History

#1 Updated by Matthieu Decorde almost 2 years ago

  • Tracker changed from Task to Bug

#2 Updated by Matthieu Decorde almost 2 years ago

  • Priority changed from Urgent to High
  • Target version changed from TXM 0.8.2 to TXM 0.8.4

I've finally managed to force the Eclipse RCP "run in background" option to false -> all dialogs will now be shown (except the user select manually 'run in background')

Also available in: Atom PDF