开发者

How to add messages and tasks to a splash screen progress in an Eclipse RCP application

开发者 https://www.devze.com 2023-02-09 18:22 出处:网络
I have an Eclipse RCP 开发者_如何学Goapplication 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 in

I have an Eclipse RCP 开发者_如何学Goapplication 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


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

0

精彩评论

暂无评论...
验证码 换一张
取 消