Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » How to make the RCP looks like the Eclipse Platform?
How to make the RCP looks like the Eclipse Platform? [message #465767] Thu, 05 April 2007 02:17 Go to next message
Hoping White is currently offline Hoping WhiteFriend
Messages: 71
Registered: July 2009
Member
Hello everyone,
I am new to rcp, and I have tried to run the email example for rcp, the
look and feel doesn't looks like eclipse for window is rectangle not curvy.
I have search the older threads for this topic, but still I don't get it,
could anyone give more details, thanks very much!
Re: How to make the RCP looks like the Eclipse Platform? [message #465771 is a reply to message #465767] Thu, 05 April 2007 05:27 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: haju_schulz.users.sourceforge.net

You need to add a preference customisation ini file to your plugin.xml
with the following setting:

In your customization.ini write

org.eclipse.ui/SHOW_TRADITIONAL_STYLE_TABS=false

In your plugin.xml add this to the product part:

<product
application="com.example.someproduct.application"
name="Some Product">
<property
name="preferenceCustomization"
value="customization.ini"/>

Am Thu, 05 Apr 2007 10:17:28 +0800 schrieb Hoping White:

> Hello everyone,
> I am new to rcp, and I have tried to run the email example for rcp, the
> look and feel doesn't looks like eclipse for window is rectangle not curvy.
> I have search the older threads for this topic, but still I don't get it,
> could anyone give more details, thanks very much!
Re: How to make the RCP looks like the Eclipse Platform? [message #465774 is a reply to message #465771] Thu, 05 April 2007 06:25 Go to previous message
Hoping White is currently offline Hoping WhiteFriend
Messages: 71
Registered: July 2009
Member
Thanks very much, it works
"Haju Schulz" <haju_schulz@users.sourceforge.net>
??????:pan.2007.04.05.05.27.05.366188@users.sourceforge.net...
> You need to add a preference customisation ini file to your plugin.xml
> with the following setting:
>
> In your customization.ini write
>
> org.eclipse.ui/SHOW_TRADITIONAL_STYLE_TABS=false
>
> In your plugin.xml add this to the product part:
>
> <product
> application="com.example.someproduct.application"
> name="Some Product">
> <property
> name="preferenceCustomization"
> value="customization.ini"/>
>
> Am Thu, 05 Apr 2007 10:17:28 +0800 schrieb Hoping White:
>
>> Hello everyone,
>> I am new to rcp, and I have tried to run the email example for rcp,
>> the
>> look and feel doesn't looks like eclipse for window is rectangle not
>> curvy.
>> I have search the older threads for this topic, but still I don't get it,
>> could anyone give more details, thanks very much!
>
Previous Topic:How do I add a ResourceNavigator to my rcp app
Next Topic:Dynamic Help in RCP
Goto Forum:
  


Current Time: Thu Apr 25 21:01:29 GMT 2024

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

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

Back to the top