Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » Cheat sheet on wizards
Cheat sheet on wizards [message #898808] Fri, 27 July 2012 17:26 Go to next message
Timothy Vogel is currently offline Timothy VogelFriend
Messages: 82
Registered: July 2009
Member
The delivered cheat sheet for creating a RCP application starts the new plugin wizard. When this wizard opens, the cheat sheet moves from a view on the editor to a view/tray on the wizard.

I have been unable to duplicate this functionality on a cheat sheet that I wrote that invokes a wizard I created. Does anyone know what steps are required to enable?
Re: Cheat sheet on wizards [message #898828 is a reply to message #898808] Fri, 27 July 2012 19:46 Go to previous message
Timothy Vogel is currently offline Timothy VogelFriend
Messages: 82
Registered: July 2009
Member
The answer is to edit the cheat sheet in source mode and add the attribute dialog="true"
    <item title="Create the " dialog="true">
        <description>Lorem ipsum Lorem ipsum Lorem ipsum Lorem ipsum Lorem ipsum </description>
        <command
              required="false"
              serialization="com.your.command.here"/> 
    </item>
Previous Topic:Extend existing Menu
Next Topic:Plug-in that displays which Eclipse plug-in defines an element
Goto Forum:
  


Current Time: Tue Mar 19 07:08:12 GMT 2024

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

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

Back to the top