Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » Different splash screens
Different splash screens [message #642191] Tue, 30 November 2010 10:35 Go to next message
Sergey  is currently offline Sergey Friend
Messages: 2
Registered: November 2010
Junior Member
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 10:51 Go to previous messageGo to next message
Daniel Krügler is currently offline Daniel KrüglerFriend
Messages: 853
Registered: July 2009
Senior Member
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 12:15 Go to previous messageGo to next message
Sergey  is currently offline Sergey Friend
Messages: 2
Registered: November 2010
Junior Member
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 12:37 Go to previous messageGo to next message
Daniel Krügler is currently offline Daniel KrüglerFriend
Messages: 853
Registered: July 2009
Senior Member
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 12:43 Go to previous message
Daniel Krügler is currently offline Daniel KrüglerFriend
Messages: 853
Registered: July 2009
Senior Member
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: Thu Apr 25 12:17:15 GMT 2024

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

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

Back to the top