Skip to main content



      Home
Home » Eclipse Projects » Rich Client Platform (RCP) » [Intro pages]"No standby content available"?!!???
[Intro pages]"No standby content available"?!!??? [message #449581] Tue, 16 May 2006 06:39 Go to next message
Eclipse UserFriend
Originally posted by: cboudjennah.hotmail.com

Hello!I'm trying to make an intro content with tutorials for a RCP application.I’ve made a introContent.xml file, similar to the Eclipse’s 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&amp;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 don’t understand why I have this message since the cheatsheet I’m 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!
Re: [Intro pages]"No standby content available"?!!??? [message #449586 is a reply to message #449581] Tue, 16 May 2006 07:26 Go to previous messageGo to next message
Eclipse UserFriend
It says it can't find the part org.eclipse.platform.cheatsheet ... if
you are launching from within eclipse, got to Run>Run... and check to
make sure the cheetsheet plugin is in the launch config.

If you have deployed, make sure the cheetsheet plugin is in your
RCP/plugins directory.

Later,
PW
Re: [Intro pages]"No standby content available"?!!??? [message #449600 is a reply to message #449586] Tue, 16 May 2006 08:18 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: cboudjennah.hotmail.com

I've already checked that and the cheetshett plugin is in the launch config (org.eclipse.ui.cheatsheets)...
Re: [Intro pages]"No standby content available"?!!??? [message #449601 is a reply to message #449600] Tue, 16 May 2006 09:58 Go to previous messageGo to next message
Eclipse UserFriend
C. BOUDJENNAH wrote:
> I've already checked that and the cheetshett plugin is in the launch config (org.eclipse.ui.cheatsheets)...

And you've included org.eclipse.platform ?

Later,
PW
Re: [Intro pages]"No standby content available"?!!??? [message #449627 is a reply to message #449601] Wed, 17 May 2006 03:21 Go to previous message
Eclipse UserFriend
Originally posted by: cboudjennah.hotmail.com

Yes... :-/
Previous Topic:Disable RCP Preferences, ActionSets, Views
Next Topic:Classpath problem
Goto Forum:
  


Current Time: Sun Aug 31 00:10:10 EDT 2025

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

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

Back to the top