This is a migrated thread and some comments may be shown as answers.

Font group header color is black

3 Answers 127 Views
TimeLine
This is a migrated thread and some comments may be shown as answers.
Pavel
Top achievements
Rank 1
Pavel asked on 13 Jun 2013, 09:02 PM
We have a grid and before I modified the Item and InstanceItem template, the header font was white when using the Expression_Dark theme. Now it is black. If you look at your example: http://demos.telerik.com/silverlight/#Timeline/Theming, the text changes to white to provide contrast with the dark background.

However, the back text remains present.

Paul

3 Answers, 1 is accepted

Sort by
0
Evgenia
Telerik team
answered on 18 Jun 2013, 11:14 AM
Hi Paul,

 It is hard to say what may cause such unwanted behaviour as what I see on our online Theming demo looks as expected with Expression_Dark theme. Could you please elaborate a bit more on your concrete scenario? It would be best if you can send us a small runnable sample which demonstrates your writings. Contrary, you may provide us with the exact steps that we should follow to reproduce the unwanted behaviour.

Regards,
Evgenia
Telerik

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

0
Robert
Top achievements
Rank 1
answered on 05 Jun 2014, 02:28 PM
Hi Evgenia,

I'm actually running into a similar problem.

Before the problem occurred, I was previously using RadControls for WPF Q2 2012 SP1. I had a radTimeline control that was using the Dark Expression theme. The group header text was white. And the background of the timeline was black. This allowed the group header text to be easily read.

The problem occurs after I upgraded to Q1 2013. The group header text changes to black. This causes the group header text to be difficult to read because it is a dark color on the dark background.
0
Evgenia
Telerik team
answered on 09 Jun 2014, 08:37 AM
Hello Paul,

Please note that this has been fixed long time ago and the correct Foreground can be observed in our latest official release version from this online demo (make sure you choose Expression_Dark RadioButton).
We highly recommend our clients to always download and use the latest version of our controls. The reason behind this is they get all latest bug fixes, new features and full support for our controls.

On a side note - you might still achieve the same look with your current binaries version with the Timeline control if you use our implicit styles mechanism and NoXAML binaries. Then just change the Foreground of the groups like this:

<Style TargetType="telerik:TimelineGroupPeriodControl" BasedOn="{StaticResource TimelineGroupPeriodControlStyle}">
    <Setter Property="Foreground" Value="White" />
</Style>

If you are not familiar with our implicit styles you can get to know them from our documentation (here).

Regards,
Evgenia
Telerik
 
Check out Telerik Analytics, the service which allows developers to discover app usage patterns, analyze user data, log exceptions, solve problems and profile application performance at run time. Watch the videos and start improving your app based on facts, not hunches.
 
Tags
TimeLine
Asked by
Pavel
Top achievements
Rank 1
Answers by
Evgenia
Telerik team
Robert
Top achievements
Rank 1
Share this question
or