Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » Contributing about menu?
Contributing about menu? [message #452644] Tue, 11 July 2006 09:35 Go to next message
Hagen Thorbjörn Seifert is currently offline Hagen Thorbjörn SeifertFriend
Messages: 7
Registered: July 2009
Junior Member
Hello,

how can i contribute the "about" menu in a plugin.xml/fragment.xml?


Thanks.
Re: Contributing about menu? [message #452649 is a reply to message #452644] Tue, 11 July 2006 14:40 Go to previous messageGo to next message
Mike Evans is currently offline Mike EvansFriend
Messages: 237
Registered: July 2009
Senior Member
On Tue, 11 Jul 2006 11:35:06 +0200, Hagen Seifert wrote:

> Hello,
>
> how can i contribute the "about" menu in a plugin.xml/fragment.xml?
>
> Thanks.

See 'About Dialog' in
http://www.eclipse.org/articles/Article-Branding/branding-yo ur-application.html

--
Mike E.
Re: Contributing about menu? [message #452673 is a reply to message #452649] Wed, 12 July 2006 08:40 Go to previous messageGo to next message
Hagen Thorbjörn Seifert is currently offline Hagen Thorbjörn SeifertFriend
Messages: 7
Registered: July 2009
Junior Member
Mike Evans schrieb:
> On Tue, 11 Jul 2006 11:35:06 +0200, Hagen Seifert wrote:
>
>> Hello,
>>
>> how can i contribute the "about" menu in a plugin.xml/fragment.xml?
>>
>> Thanks.
>
> See 'About Dialog' in
> http://www.eclipse.org/articles/Article-Branding/branding-yo ur-application.html
>


Thank you for your answer. But i don´t want to brand my about dialog, i
want to contribute the "about" entry in the help menu in a
fragment.xml/plugin.xml.
Re: Contributing about menu? [message #452689 is a reply to message #452673] Wed, 12 July 2006 17:52 Go to previous messageGo to next message
Mike Evans is currently offline Mike EvansFriend
Messages: 237
Registered: July 2009
Senior Member
On Wed, 12 Jul 2006 10:40:28 +0200, Hagen Seifert wrote:

> Mike Evans schrieb:
>> On Tue, 11 Jul 2006 11:35:06 +0200, Hagen Seifert wrote:
>>
>>> Hello,
>>>
>>> how can i contribute the "about" menu in a plugin.xml/fragment.xml?
>>>
>>> Thanks.
>>
>> See 'About Dialog' in
>> http://www.eclipse.org/articles/Article-Branding/branding-yo ur-application.html
>>
>
> Thank you for your answer. But i don´t want to brand my about dialog, i
> want to contribute the "about" entry in the help menu in a
> fragment.xml/plugin.xml.

Do you eman put the text in a properties file?
If so set the ABout Dialog text to '%aboutText' and then add the aboutText
values in a .properties file.
If you mean create your own About Dialog I think you need to create your
own Help menu and 'About' action - see RCP tutorial part 3 for an example
( http://www.eclipse.org/articles/Article-RCP-3/tutorial3.html)


--
Mike E.
Re: Contributing about menu? [message #452836 is a reply to message #452689] Mon, 17 July 2006 15:32 Go to previous message
Hagen Thorbjörn Seifert is currently offline Hagen Thorbjörn SeifertFriend
Messages: 7
Registered: July 2009
Junior Member
Mike Evans schrieb:
> On Wed, 12 Jul 2006 10:40:28 +0200, Hagen Seifert wrote:
>
>> Mike Evans schrieb:
>>> On Tue, 11 Jul 2006 11:35:06 +0200, Hagen Seifert wrote:
>>>
>>>> Hello,
>>>>
>>>> how can i contribute the "about" menu in a plugin.xml/fragment.xml?
>>>>
>>>> Thanks.
>>> See 'About Dialog' in
>>> http://www.eclipse.org/articles/Article-Branding/branding-yo ur-application.html
>>>
>> Thank you for your answer. But i don´t want to brand my about dialog, i
>> want to contribute the "about" entry in the help menu in a
>> fragment.xml/plugin.xml.
>
> Do you eman put the text in a properties file?
> If so set the ABout Dialog text to '%aboutText' and then add the aboutText
> values in a .properties file.
> If you mean create your own About Dialog I think you need to create your
> own Help menu and 'About' action - see RCP tutorial part 3 for an example
> ( http://www.eclipse.org/articles/Article-RCP-3/tutorial3.html)

Thanks again. I think i have to explain whats the problem is and what i
want to do.
We have a application, which defines the about entry (help menu) by code:
this.aboutAction = ActionFactory.ABOUT.create( window );
this.aboutAction.setText( Messages.getString(
"MainWorkbenchAdvisor.menu.help.about" ) ); //$NON-NLS-1$
register( this.aboutAction );

Now we want to create a second application which is using this "main"
plugin, too. The text of this about menu entry is "About blabla" (blabla
is our app name). This text is defined in a messages.properties. Which
possibility do I have to change this text?
Previous Topic:why are (cvs) "remove from view" settings non-persistent
Next Topic:Automatic build doesn't work(Unable to find
Goto Forum:
  


Current Time: Sun Oct 13 21:11:19 GMT 2024

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

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

Back to the top