Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Platform - User Assistance (UA) » Default welcome page for RCP application.
Default welcome page for RCP application. [message #474324] Tue, 09 September 2008 07:12 Go to next message
Ketan Padegaonkar is currently offline Ketan PadegaonkarFriend
Messages: 873
Registered: July 2009
Senior Member
Hi,

We do not wish to customize the default intro in any way, and want the
default welcome screen to popup for an RCP application.

We have o.e.ui.intro and o.e.ui.intro.universal bundled as a dependency,
but apparently just doing that does not help.

Is there a known way to do this ? Any pointers would be appreciated.

Thanks,
Ketan
Re: Default welcome page for RCP application. [message #474325 is a reply to message #474324] Tue, 09 September 2008 10:52 Go to previous messageGo to next message
Achim Loerke is currently offline Achim LoerkeFriend
Messages: 376
Registered: July 2009
Location: Braunschweig, Germany
Senior Member

On Tue, 09 Sep 2008 12:42:00 +0530, Ketan Padegaonkar
<ketanpadegaonkar@gmail.com> wrote:

>Hi,
>
>We do not wish to customize the default intro in any way, and want the
>default welcome screen to popup for an RCP application.
>
>We have o.e.ui.intro and o.e.ui.intro.universal bundled as a dependency,
>but apparently just doing that does not help.
>
>Is there a known way to do this ? Any pointers would be appreciated.
>
>Thanks,
>Ketan

You have to bind your application to the "org.eclipse.ui.intro"
extension point. Specify the id of your application in the
"introProductBinding" and use "org.eclipse.ui.intro.universal" for
"introId".

In addition you may specify the "intoTitle", "introBrandingImage" and
"introBrandingImageText" properties in your product specification (in
"org.eclipse.core.runtime.products").

This is described in the online Eclipse help in "Platform Plug-in
Developer Guide > Programmer's Guide > User assistance support >
Welcome" and the sub chapters.




Achim
--
Achim Lörke

Eclipse-Stammtisch in the Braunschweig, Germany area:
http://www.bredex.de/de/news/events.html


Achim Lörke

Re: Default welcome page for RCP application. [message #474329 is a reply to message #474325] Tue, 09 September 2008 18:34 Go to previous message
Ketan Padegaonkar is currently offline Ketan PadegaonkarFriend
Messages: 873
Registered: July 2009
Senior Member
Thanks, that worked like a charm!

-- Ketan

Achim Lörke wrote:
> On Tue, 09 Sep 2008 12:42:00 +0530, Ketan Padegaonkar
> <ketanpadegaonkar@gmail.com> wrote:
>
>> Hi,
>>
>> We do not wish to customize the default intro in any way, and want the
>> default welcome screen to popup for an RCP application.
>>
>> We have o.e.ui.intro and o.e.ui.intro.universal bundled as a dependency,
>> but apparently just doing that does not help.
>>
>> Is there a known way to do this ? Any pointers would be appreciated.
>>
>> Thanks,
>> Ketan
>
> You have to bind your application to the "org.eclipse.ui.intro"
> extension point. Specify the id of your application in the
> "introProductBinding" and use "org.eclipse.ui.intro.universal" for
> "introId".
>
> In addition you may specify the "intoTitle", "introBrandingImage" and
> "introBrandingImageText" properties in your product specification (in
> "org.eclipse.core.runtime.products").
>
> This is described in the online Eclipse help in "Platform Plug-in
> Developer Guide > Programmer's Guide > User assistance support >
> Welcome" and the sub chapters.
>
>
>
>
> Achim
Re: Default welcome page for RCP application. [message #619853 is a reply to message #474324] Tue, 09 September 2008 10:52 Go to previous message
Achim Loerke is currently offline Achim LoerkeFriend
Messages: 376
Registered: July 2009
Location: Braunschweig, Germany
Senior Member

On Tue, 09 Sep 2008 12:42:00 +0530, Ketan Padegaonkar
<ketanpadegaonkar@gmail.com> wrote:

>Hi,
>
>We do not wish to customize the default intro in any way, and want the
>default welcome screen to popup for an RCP application.
>
>We have o.e.ui.intro and o.e.ui.intro.universal bundled as a dependency,
>but apparently just doing that does not help.
>
>Is there a known way to do this ? Any pointers would be appreciated.
>
>Thanks,
>Ketan

You have to bind your application to the "org.eclipse.ui.intro"
extension point. Specify the id of your application in the
"introProductBinding" and use "org.eclipse.ui.intro.universal" for
"introId".

In addition you may specify the "intoTitle", "introBrandingImage" and
"introBrandingImageText" properties in your product specification (in
"org.eclipse.core.runtime.products").

This is described in the online Eclipse help in "Platform Plug-in
Developer Guide > Programmer's Guide > User assistance support >
Welcome" and the sub chapters.




Achim
--
Achim Lörke

Eclipse-Stammtisch in the Braunschweig, Germany area:
http://www.bredex.de/de/news/events.html


Achim Lörke

Re: Default welcome page for RCP application. [message #619857 is a reply to message #474325] Tue, 09 September 2008 18:34 Go to previous message
Ketan Padegaonkar is currently offline Ketan PadegaonkarFriend
Messages: 873
Registered: July 2009
Senior Member
Thanks, that worked like a charm!

-- Ketan

Achim Lörke wrote:
> On Tue, 09 Sep 2008 12:42:00 +0530, Ketan Padegaonkar
> <ketanpadegaonkar@gmail.com> wrote:
>
>> Hi,
>>
>> We do not wish to customize the default intro in any way, and want the
>> default welcome screen to popup for an RCP application.
>>
>> We have o.e.ui.intro and o.e.ui.intro.universal bundled as a dependency,
>> but apparently just doing that does not help.
>>
>> Is there a known way to do this ? Any pointers would be appreciated.
>>
>> Thanks,
>> Ketan
>
> You have to bind your application to the "org.eclipse.ui.intro"
> extension point. Specify the id of your application in the
> "introProductBinding" and use "org.eclipse.ui.intro.universal" for
> "introId".
>
> In addition you may specify the "intoTitle", "introBrandingImage" and
> "introBrandingImageText" properties in your product specification (in
> "org.eclipse.core.runtime.products").
>
> This is described in the online Eclipse help in "Platform Plug-in
> Developer Guide > Programmer's Guide > User assistance support >
> Welcome" and the sub chapters.
>
>
>
>
> Achim
Previous Topic:Intro (Welcome) view question
Next Topic:Re: Help search displaying <?xml tag in the search results
Goto Forum:
  


Current Time: Tue Apr 23 14:41:16 GMT 2024

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

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

Back to the top