
When I use RadAlert in windows7 I found that it can not show correctly except some fonts, just like the visibility property is set to hidden, is there any way to solve this problem?
thank you!
4 Answers, 1 is accepted
Could you please send us a sample project that reproduces the issue and some more information about what exactly goes wrong? This would help investigate what the problem is.
Best wishes,Miroslav Nedyalkov
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.

1 Xaml
<Window x:Class="WpfApplication.Window1"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
Title="Window1" Height="300" Width="300">
<Grid>
<Button Margin="92,110,72,108" Name="button1" Click="button1_Click">Button</Button>
</Grid>
</Window>
2 Code
public partial class Window1 : Window
{
public Window1()
{
InitializeComponent();
}
private void button1_Click(object sender, RoutedEventArgs e)
{
RadWindow.Alert("Telerik Company");
}
}
3 Version of dll is 2010.1.312.35
You can see from the piture I upload that in window xp the radwindow show up corretly, while in windwos7 it is hidden.
I don't know what makes it happen,and how to solve this problem.Any help is appreciated.

I wasn't able to reproduce this problem. I'm using Windows7 Enterprise. This problem didn't appear with the latest version of RadControls for WPF, neither with older ones. Could you please open a support ticket and send us a sample project that reproduces the problem?
Kind regards,Miroslav Nedyalkov
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.