Bug #2986
Wrap all TXM jobs with a progress dialog
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
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')