Can't see other jobs in progress dialog [message #726772] |
Mon, 19 September 2011 10:14  |
Eclipse User |
|
|
|
Hello,
I have a long running operation so I run it this way:
PlatformUI.getWorkbench().getProgressService().busyCursorWhile(new IRunnableWithProgress() {
public void run(IProgressMonitor monitor) throws InvocationTargetException, InterruptedException {
...
monitor.done();
}
});
Now I have 2 questions:
1) Why can't I see other running jobs in "Details" in the opened Progress dialog?
(I know there are some of them, because I can see them in the bottom right in progress area)
2) How to run another job in the code above? My target is to show to the user progress dialog with let's say 3 other running tasks.
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.02922 seconds