splash screen coustomization [message #104427] |
Fri, 25 January 2008 04:40 |
Eclipse User |
|
|
|
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
<extension
point="org.eclipse.ui.splashHandlers">
<splashHandler
class=" com.barco.cms.rcp.operatorui.splashHandlers.LoginSplashHandl er "
id="com.barco.cms.rcp.operatorui.splashHandlers">
</splashHandler>
<splashHandlerProductBinding
productId="com.barco.cms.rcp.operatorui.product"
splashId="com.barco.cms.rcp.operatorui.splashHandlers">
</splashHandlerProductBinding>
</extension>
/* and where as my LoginSplashHandler extends AbastractSplashHandler provided my eclispe org.eclipse.ui.splash */
I don't know why code is not lunching splash screen ?
|
|
|
Powered by
FUDForum. Page generated in 0.10496 seconds