Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Scout » Font Icons and Eclipse Scout
Font Icons and Eclipse Scout [message #1696225] Sat, 23 May 2015 18:05 Go to next message
Peter Pfeifer is currently offline Peter PfeiferFriend
Messages: 213
Registered: November 2014
Senior Member

Hello there,

I followed the blog entry about Font Icons and it works like a charm.

I just wanted to know 3 more things:


  1. Can I change the foreground color as well?
  2. Is it possible to use font icons in tool buttons (AbstractToolButton) on a form too?
  3. If yes, how can I style them?


Thanks in advance,

Peter
Re: Font Icons and Eclipse Scout [message #1696360 is a reply to message #1696225] Tue, 26 May 2015 06:04 Go to previous message
Peter Pfeifer is currently offline Peter PfeiferFriend
Messages: 213
Registered: November 2014
Senior Member

Hi,

I found it by myself. It's possible to use FontIcons with ToolButtons.

They need some styling via css, but then the are shown Smile

ToolItem {
  color: inherit;
  background-color: #7ab9dd;
  background-image: none;
  border: none;
  border-radius: 0px;
  padding: 2px 3px;
  spacing: 4px;
  opacity: 1;
  animation: none;


Regards, Peter
Previous Topic:TableField rows ordering by the user
Next Topic:Architecture best practice?
Goto Forum:
  


Current Time: Tue Mar 19 02:22:14 GMT 2024

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

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

Back to the top