Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » problem with about dialog text
problem with about dialog text [message #547983] Tue, 20 July 2010 10:41 Go to next message
Luca Ferrari is currently offline Luca FerrariFriend
Messages: 159
Registered: November 2009
Senior Member
Hi all,
in my product configuration I've set the about text field in the product configuration file to the value &aboutText and I've placed a file called plugin.properties in the root directory of the defining plugin. In such file I've inserted the aboutText property to a text string, but when I launch the product and bring up the about dialog, instead of the text substitution I see the property name (aboutText).
Am I doing something wrong?
Re: problem with about dialog text [message #548281 is a reply to message #547983] Wed, 21 July 2010 11:08 Go to previous messageGo to next message
Ian Leslie is currently offline Ian LeslieFriend
Messages: 137
Registered: July 2009
Senior Member
I have a similar setup except I have '%productBlurb' (without the quotes) in the .product file.
   <aboutInfo>
      <image path="/com.lesliesoftware.wizardsfamiliar/about.gif"/>
      <text>
         %productBlurb
      </text>
   </aboutInfo>
Re: problem with about dialog text [message #549271 is a reply to message #548281] Mon, 26 July 2010 10:50 Go to previous message
Luca Ferrari is currently offline Luca FerrariFriend
Messages: 159
Registered: November 2009
Senior Member
Uhm...in the feature.xml file I've got the following:

<description url="http://www.mysite.com">
      %aboutText
   </description>


while in the plugin.xml configuration file I've got:

<property
               name="aboutText"
               value="%aboutText">
         </property>


and after that I've got the property value:

<property
               name="aboutText"
               value="blah blah">
         </property>


And finally in the product configuration file I've got:

<aboutInfo>
      <image path="/HRPM-RCP-git/img/logo_about.png"/>
      <text>
         %aboutText
      </text>
   </aboutInfo>


that is mapped to the aboutText property of the plugin.properties:

aboutText=\n\nMy Application\n


so it looks ok to me, should I remove the other aboutText properties in the plugin and feature files?

[Updated on: Mon, 26 July 2010 10:52]

Report message to a moderator

Previous Topic:Alignment of Toolbars
Next Topic:MVc implementation in rcp very important
Goto Forum:
  


Current Time: Wed Apr 24 22:52:15 GMT 2024

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

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

Back to the top