Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Remote Application Platform (RAP) » about org.eclipse.ui.themes
about org.eclipse.ui.themes [message #908846] Thu, 06 September 2012 05:28 Go to next message
ocean xue is currently offline ocean xueFriend
Messages: 107
Registered: November 2011
Senior Member
hello

1. Default Test1 view Open -> Attachment image1
2. IWorkbenchPage.showView(), Test2 View Open -> Attachment image2
3. First click the Test1 view, no background color -> Attachment image3
4. Click other view, click again test1 view, have background color -> Attachment image4

5. extension config:
<extension
point="org.eclipse.ui.themes">
<theme
id="eoffice.workbench.theme"
name="Workbench Theme">
<colorOverride
id="org.eclipse.ui.workbench.ACTIVE_TAB_BG_END"
value="79,124,177">
</colorOverride>
<colorOverride
id="org.eclipse.ui.workbench.ACTIVE_TAB_BG_START"
value="79,124,177">
</colorOverride>
<colorOverride
id="org.eclipse.ui.workbench.ACTIVE_NOFOCUS_TAB_BG_START"
value="151,151,151">
</colorOverride>
<colorOverride
id="org.eclipse.ui.workbench.ACTIVE_NOFOCUS_TAB_BG_END"
value="151,151,151">
</colorOverride>
<colorOverride
id="org.eclipse.ui.workbench.ACTIVE_TAB_TEXT_COLOR"
value="255,255,255">
</colorOverride>
</theme>
</extension>

thank a lot.
  • Attachment: Image1.png
    (Size: 1.16KB, Downloaded 306 times)
  • Attachment: image2.png
    (Size: 1.67KB, Downloaded 295 times)
  • Attachment: image3.png
    (Size: 1.31KB, Downloaded 304 times)
  • Attachment: image4.png
    (Size: 1.54KB, Downloaded 273 times)
Re: about org.eclipse.ui.themes [message #908883 is a reply to message #908846] Thu, 06 September 2012 07:06 Go to previous messageGo to next message
Ivan Furnadjiev is currently offline Ivan FurnadjievFriend
Messages: 2426
Registered: July 2009
Location: Sofia, Bulgaria
Senior Member
Hi,
this is probably a bug in the CTabFolder not in RWT/Workbench theming.
Please open a bungzilla and attach a snippet to reproduce the issue.
Thanks,
Ivan

On 9/6/2012 8:28 AM, ocean xue wrote:
> hello
>
> 1. Default Test1 view Open -> Attachment image1
> 2. IWorkbenchPage.showView(), Test2 View Open -> Attachment image2
> 3. First click the Test1 view, no background color -> Attachment image3
> 4. Click other view, click again test1 view, have background color -> Attachment image4
>
> 5. extension config:
> <extension
> point="org.eclipse.ui.themes">
> <theme
> id="eoffice.workbench.theme"
> name="Workbench Theme">
> <colorOverride
> id="org.eclipse.ui.workbench.ACTIVE_TAB_BG_END"
> value="79,124,177">
> </colorOverride>
> <colorOverride
> id="org.eclipse.ui.workbench.ACTIVE_TAB_BG_START"
> value="79,124,177">
> </colorOverride>
> <colorOverride
> id="org.eclipse.ui.workbench.ACTIVE_NOFOCUS_TAB_BG_START"
> value="151,151,151">
> </colorOverride>
> <colorOverride
> id="org.eclipse.ui.workbench.ACTIVE_NOFOCUS_TAB_BG_END"
> value="151,151,151">
> </colorOverride>
> <colorOverride
> id="org.eclipse.ui.workbench.ACTIVE_TAB_TEXT_COLOR"
> value="255,255,255">
> </colorOverride>
> </theme>
> </extension>
>
> thank a lot.

--
Ivan Furnadjiev

Twitter: @EclipseRAP
Blog: http://eclipsesource.com/blogs/

Professional services for RAP and RCP?
http://eclipsesource.com/services/rap/
Re: about org.eclipse.ui.themes [message #985764 is a reply to message #908883] Fri, 16 November 2012 01:18 Go to previous messageGo to next message
ocean xue is currently offline ocean xueFriend
Messages: 107
Registered: November 2011
Senior Member
This problem in 2.0M1 version is resolved?
Re: about org.eclipse.ui.themes [message #985774 is a reply to message #985764] Fri, 16 November 2012 06:20 Go to previous message
Ivan Furnadjiev is currently offline Ivan FurnadjievFriend
Messages: 2426
Registered: July 2009
Location: Sofia, Bulgaria
Senior Member
HI,
if you think that there is a problem please file a bugzilla with a
complete self-running snippet to reproduce it.
Thanks,
Ivan

On 11/16/2012 3:18 AM, ocean xue wrote:
> This problem in 2.0M1 version is resolved?

--
Ivan Furnadjiev

Twitter: @EclipseRAP
Blog: http://eclipsesource.com/blogs/

Professional services for RAP and RCP?
http://eclipsesource.com/services/rap/
Previous Topic:Refreshing RWT standalone throws exception
Next Topic:[Databinding] Osgi RWT and JFace DataBinding Realm hell
Goto Forum:
  


Current Time: Fri Mar 15 05:38:47 GMT 2024

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

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

Back to the top