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