[Intro pages]"No standby content available"?!!??? [message #449581] |
Tue, 16 May 2006 06:39  |
Eclipse User |
|
|
|
Originally posted by: cboudjennah.hotmail.com
Hello!I'm trying to make an intro content with tutorials for a RCP application.Ive made a introContent.xml file, similar to the Eclipses one. Everything seems to be ok, until I try to use cheatsheets for the tutorial parts:I wrote something like this in my introContent.xml:
<link url=" http://org.eclipse.ui.intro/showStandby?partId=org.eclipse.p latform.cheatsheet&input=intro2.helloworld" label="My example" id="hello-world" style-id="tutorials-link"> <img id="whatsnew_img" style-id="content-img" src="css/graphics/icons/etool/whatsnew72.gif" alt="What's New"/> <text>Create a small Java program that will print "Hello, World" on the console</text></link>
And when I click on the link button, the intro section goes well into standby mode but does not display my cheatsheet!!! I have the following message:No standby content available.No standby content part defined with id: org.eclipse.platform.cheatsheet.I dont understand why I have this message since the cheatsheet Im asking is referenced into my plugin.xml:
<extension point="org.eclipse.ui.cheatsheets.cheatSheetContent"> <cheatsheet contentFile="cheatsheets/HelloWorld.xml" id="intro2.helloworld" name="%cheatsheet.helloworld.name"> <description>%cheatsheet.helloworld.desc</description> </cheatsheet> <cheatsheet contentFile="cheatsheets/HelloWorldSWT.xml" id="intro2.helloworld.swt" name="%cheatsheet.helloworld.swt.name"> <description>%cheatsheet.helloworld.swt.desc</description> </cheatsheet></extension>
Does anyone know what I did wrong?Thanks by advance!
|
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.03018 seconds