Bug #2986

Wrap all TXM jobs with a progress dialog

Ajouté par Matthieu Decorde il y a plus de 4 ans. Mis à jour il y a plus de 4 ans.

Statut:New Début:08/01/2021
Priorité:High Echéance:
Assigné à:- % réalisé:

0%

Catégorie:UI Temps passé: -
Version cible: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);


Demandes liées

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

Historique

#1 Mis à jour par Matthieu Decorde il y a plus de 4 ans

  • Tracker changé de Task à Bug

#2 Mis à jour par Matthieu Decorde il y a plus de 4 ans

  • Priorité changé de Urgent à High
  • Version cible changé de TXM 0.8.2 à 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')

Formats disponibles : Atom PDF