Skip to main content



      Home
Home » Eclipse Projects » Rich Client Platform (RCP) » Can't see other jobs in progress dialog
Can't see other jobs in progress dialog [message #726772] Mon, 19 September 2011 10:14 Go to next message
Eclipse UserFriend
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.
Re: Can't see other jobs in progress dialog [message #726798 is a reply to message #726772] Mon, 19 September 2011 11:20 Go to previous messageGo to next message
Eclipse UserFriend
you should need this
http://www.eclipse.org/articles/Article-Concurrency/jobs-api.html
Re: Can't see other jobs in progress dialog [message #726829 is a reply to message #726798] Mon, 19 September 2011 12:17 Go to previous message
Eclipse UserFriend
Well, I know Jobs API, but it's not the answer for neither of my questions, I think.
In fact, I run some jobs and I'm asking why I can't see them in progress service progress dialog and how to achieve this.
Previous Topic:ActiveMenuSelection and keybindings question/problem
Next Topic:How can I update property file in other plug-in?
Goto Forum:
  


Current Time: Thu Jul 24 10:12:43 EDT 2025

Powered by FUDForum. Page generated in 0.02922 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top