Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-ua-dev] Trouble getting content to display in the Welcome screen

Title: Trouble getting content to display in the Welcome screen

Hiya,

My first post to this list. Ive looked about platform help, articles, list archives, etc. and havent had much luck answering this question.

My principal question is: Is any intro part functionality for a given product defined anywhere but in an org.eclipse.ui.intro extension?

More below:

Im trying to define an intro using an intro extension and specifying CustomizableIntroPart as the IintroPart implementation. Im expecting to be able to click Help > Welcome > my_product and have the HTML file my intro extension points to displayed in the dialog that appears. But while my products name shows up in the disambiguator dialog, I dont get any content in the Welcome window nothing.

- We had no class implementing IintroPart and no extension whose point is org.eclipse.ui.intro prior to my writing a simple (hello world, basically) extension.

- The products name (and the PDEs) showed up in the disambiguator before I did anything at all (ie, before I added my intro extension). How does Eclipse know I want a Welcome screen?

- My plugin doesnt appear among the plugins listed from the About dialog.

- This is version 3.1 no welcomePage is specified.

- I admit Im not completely clear on what value should be used for the productId attribute in the introProductBinding element the eclipse.product value specified in the eclipse.ini file? the id of the products org.eclipse.core.runtime.products extension? the plugin attribute value specified for the feature? Ive tried all of these and still no luck.

Thanks in advance,

Steve

Staff Technical Writer, Workshop team

BEA Systems

_______________________________________________________________________
Notice:  This email message, together with any attachments, may contain
information  of  BEA Systems,  Inc.,  its subsidiaries  and  affiliated
entities,  that may be confidential,  proprietary,  copyrighted  and/or
legally privileged, and is intended solely for the use of the individual
or entity named in this message. If you are not the intended recipient,
and have received this message in error, please immediately return this
by email and then delete it.

Back to the top