Skip to main content



      Home
Home » Newcomers » Newcomers » BUG ?? - Custom Icond on my Eclipse HELP Project are not displayed
BUG ?? - Custom Icond on my Eclipse HELP Project are not displayed [message #1220979] Mon, 16 December 2013 08:12
Eclipse UserFriend
Hi,


I have a RCP plugin and a HELP plugin.
When I add a HELP plugin as dependency to my RCP plugin. Help contents(texts only) are displayed fine but not the icons when I try to customize the icons instead of using default ones (this is the requirement in my case).

My HELP plugin has following plugin.xml

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

   <extension point="org.eclipse.help.toc">
      <tocIcon id="SAPid" openIcon="sap_toc_open.gif" closedIcon="sap_toc_closed.gif"/>
      <toc file="toc.xml"/>
      <toc file="testToc.xml" primary="true" />
   </extension>

</plugin>


And my testToc.xml has following contents

<?xml version="1.0" encoding="UTF-8"?>
<?NLS TYPE="org.eclipse.help.toc"?>

<toc label="Test TOC" topic="html/toc.html" icon="SAPid">
	<link toc="toc.xml" />
</toc>


My problem is shown in the Image below.
index.php/fa/17051/0/

Please note that sap_toc_open.gif and sap_toc_close.gif are in the root directory of my test HELP plugin project.

Any ideas about the cause of the problem.??

Thank you.

Surya

[Updated on: Tue, 17 December 2013 04:32] by Moderator

Previous Topic:Wlcompile setup in Indigo
Next Topic:Problem using Apache and JSP
Goto Forum:
  


Current Time: Wed Jun 25 00:44:54 EDT 2025

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

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

Back to the top