Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » Show Progress & Splash Screen with Webstart
Show Progress & Splash Screen with Webstart [message #435950] Thu, 25 August 2005 21:08 Go to next message
Eclipse UserFriend
Originally posted by: dev.myriadfinancial.com

Hi all,

Is there a way to get the progress and splash screens to work with a
webstart deployed RCP app?

Thanks!
Re: Show Progress & Splash Screen with Webstart [message #435954 is a reply to message #435950] Fri, 26 August 2005 02:22 Go to previous messageGo to next message
Pascal Rapicault is currently offline Pascal RapicaultFriend
Messages: 440
Registered: July 2009
Senior Member
The splash screen as it is done today is not possible.
Moreover JWS has its own way to do splash screens.

As for the 3.1 style progress you can copy the code from eclipse 3.1
into your app. I think it leaves in or around the IDEAdvisor (or
something like that)

HTH

PaScaL

jeremy wrote:
> Hi all,
>
> Is there a way to get the progress and splash screens to work with a
> webstart deployed RCP app?
>
> Thanks!
Re: Show Progress & Splash Screen with Webstart [message #435971 is a reply to message #435954] Fri, 26 August 2005 15:30 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: dev.myriadfinancial.com

Pascal ~ thanks for the help, it did get me going in the right
direction, though I ended up with a hack for a temporary fix... :(

looks like my preference for "SHOW_PROGRESS_ON_STARTUP" wasn't making it
into my webstart deployment for some reason - I set it as a property in
the products extension point...

I forced it to true by placing:
PlatformUI.getPreferenceStore().setValue(IWorkbenchPreferenc eConstants.SHOW_PROGRESS_ON_STARTUP,
true);
in the Application class, and the progress bar starts up as expected.

now... what's the _proper_ to set default preferences for an RCP
Application? :)



Pascal Rapicault wrote:
> The splash screen as it is done today is not possible.
> Moreover JWS has its own way to do splash screens.
>
> As for the 3.1 style progress you can copy the code from eclipse 3.1
> into your app. I think it leaves in or around the IDEAdvisor (or
> something like that)
>
> HTH
>
> PaScaL
>
> jeremy wrote:
>
>> Hi all,
>>
>> Is there a way to get the progress and splash screens to work with a
>> webstart deployed RCP app?
>>
>> Thanks!
Re: Show Progress & Splash Screen with Webstart [message #436177 is a reply to message #435971] Thu, 01 September 2005 16:16 Go to previous message
Boris Bokowski is currently offline Boris BokowskiFriend
Messages: 272
Registered: July 2009
Senior Member
Using programmatic API is a proper way to set a preference.

I don't know why the preferenceCustomization property of the product
extension point does not work, but I am not familiar with Webstart at all.

Boris

"jeremy" <dev@myriadfinancial.com> wrote in message
news:dencii$dv7$1@news.eclipse.org...
> Pascal ~ thanks for the help, it did get me going in the right
> direction, though I ended up with a hack for a temporary fix... :(
>
> looks like my preference for "SHOW_PROGRESS_ON_STARTUP" wasn't making it
> into my webstart deployment for some reason - I set it as a property in
> the products extension point...
>
> I forced it to true by placing:
>
PlatformUI.getPreferenceStore().setValue(IWorkbenchPreferenc eConstants.SHOW_
PROGRESS_ON_STARTUP,
> true);
> in the Application class, and the progress bar starts up as expected.
>
> now... what's the _proper_ to set default preferences for an RCP
> Application? :)
>
>
>
> Pascal Rapicault wrote:
> > The splash screen as it is done today is not possible.
> > Moreover JWS has its own way to do splash screens.
> >
> > As for the 3.1 style progress you can copy the code from eclipse 3.1
> > into your app. I think it leaves in or around the IDEAdvisor (or
> > something like that)
> >
> > HTH
> >
> > PaScaL
> >
> > jeremy wrote:
> >
> >> Hi all,
> >>
> >> Is there a way to get the progress and splash screens to work with a
> >> webstart deployed RCP app?
> >>
> >> Thanks!
Previous Topic:Exchanging data between plugins
Next Topic:Displaying an image on the right side of the coolBar
Goto Forum:
  


Current Time: Sun Dec 08 00:17:43 GMT 2024

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

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

Back to the top