Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Platform - User Assistance (UA) » In what Eclipse source plug-in/file is default "ButtonFace" color set?
In what Eclipse source plug-in/file is default "ButtonFace" color set? [message #473749] Fri, 16 May 2008 16:52 Go to next message
Eclipse UserFriend
Originally posted by: nospam_kowalskilee.gmail.com

Hi,

In the help preferences, there is the following preference:
advanced.toolbarBackground

And the help file says that the Default = ButtonFace

In what Eclipse source plugin or file can I see what this default
"ButtonFace" gets set to?

I've looked into the source files for the help system's plug-ins, and
did a search of the eclipse.* newsgroups, and am stuck on how best to
search further.

Actually, if there's a general way to search Eclipse source for
particular strings using the Workbench/SDK, I'd appreciate pointers
about that also. :-)

Thanks,
Lee Anne
Re: In what Eclipse source plug-in/file is default "ButtonFace" color set? [message #473750 is a reply to message #473749] Fri, 16 May 2008 17:39 Go to previous messageGo to next message
Pierre Candela is currently offline Pierre CandelaFriend
Messages: 23
Registered: July 2009
Junior Member
Hi Lee Anne,
ButtonFace is a color value defined in the CSS 2 specification:
http://www.w3.org/TR/REC-CSS2/ui.html#system-colors

It will be set to whatever value the user has specified for this UI item
in the OS control panel.

Hope this helps,
Pierre

Lee Anne wrote:
> Hi,
>
> In the help preferences, there is the following preference:
> advanced.toolbarBackground
>
> And the help file says that the Default = ButtonFace
>
> In what Eclipse source plugin or file can I see what this default
> "ButtonFace" gets set to?
>
> I've looked into the source files for the help system's plug-ins, and
> did a search of the eclipse.* newsgroups, and am stuck on how best to
> search further.
>
> Actually, if there's a general way to search Eclipse source for
> particular strings using the Workbench/SDK, I'd appreciate pointers
> about that also. :-)
>
> Thanks,
> Lee Anne
Perfect, thanks! (was Re: In what Eclipse source plug-in/file is default "ButtonFace" colo [message #473751 is a reply to message #473750] Fri, 16 May 2008 18:23 Go to previous message
Eclipse UserFriend
Originally posted by: nospam_kowalskilee.gmail.com

Hi Pierre,

Thanks so much for this, it's spot on! I changed my Windows display
settings to use "Pumpkin", and applied, and when Windows refreshed, the
infocenter webapp frame coloring changed to reflect it.

Thanks again!
Lee Anne

Pierre Candela wrote:
> Hi Lee Anne,
> ButtonFace is a color value defined in the CSS 2 specification:
> http://www.w3.org/TR/REC-CSS2/ui.html#system-colors
>
> It will be set to whatever value the user has specified for this UI item
> in the OS control panel.
>
> Hope this helps,
> Pierre
>
> Lee Anne wrote:
>> Hi,
>>
>> In the help preferences, there is the following preference:
>> advanced.toolbarBackground
>>
>> And the help file says that the Default = ButtonFace
>>
>> In what Eclipse source plugin or file can I see what this default
>> "ButtonFace" gets set to?
>>
>> I've looked into the source files for the help system's plug-ins, and
>> did a search of the eclipse.* newsgroups, and am stuck on how best to
>> search further.
>>
>> Actually, if there's a general way to search Eclipse source for
>> particular strings using the Workbench/SDK, I'd appreciate pointers
>> about that also. :-)
>>
>> Thanks,
>> Lee Anne
Re: In what Eclipse source plug-in/file is default "ButtonFace" color set? [message #614233 is a reply to message #473749] Fri, 16 May 2008 17:39 Go to previous message
Pierre Candela is currently offline Pierre CandelaFriend
Messages: 23
Registered: July 2009
Junior Member
Hi Lee Anne,
ButtonFace is a color value defined in the CSS 2 specification:
http://www.w3.org/TR/REC-CSS2/ui.html#system-colors

It will be set to whatever value the user has specified for this UI item
in the OS control panel.

Hope this helps,
Pierre

Lee Anne wrote:
> Hi,
>
> In the help preferences, there is the following preference:
> advanced.toolbarBackground
>
> And the help file says that the Default = ButtonFace
>
> In what Eclipse source plugin or file can I see what this default
> "ButtonFace" gets set to?
>
> I've looked into the source files for the help system's plug-ins, and
> did a search of the eclipse.* newsgroups, and am stuck on how best to
> search further.
>
> Actually, if there's a general way to search Eclipse source for
> particular strings using the Workbench/SDK, I'd appreciate pointers
> about that also. :-)
>
> Thanks,
> Lee Anne
Perfect, thanks! (was Re: In what Eclipse source plug-in/file is default "ButtonFace" colo [message #614239 is a reply to message #473750] Fri, 16 May 2008 18:23 Go to previous message
Eclipse UserFriend
Originally posted by: nospam_kowalskilee.gmail.com

Hi Pierre,

Thanks so much for this, it's spot on! I changed my Windows display
settings to use "Pumpkin", and applied, and when Windows refreshed, the
infocenter webapp frame coloring changed to reflect it.

Thanks again!
Lee Anne

Pierre Candela wrote:
> Hi Lee Anne,
> ButtonFace is a color value defined in the CSS 2 specification:
> http://www.w3.org/TR/REC-CSS2/ui.html#system-colors
>
> It will be set to whatever value the user has specified for this UI item
> in the OS control panel.
>
> Hope this helps,
> Pierre
>
> Lee Anne wrote:
>> Hi,
>>
>> In the help preferences, there is the following preference:
>> advanced.toolbarBackground
>>
>> And the help file says that the Default = ButtonFace
>>
>> In what Eclipse source plugin or file can I see what this default
>> "ButtonFace" gets set to?
>>
>> I've looked into the source files for the help system's plug-ins, and
>> did a search of the eclipse.* newsgroups, and am stuck on how best to
>> search further.
>>
>> Actually, if there's a general way to search Eclipse source for
>> particular strings using the Workbench/SDK, I'd appreciate pointers
>> about that also. :-)
>>
>> Thanks,
>> Lee Anne
Previous Topic:Re: Providing contextual help in tooling
Next Topic:jface ui forms - FormDialog Class
Goto Forum:
  


Current Time: Thu Apr 25 21:02:25 GMT 2024

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

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

Back to the top