Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-ui-dev] Use of IWorkbenchSiteProgressService

1) Yes. Schedule them all using the IWorkbenchSiteProgressService
2) Right now we will show business for anything that you have scheduled 
using this API. You can of course choose to do what you want in your part.
3) See https://bugs.eclipse.org/bugs/show_bug.cgi?id=55090. Suggestions 
are welcome.

Tod




Thomas Maeder <Thomas_Maeder@xxxxxxxxxx> 
Sent by: platform-ui-dev-admin@xxxxxxxxxxx
03/19/2004 10:41 AM
Please respond to
platform-ui-dev


To
platform-ui-dev@xxxxxxxxxxx
cc

Subject
[platform-ui-dev] Use of IWorkbenchSiteProgressService







I've been trying to use IWorkbenchSiteProgressService for background 
searches, and came up with a couple of questions: 

1) What happens when I schedule multiple jobs that run in parallel? The 
user can start multiple search jobs that run in parallel. Is this 
supported? 
2) I'm really only interested in showing the "busy" state for the search 
that is currently shown in the search view. But the user can switch the 
currently shown search. Can I switch the busy indication over to the new 
search job when the user selects it? 
3) What about multiple windows? I may have the same search job showing in 
multiple workbench windows. How do I show the busy indication everywhere? 

Thomas



Back to the top