Theme of RAP [message #99480] |
Wed, 23 July 2008 00:03  |
Eclipse User |
|
|
|
Originally posted by: dnise.hotmail.com
Hi All:
For the moment I'm not sure I can set background color for action or
ViewPart title in rap.I glimpsed the "Theme.properties" and "Theme.css"
file. I didn't find the example of that I mentioned above.Now Rap has
changed lots of appearance than before.
I appreciate for any helps and ideas.
|
|
|
|
Re: Theme of RAP [message #99624 is a reply to message #99511] |
Wed, 23 July 2008 23:33   |
Eclipse User |
|
|
|
Originally posted by: dnise.hotmail.com
Frank Appel wrote:
> programmatically
Hi Frank:
Thanks for your reply. For the moment I can complete to set the background
color for ViewPart Tab Header.But I have an other problem about this. I am
sure there is a brown line in Perspective when I add ViewPart in it
except using "Layout.addStandaloneView(..)". I'll show codes for you as
follow
// has no brown line,because it use StandaloneView.
layout.addStandaloneView(TopViewPart.ID, false, IPageLayout.TOP,
0.05f,editorArea);
//has brown line
IFolderLayout all =
layout.createFolder(Perspective.SPACE,IPageLayout.LEFT, 0.35f, editorArea);
all.addView(ConceptViewPart.ID);
For sure you can understand me clearly,I also attach a picture to you.
best regards
|
|
|
|
Re: Theme of RAP [message #99884 is a reply to message #99624] |
Thu, 24 July 2008 09:56   |
Eclipse User |
|
|
|
Originally posted by: fappel.innoopract.com
Hi,
if I understand your problem description correctly the line belongs to
the CTabFolder that is used for implementation of the PartStack (So the
line doesn't belong to the view itself). The standalone view isn't
stacked so there is no CTabFolder. That's the explanation why there's no
line.
Ciao
Frank
-----Ursprüngliche Nachricht-----
Von: dnise [mailto:dnise@hotmail.com]
Bereitgestellt: Donnerstag, 24. Juli 2008 05:33
Bereitgestellt in: eclipse.technology.rap
Unterhaltung: Theme of RAP
Betreff: Re: Theme of RAP
Frank Appel wrote:
> programmatically
Hi Frank:
Thanks for your reply. For the moment I can complete to set the
background
color for ViewPart Tab Header.But I have an other problem about this. I
am
sure there is a brown line in Perspective when I add ViewPart in it
except using "Layout.addStandaloneView(..)". I'll show codes for you as
follow
// has no brown line,because it use StandaloneView.
layout.addStandaloneView(TopViewPart.ID, false,
IPageLayout.TOP,
0.05f,editorArea);
//has brown line
IFolderLayout all =
layout.createFolder(Perspective.SPACE,IPageLayout.LEFT, 0.35f,
editorArea);
all.addView(ConceptViewPart.ID);
For sure you can understand me clearly,I also attach a picture
to you.
best regards
|
|
|
|
|
|
|
Re: Theme of RAP [message #100179 is a reply to message #100016] |
Fri, 25 July 2008 06:46  |
Eclipse User |
|
|
|
Originally posted by: rsternberg.innoopract.com
Hi,
dnise wrote:
> Hi Frank:
> Thanks for your reply first.
> Is there any other way to change the color of viewpart border? Or should I
> define a new Workbench?
The CTabFolder border color (#cecece) color is still hardcoded in the
file BordersBase.js. Please feel free to file an enhancement request in
our bugzilla to make it themeable.
Not sure what you mean by "define a new workbench", but I don't see any
way to change this color except from patching RWT code.
Best Regards, Ralf
|
|
|
Powered by
FUDForum. Page generated in 0.17178 seconds