Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » IntroContent.xml
IntroContent.xml [message #433027] Fri, 24 June 2005 06:42 Go to next message
Xavier Méhaut is currently offline Xavier MéhautFriend
Messages: 133
Registered: July 2009
Senior Member
Hello,
I've created a welcome page for my RCP product and it works fine (except
that it is painful to write at hand xml files for the content)...
Nevertheless I would like to add like in the ide the "Go to workbench"
link. I've mimicked the one which is in
org.eclipse.ui.intro...without success... Does someone as a clue?
regards
Xavier
Re: IntroContent.xml [message #444253 is a reply to message #433027] Sat, 11 February 2006 19:11 Go to previous messageGo to next message
Dominique Buenzli is currently offline Dominique BuenzliFriend
Messages: 59
Registered: July 2009
Member
Hello,
I also would be interested in this answer.
Thanks
Dominique
On 2005-06-24 08:42:47 +0200, Xavier <xavier.mehaut@free.fr> said:

> Hello,
> I've created a welcome page for my RCP product and it works fine
> (except that it is painful to write at hand xml files for the
> content)... Nevertheless I would like to add like in the ide the "Go to
> workbench" link. I've mimicked the one which is in
> org.eclipse.ui.intro...without success... Does someone as a clue?
> regards
> Xavier
Re: IntroContent.xml [message #444257 is a reply to message #444253] Sun, 12 February 2006 17:54 Go to previous messageGo to next message
Dominique Buenzli is currently offline Dominique BuenzliFriend
Messages: 59
Registered: July 2009
Member
Ok found it:

<a href="http://org.eclipse.ui.intro/switchToLaunchBar"><img border="0"
src="link_obj.gif" alt="Go to workbench" />Go to Workbench</a>

On 2006-02-11 20:11:59 +0100, Dominique Buenzli
<dominique.buenzli@gmail.com> said:

> Hello,
> I also would be interested in this answer.
> Thanks
> Dominique
> On 2005-06-24 08:42:47 +0200, Xavier <xavier.mehaut@free.fr> said:
>
>> Hello,
>> I've created a welcome page for my RCP product and it works fine
>> (except that it is painful to write at hand xml files for the
>> content)... Nevertheless I would like to add like in the ide the "Go to
>> workbench" link. I've mimicked the one which is in
>> org.eclipse.ui.intro...without success... Does someone as a clue?
>> regards
>> Xavier
Re: IntroContent.xml [message #444258 is a reply to message #444257] Mon, 13 February 2006 04:23 Go to previous message
Ian Leslie is currently offline Ian LeslieFriend
Messages: 137
Registered: July 2009
Senior Member
In my application I am not using the launch bar but I can still create a
"Go to Workbench" button using this:

<link url="http://org.eclipse.ui.intro/close" label="Application"
id="application">
<img id="application_img" style-id="content-img"
src="css/graphics/icons/normal/gotowf48.png"
alt="Go to the application"/>
<text>Go to the application</text>
</link>

Could be a useful alternative.

Ian
Previous Topic:When is dragSetData called?
Next Topic:Global undo/redo in an RCP app
Goto Forum:
  


Current Time: Fri Jan 03 00:25:10 GMT 2025

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

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

Back to the top