Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » RCP is not showing my intro page(after update platform to 3.7.1)
RCP is not showing my intro page [message #778594] Fri, 13 January 2012 13:23 Go to next message
Luiz E. is currently offline Luiz E.Friend
Messages: 100
Registered: September 2010
Senior Member
I have a intro page configured in my plugin.xml like this

 <extension
         point="org.eclipse.ui.intro">
      <intro
            class="org.eclipse.ui.intro.config.CustomizableIntroPart"
            icon="assets/funcoes/bookmarkHelp16.png"
            id="germantech.intro"
            label="Germantech :: Bem vindo">
      </intro>
      <introProductBinding
            introId="germantech.intro"
            productId="br.com.germantech.ecf.br_com_germantech_core">
      </introProductBinding>
   </extension>
   <extension
         point="org.eclipse.ui.intro.config">
      <config
            content="introContent.xml"
            id="br.com.germantech.intro.configId"
            introId="germantech.intro">
         <presentation
               home-page-id="root">
            <implementation
                  kind="html">
            </implementation>
         </presentation>

      </config>
   </extension>


and my introContent.xml is

<?xml version="1.0" encoding="utf-8" ?>
<introContent>
    <page id="root" content="content/root.xhtml" />

    <page id="concept1" content="content/ecf.xhtml" />
    <page id="concept2" content="content/nfe.xhtml" />
</introContent>


until now, when I open the app, the intro was ok, but now, when I start the app, the intro page shows nothing.

I'm using RCP 3.7.1 M20110909-1335.

WTF point: when i detach the intro page, close her, and open again, the intro appears ok, but detached.

[Updated on: Fri, 13 January 2012 13:23]

Report message to a moderator

Re: RCP is not showing my intro page [message #778729 is a reply to message #778594] Fri, 13 January 2012 18:04 Go to previous messageGo to next message
Luiz E. is currently offline Luiz E.Friend
Messages: 100
Registered: September 2010
Senior Member
done.
in my perspective, just set layout.setFixed to false Smile
Re: RCP is not showing my intro page [message #788427 is a reply to message #778729] Wed, 01 February 2012 20:01 Go to previous message
Nigel Daniels is currently offline Nigel DanielsFriend
Messages: 66
Registered: July 2009
Member
Thanks for posting this, I had the exact same problem... fixed now :)

On 13/01/2012 18:04, Luiz E. wrote:
> done.
> in my perspective, just set layout.setFixed to false :)
Previous Topic:asyncexec() and jobs and main UI blocking
Next Topic:Webstart: jredesc in component ignored: null
Goto Forum:
  


Current Time: Fri Apr 19 06:51:38 GMT 2024

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

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

Back to the top