Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » ProgressBar in SplashScreen
ProgressBar in SplashScreen [message #463241] Wed, 07 February 2007 11:27 Go to next message
Aravindhan Annamalai is currently offline Aravindhan AnnamalaiFriend
Messages: 89
Registered: July 2009
Location: Chennai
Member
Hi All,

I want the splash screen with a progress indicator on it...just like the
eclipse startup splash screen.

we are having a splash screen image for our application which is a .JPG
file...so, how to go about it?


Thanks in Advance....
Re: ProgressBar in SplashScreen [message #463245 is a reply to message #463241] Wed, 07 February 2007 12:04 Go to previous messageGo to next message
Delicia is currently offline DeliciaFriend
Messages: 41
Registered: July 2009
Member
Look under the 'Branding' tab of your .product file.
Also, I guess your splash screen should be a .bmp image.

Regards,
Delicia.
Re: ProgressBar in SplashScreen [message #463246 is a reply to message #463245] Wed, 07 February 2007 12:14 Go to previous messageGo to next message
Aravindhan Annamalai is currently offline Aravindhan AnnamalaiFriend
Messages: 89
Registered: July 2009
Location: Chennai
Member
Thanks for your reply..

We tried it under the branding page of the product by checking the add a
progress bar check box mentioning the values for x-offset , y-offset...and
also the message , text color...but still its not showing up the progress
bar in our splash screen..of course our splash screen is a .bmp file

Thanks
Aravind
Re: ProgressBar in SplashScreen [message #463248 is a reply to message #463246] Wed, 07 February 2007 12:45 Go to previous messageGo to next message
Snjezana Peco is currently offline Snjezana PecoFriend
Messages: 789
Registered: July 2009
Senior Member
Add
org.eclipse.ui/SHOW_PROGRESS_ON_STARTUP=true
to your plugin_customization.ini file.

Snjeza

Aravind wrote:
> Thanks for your reply..
>
> We tried it under the branding page of the product by checking the add a
> progress bar check box mentioning the values for x-offset ,
> y-offset...and also the message , text color...but still its not showing
> up the progress bar in our splash screen..of course our splash screen is
> a .bmp file
>
> Thanks
> Aravind
>
Re: ProgressBar in SplashScreen [message #463249 is a reply to message #463246] Wed, 07 February 2007 12:47 Go to previous messageGo to next message
Patrick Godeau is currently offline Patrick GodeauFriend
Messages: 64
Registered: July 2009
Member
Aravind a écrit :
>
> We tried it under the branding page of the product by checking the add a
> progress bar check box mentioning the values for x-offset ,
> y-offset...and also the message , text color...but still its not showing
> up the progress bar in our splash screen..of course our splash screen is
> a .bmp file

Also don't forget to Synchronize the configuration before launching the
product...


--
Patrick
Re: ProgressBar in SplashScreen [message #463251 is a reply to message #463248] Wed, 07 February 2007 13:06 Go to previous messageGo to next message
Aravindhan Annamalai is currently offline Aravindhan AnnamalaiFriend
Messages: 89
Registered: July 2009
Location: Chennai
Member
Where can i find the plugin_customization.ini file
Re: ProgressBar in SplashScreen [message #463256 is a reply to message #463251] Wed, 07 February 2007 13:47 Go to previous messageGo to next message
Delicia is currently offline DeliciaFriend
Messages: 41
Registered: July 2009
Member
You need to add this file to the project containing your .product file, then
also make sure the corresponding
plugin.xml uses it:

A snippet from plugin.xml:

<plugin>
<extension id="ide" point="org.eclipse.core.runtime.products">
<product name="xxx" application="org.eclipse.ui.ide.workbench"
description="%productBlurb">
<property name="preferenceCustomization"
value="plugin_customization.ini"/>
</extension>

</plugin>
Re: ProgressBar in SplashScreen [message #463266 is a reply to message #463251] Wed, 07 February 2007 16:05 Go to previous message
Snjezana Peco is currently offline Snjezana PecoFriend
Messages: 789
Registered: July 2009
Senior Member
See
http://wiki.eclipse.org/index.php/RCP_FAQ#How_can_I_change_t he_default_UI_settings_for_the_perspective_bar_location.2C_f ast_view_bar_location.2C_etc.3F

Snjeza
Aravind wrote:
> Where can i find the plugin_customization.ini file
>
Previous Topic:adding system variable PATH to Info.plist for RCP application on Mac OSX
Next Topic:How to open views as action thru pull down menu
Goto Forum:
  


Current Time: Fri Sep 20 11:22:37 GMT 2024

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

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

Back to the top