Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Eclipse Communications Framework (ECF) » splash screen lunching
splash screen lunching [message #620817] Fri, 25 January 2008 09:37 Go to next message
Eclipse UserFriend
Originally posted by: swamy_mvm.yahoo.co.in

In order to coustomize splash screen in eclipse 3.3, eclipse provided org.eclipse.ui.splashHandler, I mentioned in plugin.xml my class extension point as shown below

point="org.eclipse.ui.splashHandlers">
class="com.xxx.rcp.operatorui.splashHandlers.LoginSplashHandler "
id="com.xxx.rcp.operatorui.splashHandlers">

productId="com.xxx.rcp.operatorui.product"
splashId="com.xxx.rcp.operatorui.splashHandlers">


/* and where as my LoginSplashHandler extends AbastractSplashHandler provided by eclispe org.eclipse.ui.splash */

I don't know why code is not lunching splash screen ?
Re: splash screen lunching [message #621635 is a reply to message #620817] Wed, 27 February 2008 14:45 Go to previous message
Eclipse UserFriend
Originally posted by: swamy_mvm.yahoo.co.in

I succeeded In this reagard,

1) First extend BasicSplashHandler(which extends AbstractSplashHandler) and intialize ur spalsh in init method(do what ever u what in that)I mean overide and also dispose method(in order to close splash screen)

2)Chek the plugin.xml with extension which I mentioned earlier.
becare ful with extension points , which are very importent,mention them without error.

3)and export product luanch and run thats it.
Previous Topic:Announce: weekly ECF integration builds
Next Topic:Screen resolution problem in eclipse swt programme
Goto Forum:
  


Current Time: Fri Apr 26 21:27:51 GMT 2024

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

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

Back to the top