|
|
Re: Show Progress & Splash Screen with Webstart [message #435971 is a reply to message #435954] |
Fri, 26 August 2005 15:30 |
Eclipse User |
|
|
|
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!
|
|
|
|
Powered by
FUDForum. Page generated in 0.04009 seconds