Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [pde-ui-dev] Use of org.eclipse.ui.intro



Jerome,

You need to bind the intro with the product Id. If you take a look in
org.eclipse.platform, you will notice how we bind our intro with
org.eclipse.platform, which is the product ID of Eclipse Platform. If you
are building RCP application, you need to define your own product id and
bind it the same way. You cannot just change the existing intro bound by
Eclipse - you need to change the application 'personality' (this includes
splash screen and other branding parameters) - intro is one of the
application branding attributes.

Regards,

Dejan Glozic, Ph.D.
Manager, Eclipse Development 1A
D2/R0Q/8200/MKM
IBM Canada Ltd.
Tel. 905 413-2745  T/L 969-2745
Fax. 905 413-4854



                                                                       
             Jérôme Bourget                                        
             <jeromebourget@ya                                         
             hoo.ca>                                                    To
             Sent by:                  pde-ui-dev@xxxxxxxxxxx          
             pde-ui-dev-admin@                                          cc
             eclipse.org                                               
                                                                   Subject
                                       [pde-ui-dev] Use of             
             04/23/2004 11:23          org.eclipse.ui.intro            
             AM                                                        
                                                                       
                                                                       
             Please respond to                                         
                pde-ui-dev                                             
                                                                       
                                                                       




I want to create my how intro so I implemented
IIntroSite and IIntroPart and wrote this in plugin.xml
   <extension
         point="org.eclipse.ui.intro">
      <intro
            name="IntroPage"
            icon="next_nav.gif"
            class="ca.infodata.msgedit.IntroPage"
            id="ca.infodata.msgedit.IntroPage">
      </intro>
   </extension>
But after that how can I call my my Page ???
Should I call it like a simple View ?
I'm not sure if I'm asking at the good place for it so
please tell me at least where to find aswer to my
question.

Thanks a lot.

__________________________________________________________
Lèche-vitrine ou lèche-écran ?
magasinage.yahoo.ca
_______________________________________________
pde-ui-dev mailing list
pde-ui-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/pde-ui-dev




Back to the top