Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » customizing IntroLaunchBar icon restore_welcome.gif
customizing IntroLaunchBar icon restore_welcome.gif [message #299610] Tue, 21 February 2006 10:11
Marion Schmid is currently offline Marion SchmidFriend
Messages: 35
Registered: July 2009
Member
Hi there,
while customizing my product I realized, that it is not possible to
define the restore_welcome.gif icon of the launchbar, while this is
possible for all other icons of the welcome page.
I.e. in my product's plugin.xml for the extension point
org.eclipse.ui.intro.config I can define icons for shortcuts and handle,
but not the icon to restore the welcome page.

<launchBar location="bottom" bg="#d8dfe5">
<handle
close="true"
image="intro/css/graphics/icons/handle.gif"/>
<shortcut
tooltip="%shortcut.overview.tooltip"
icon="intro/css/graphics/icons/overview_small.gif"
url="http://org.eclipse.ui.intro/showPage?id=overview"/>
....

As far as I could see this, the icon restore_welcome.gif is hard-coded
in the internal class
org.eclipse.ui.internal.intro.impl.presentations.IntroLaunch Bar #
fillToolBar().

action.setImageDescriptor(ImageUtil.createImageDescriptor("full/etool16/restore_welcome.gif "));

Do I have to implement IWindowTrim to change the restore_welcome icon or
is there another way to change the icon (plans to make it configurable
in plugin.xml or so?)

Thanks for your help!
Marion
Previous Topic:Bug? spawned JVM process does not exit when args are passed via launcher config
Next Topic:ProgressMonitorDialog, progressIndicator does not move
Goto Forum:
  


Current Time: Thu Apr 25 02:04:43 GMT 2024

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

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

Back to the top