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

FullScreen mode background color issue with RadWindow

3 Answers 95 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Pradeep Chandraker
Top achievements
Rank 1
Pradeep Chandraker asked on 15 Apr 2010, 03:29 PM
Hi,

I am getting red color background for Rad Window when I am setting my silverlight application in Full Screen mode using below code.

Application.Current.Host.Content.IsFullScreen = True;


Even I have seen the tooltip and dropdown background color is also red.

I have attached screen pint for Rad Window. Please help me on this.

Thanks,
Pradeep

3 Answers, 1 is accepted

Sort by
0
Pana
Telerik team
answered on 21 Apr 2010, 03:52 PM
Hello Pradeep Chandraker,

Can you send us a small and simple application that reproduces the problem?

Greetings,
Panayot
the Telerik team

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 Public Issue Tracking system and vote to affect the priority of the items.
0
joe castle
Top achievements
Rank 1
answered on 22 Apr 2010, 11:42 AM
I had the same issue when I tried the GPU acceleration property. So if you have

<param name="enableGPUAcceleration" value="true" /> 

you should set enableCacheVisualization too and the red color will be gone.

<param name="enableCacheVisualization" value="false" /> 

\joe 
0
Pradeep Chandraker
Top achievements
Rank 1
answered on 23 Apr 2010, 03:30 AM
Joe,

After setting enableCacheVisualization to "false" I am not getting red color background. Thanks for your valuable answer.

- Pradeep
Tags
General Discussions
Asked by
Pradeep Chandraker
Top achievements
Rank 1
Answers by
Pana
Telerik team
joe castle
Top achievements
Rank 1
Pradeep Chandraker
Top achievements
Rank 1
Share this question
or