Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » GEF » Problems with images
Problems with images [message #187037] Fri, 08 July 2005 07:49 Go to next message
Eclipse UserFriend
Originally posted by: soyelmey.hotmail.com

Hello,

I have developed a GEF based application. This has icons for the
figures, for the label of the editor and for the wizard. While I was
running it as "Eclipse application" (Run as... -> Eclipse application) all
the icons were shown without problems. But now, I have created a
deployable plugin and the icons for the editor and for the wizard aren`t
shown (but the icons of the figures are shown perfectly). What could be
the problem?

My plugin.xml file, where the icons are defined, is the following:


<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.0"?>
<plugin>

<extension
point="org.eclipse.ui.editors">
<editor
class="org.myproject.MyProjectPlugin"
default="true"
name="MyProject Graphical Editor"
icon="icono2.gif"

contributorClass=" org.myproject.graphical.actions.MyProjectActionBarContributo r "
id="MyProject Graphical Editor"
extensions="prj">
</editor>
</extension>
<extension
point="org.eclipse.ui.newWizards">
<category
id="org.myproject.graphics"
name="MyProject Wizard"/>
<wizard
category="org.myproject.graphics"
class="org.myproject.wizards.MyProjectNewWizard"
descriptionImage="icono2.gif"
icon="icono2.gif"
id="org.myproject.graphical.wizards.MyProjectNewWizard"
name="My Project Graphical Editor file"
project="true">
<description>
This wizard creates a new file with *.prj extension for
designing a new Graphical Project.
</description>
</wizard>
</extension>


</plugin>


Please, help me!


Thank you very much
Re: Problems with images [message #187076 is a reply to message #187037] Fri, 08 July 2005 12:00 Go to previous message
Jason Kealey is currently offline Jason KealeyFriend
Messages: 22
Registered: July 2009
Junior Member
If you distribute your icons appropriately, try starting eclipse with the
-clean option.

Jason
Previous Topic:The editpart match problem between different two editors after editor reloading
Next Topic:KeyBindings
Goto Forum:
  


Current Time: Fri Dec 13 02:58:50 GMT 2024

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

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

Back to the top