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

Problem with RadSemicircleNorthGauge and NumericIndicator.Positions

1 Answer 46 Views
Gauges
This is a migrated thread and some comments may be shown as answers.
Don
Top achievements
Rank 1
Don asked on 11 Sep 2015, 02:46 PM

I'm using a RadSemicircleNorthGauge and with NumericIndicator.Positions using the telerik:SevenSegsNumberPosition for a digital display inside the gauge.

It is working but I'm getting these kinds of warnings in debug output:

System.Windows.ResourceDictionary Warning: 9 : Resource not found; ResourceKey='SevenSegsSb'
System.Windows.ResourceDictionary Warning: 9 : Resource not found; ResourceKey='SevenSegsSb'
System.Windows.ResourceDictionary Warning: 9 : Resource not found; ResourceKey='SevenSegs7'
System.Windows.ResourceDictionary Warning: 9 : Resource not found; ResourceKey='SevenSegs7'
System.Windows.ResourceDictionary Warning: 9 : Resource not found; ResourceKey='SevenSegs7'

 Any help is appreciated.

 ​

1 Answer, 1 is accepted

Sort by
0
Sia
Telerik team
answered on 14 Sep 2015, 03:53 PM
Hello Don,

These errors are expected, because the numeric indicator looks for templates for positions recursively. They can be overridden in the window or in the resources of the application. It's performed within the control and it does not affect to the performance.

You can add the resource dictionary which contains these templates directly to the window to avoid this message.

Please send me a sample project showing the default setup in your application so I can advise you further for the best solution. The important points are whether you use StyleManager and which is the telerik theme you use for styling. 


Regards,
Sia
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
Gauges
Asked by
Don
Top achievements
Rank 1
Answers by
Sia
Telerik team
Share this question
or