2

I have an Eclipse RCP application which does some time consuming things in the start method of the activator. Now I want to show user friendly messages for these things with progress indication in the splash screen but I do not find any solution for this.

I managed it to have a progressbar with messages in the splash screen but the only thing it shows is "Load Workbench" and this after all the time consuming things are done.

So my question is: how can I add tasks with user friendly messages to the splash screen progress?

Thanks in advance, Michael

Michael
  • 4,722
  • 6
  • 37
  • 58

1 Answers1

3

You need to extend org.eclipse.ui.splashHandlers extension point.

perror
  • 7,071
  • 16
  • 58
  • 85
Prakash G. R.
  • 4,746
  • 1
  • 24
  • 35