Skip to main content



      Home
Home » Eclipse Projects » Rich Client Platform (RCP) » Different splash screens
Different splash screens [message #642191] Tue, 30 November 2010 05:35 Go to next message
Eclipse UserFriend
Hi!

We are developing Eclipse RCP application that supports different licensing schemes. For each scheme it must have special splash screen.

Is it possible to customize what splash screen should be drawn from java code?

Thanks in advance,
Sergey
Re: Different splash screens [message #642196 is a reply to message #642191] Tue, 30 November 2010 05:51 Go to previous messageGo to next message
Eclipse UserFriend
On 11/30/2010 11:35, Sergey wrote:
> Hi!
>
> We are developing Eclipse RCP application that supports different
> licensing schemes. For each scheme it must have special splash screen.
> Is it possible to customize what splash screen should be drawn from java
> code?

It think it is possible. Have a look at the extension point

org.eclipse.ui.splashHandlers

(I haven't used it, though).

HTH & Greetings from Bremen,

Daniel Krügler
Re: Different splash screens [message #642214 is a reply to message #642196] Tue, 30 November 2010 07:15 Go to previous messageGo to next message
Eclipse UserFriend
Unfortunately, this wont help.

I think splashHandlers extension point allows only to decorate existing splash. This because if one manage to debug splash handler, one could notice, that splash will appear before splashHandlers class started its execution.

Thanks
Re: Different splash screens [message #642221 is a reply to message #642214] Tue, 30 November 2010 07:37 Go to previous messageGo to next message
Eclipse UserFriend
On 11/30/2010 13:16, Sergey wrote:
> Unfortunately, this wont help.
>
> I think splashHandlers extension point allows only to decorate existing
> splash. This because if one manage to debug splash handler, one could
> notice, that splash will appear before splashHandlers class started its
> execution.

Well, there is also the -showsplash program argument parameter, which
allows to provide a specific splash screen, though. I don't know,
whether this helps, because this value is evaluated in the early phase
of the program start. Maybe your installation can modify the value of
this parameter provided in your .ini file?

HTH & Greetings from Bremen,

Daniel Krügler
Re: Different splash screens [message #642222 is a reply to message #642221] Tue, 30 November 2010 07:43 Go to previous message
Eclipse UserFriend
On 11/30/2010 13:37, Daniel Krügler wrote:
> On 11/30/2010 13:16, Sergey wrote:
>> Unfortunately, this wont help.
>>
>> I think splashHandlers extension point allows only to decorate existing
>> splash. This because if one manage to debug splash handler, one could
>> notice, that splash will appear before splashHandlers class started its
>> execution.
>
> Well, there is also the -showsplash program argument parameter, which
> allows to provide a specific splash screen, though. I don't know,
> whether this helps, because this value is evaluated in the early phase
> of the program start. Maybe your installation can modify the value of
> this parameter provided in your .ini file?

I also found this report:

http://dev.eclipse.org/newslists/news.eclipse.platform.rcp/m sg28074.html

(Again: Untested)

HTH & Greetings from Bremen,

Daniel Krügler
Previous Topic:Regarding Implementing the Eclipse HELP Functionality
Next Topic:DataTime Widget on solaries
Goto Forum:
  


Current Time: Tue Jul 22 11:07:13 EDT 2025

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

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

Back to the top