Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » Links to files in the About dialog AboutText variable
Links to files in the About dialog AboutText variable [message #628177] Thu, 23 September 2010 10:06 Go to next message
No real name is currently offline No real nameFriend
Messages: 2
Registered: September 2010
Junior Member
Hi Eclipse comminity,

I am trying to customize the about dialog of through the aboutText variable...

I have managed to set it inside the file plugin.properties of my plugin as follows:

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

with %aboutText defined in about.ini

My question is how can I create a nice link to a file on disk inside the about dialog ?

Thanks for any help/tip about modifying/customizing the about dialog...

P.
Re: Links to files in the About dialog AboutText variable [message #628833 is a reply to message #628177] Fri, 24 September 2010 11:17 Go to previous message
No real name is currently offline No real nameFriend
Messages: 2
Registered: September 2010
Junior Member
Hello,

I have been able to find a way to create links by including addresses on the form:

http://mylinkontheweb.com

OR

file:///C:/Documents%20and%20Settings/test.txt

in the aboutText variable for the About dialog...

but the format of those links is visually not nice (especially for a file on disk)...


any additionnal ideas would be welcomed.

Thanks
Previous Topic:How to manage workspace(s) in an RCP application
Next Topic:Passing a variable to View from Application.java
Goto Forum:
  


Current Time: Thu Apr 25 00:25:39 GMT 2024

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

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

Back to the top